01KPSDH7SSVSY24GVD8YYGPG57: build-and-test (helios)

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

Buildomat Job: 01KPSDHGWYZKF086YA0XAM2MWN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-22T01:41:34.886Zjob assigned to worker 01KPSDHQDV04EJKTRV86M6SJP2 [factory aws, i-0354673bdc1c12102] (queued for 51 s)
 
22026-04-22T01:41:43.063Zstarting task 0: "setup"
32026-04-22T01:41:43.068Z++ uname -s
42026-04-22T01:41:43.071Z+ kern=SunOS
52026-04-22T01:41:43.071Z+ build_user=build
62026-04-22T01:41:43.071Z+ build_uid=12345
72026-04-22T01:41:43.071Z+ work_dir=/work
82026-04-22T01:41:43.071Z+ input_dir=/input
92026-04-22T01:41:43.071Z+ [[ 0 == 12345 ]]
102026-04-22T01:41:43.071Z+ case "$kern" in
112026-04-22T01:41:43.071Z+ groupadd -g 12345 build
122026-04-22T01:41:43.074Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-22T01:41:45.083Z+ zfs create -o mountpoint=/work rpool/work
142026-04-22T01:41:45.215Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-22T01:41:45.219Z+ home_fs=zfs
162026-04-22T01:41:45.219Z+ [[ zfs == autofs ]]
172026-04-22T01:41:45.219Z+ mkdir -p /home/build
182026-04-22T01:41:45.222Z+ chown build:build /home/build /work
192026-04-22T01:41:47.224Z+ chmod 0700 /home/build /work
202026-04-22T01:41:47.228Zprocess exited: duration 4168 ms, exit code 0
 
212026-04-22T01:41:47.234Zstarting task 1: "rust-toolchain"
222026-04-22T01:41:47.242Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-22T01:41:47.242Z * rust toolchain channel = "1.94.0"
242026-04-22T01:41:47.242Z * rust toolchain profile = "default"
252026-04-22T01:41:47.242Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-22T01:41:47.242Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-22T01:41:47.242Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-22T01:41:47.245Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-22T01:41:47.245Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-22T01:41:47.356Zinfo: downloading installer
312026-04-22T01:41:48.898Zwarn: It looks like you have an existing installation of Rust at:
322026-04-22T01:41:48.898Zwarn: /opt/ooce/bin
332026-04-22T01:41:48.898Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-22T01:41:48.898Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-22T01:41:48.898Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-22T01:41:48.898Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-22T01:41:48.898Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-22T01:41:48.898Zerror: cannot install while Rust is installed
392026-04-22T01:41:48.898Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-22T01:41:48.898Zwarn: It looks like you have an existing rustup settings file at:
412026-04-22T01:41:48.899Zwarn: /home/build/.rustup/settings.toml
422026-04-22T01:41:48.899Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-22T01:41:48.899Zwarn: instead of the one inferred from the default host triple.
442026-04-22T01:41:48.913Zinfo: profile set to default
452026-04-22T01:41:48.913Zinfo: default host triple is x86_64-unknown-illumos
462026-04-22T01:41:48.916Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-22T01:41:49.061Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-22T01:41:49.064Zinfo: downloading 6 components
492026-04-22T01:42:05.041Z
502026-04-22T01:42:05.042Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-22T01:42:05.055Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-22T01:42:05.055Z
532026-04-22T01:42:05.055Z
542026-04-22T01:42:05.055ZRust is installed now. Great!
552026-04-22T01:42:05.055Z
562026-04-22T01:42:05.055ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-22T01:42:05.056Zenvironment variable. This has not been done automatically.
582026-04-22T01:42:05.056Z
592026-04-22T01:42:05.056ZTo configure your current shell, you need to source
602026-04-22T01:42:05.056Zthe corresponding env file under $HOME/.cargo.
612026-04-22T01:42:05.056Z
622026-04-22T01:42:05.056ZThis is usually done by running one of the following (note the leading DOT):
632026-04-22T01:42:05.056Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-22T01:42:05.056Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-22T01:42:05.056Zsource "~/.cargo/env.nu" # For nushell
662026-04-22T01:42:05.056Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-22T01:42:05.056Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-22T01:42:05.056Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-22T01:42:05.056Zwarn: no default linker (`cc`) was found in your PATH
702026-04-22T01:42:05.056Zwarn: many Rust crates require a system C toolchain to build
712026-04-22T01:42:05.067Z+ rustup --version
722026-04-22T01:42:05.073Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-22T01:42:05.073Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-22T01:42:05.096Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-22T01:42:05.100Z+ cargo --version
762026-04-22T01:42:05.109Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-22T01:42:05.120Z+ rustc --version
782026-04-22T01:42:05.142Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-22T01:42:05.142Zprocess exited: duration 17899 ms, exit code 0
 
802026-04-22T01:42:05.169Zstarting task 2: "authentication"
812026-04-22T01:42:05.182Zprocess exited: duration 31 ms, exit code 0
 
822026-04-22T01:42:05.212Zstarting task 3: "clone repository"
832026-04-22T01:42:05.216Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-22T01:42:05.219Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-22T01:42:05.255ZCloning into '/work/oxidecomputer/omicron'...
862026-04-22T01:42:13.347Z+ cd /work/oxidecomputer/omicron
872026-04-22T01:42:13.347Z+ git fetch origin 7ed790c1a423ac2fe0e9552d0d2daaddca2773dc
882026-04-22T01:42:13.649ZFrom https://github.com/oxidecomputer/omicron
892026-04-22T01:42:13.650Z * branch 7ed790c1a423ac2fe0e9552d0d2daaddca2773dc -> FETCH_HEAD
902026-04-22T01:42:13.661Z+ [[ -n ben/fail-closed-but-not-dead ]]
912026-04-22T01:42:13.664Z++ git branch --show-current
922026-04-22T01:42:13.667Z+ current=main
932026-04-22T01:42:13.667Z+ [[ main != ben/fail-closed-but-not-dead ]]
942026-04-22T01:42:13.667Z+ git branch -f ben/fail-closed-but-not-dead 7ed790c1a423ac2fe0e9552d0d2daaddca2773dc
952026-04-22T01:42:13.671Z+ git checkout -f ben/fail-closed-but-not-dead
962026-04-22T01:42:13.909ZSwitched to branch 'ben/fail-closed-but-not-dead'
972026-04-22T01:42:13.930Z+ git reset --hard 7ed790c1a423ac2fe0e9552d0d2daaddca2773dc
982026-04-22T01:42:13.930ZHEAD is now at 7ed790c1a Don't block Nexus startup on successful IP allowlist plumbing
992026-04-22T01:42:13.930Zprocess exited: duration 8716 ms, exit code 0
 
1002026-04-22T01:42:13.937Zstarting task 4: "build"
1012026-04-22T01:42:13.959Z+ source ./env.sh
1022026-04-22T01:42:13.959Z++ OLD_SHELL_OPTS=ehxB
1032026-04-22T01:42:13.959Z++ set -o xtrace
1042026-04-22T01:42:13.966Z++++ dirname ./env.sh
1052026-04-22T01:42:13.966Z+++ readlink -f .
1062026-04-22T01:42:13.966Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-22T01:42:13.966Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-04-22T01:42:13.966Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-22T01:42:13.966Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-04-22T01:42:13.966Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-04-22T01:42:13.966Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-04-22T01:42:13.966Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-04-22T01:42:13.966Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-04-22T01:42:13.966Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-22T01:42:13.967Z++ case $OLD_SHELL_OPTS in
1162026-04-22T01:42:13.967Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-22T01:42:13.967Z+ source .github/buildomat/ci-env.sh
1182026-04-22T01:42:13.967Z++ export CARGO_TERM_COLOR=always
1192026-04-22T01:42:13.967Z++ CARGO_TERM_COLOR=always
1202026-04-22T01:42:13.967Z+ target_os=illumos
1212026-04-22T01:42:13.967Z+ NEXTEST_VERSION=0.9.131
1222026-04-22T01:42:13.967Z+ cargo --version
1232026-04-22T01:42:13.974Zcargo 1.94.0 (85eff7c80 2026-01-15)
1242026-04-22T01:42:13.974Z+ rustc --version
1252026-04-22T01:42:13.995Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1262026-04-22T01:42:14.000Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1272026-04-22T01:42:14.000Z+ gunzip
1282026-04-22T01:42:14.000Z+ tar -xvf - -C /home/build/.cargo/bin
1292026-04-22T01:42:15.087Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1302026-04-22T01:42:15.091Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1312026-04-22T01:42:15.092Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1322026-04-22T01:42:15.092Ztests will store ephemeral output in /var/tmp/omicron_tmp
1332026-04-22T01:42:15.092Z+ mkdir /var/tmp/omicron_tmp
1342026-04-22T01:42:15.092Z+ OUTPUT_DIR=/work
1352026-04-22T01:42:15.092Z+ echo 'tests will store non-ephemeral output in /work'
1362026-04-22T01:42:15.092Ztests will store non-ephemeral output in /work
1372026-04-22T01:42:15.092Z+ mkdir -p /work
1382026-04-22T01:42:15.096Z+ banner prerequisites
1392026-04-22T01:42:15.100Z
1402026-04-22T01:42:15.100Z ##### ##### ###### ##### ###### #### # # # #### #
1412026-04-22T01:42:15.100Z # # # # # # # # # # # # # # #
1422026-04-22T01:42:15.100Z # # # # ##### # # ##### # # # # # #### #
1432026-04-22T01:42:15.101Z ##### ##### # ##### # # # # # # # # #
1442026-04-22T01:42:15.101Z # # # # # # # # # # # # # # #
1452026-04-22T01:42:15.101Z # # # ###### # # ###### ### # #### # #### #
1462026-04-22T01:42:15.101Z
1472026-04-22T01:42:15.101Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1482026-04-22T01:42:25.288Z Startup: Refreshing catalog 'helios-dev' ... Done
1492026-04-22T01:42:32.624Z Startup: Caching catalogs ... Done
1502026-04-22T01:42:38.271ZPlanning: Solver setup ... Done (4.414s)
1512026-04-22T01:42:38.302ZPlanning: Running solver ... Done (0.031s)
1522026-04-22T01:42:38.427ZPlanning: Finding local manifests ... Done (0.004s)
1532026-04-22T01:42:38.439ZPlanning: Fetching manifests: 0/5 0% complete
1542026-04-22T01:42:38.553ZPlanning: Fetching manifests: 5/5 100% complete
1552026-04-22T01:42:38.591ZPlanning: Package planning ... Done (0.038s)
1562026-04-22T01:42:38.627ZPlanning: Merging actions ... Done (0.036s)
1572026-04-22T01:42:38.824ZPlanning: Checking for conflicting actions ... Done (0.197s)
1582026-04-22T01:42:38.835ZPlanning: Consolidating action changes ... Done (0.009s)
1592026-04-22T01:42:39.707ZPlanning: Evaluating mediators ... Done (0.873s)
1602026-04-22T01:42:39.715ZPlanning: Planning completed in 6.92 seconds
1612026-04-22T01:42:39.728Z Packages to install: 5
1622026-04-22T01:42:39.728Z Mediators to change: 3
1632026-04-22T01:42:39.728Z Services to change: 1
1642026-04-22T01:42:39.728Z Estimated space available: 155.34 GB
1652026-04-22T01:42:39.728ZEstimated space to be consumed: 1.89 GB
1662026-04-22T01:42:39.731Z Create boot environment: No
1672026-04-22T01:42:39.731ZCreate backup boot environment: No
1682026-04-22T01:42:39.731Z Rebuild boot archive: No
1692026-04-22T01:42:39.732Z
1702026-04-22T01:42:39.732ZChanged mediators:
1712026-04-22T01:42:39.732Z mediator clang:
1722026-04-22T01:42:39.732Z version: None -> 15 (system default)
1732026-04-22T01:42:39.732Z
1742026-04-22T01:42:39.732Z mediator llvm:
1752026-04-22T01:42:39.732Z version: 14 (system default) -> 15 (system default)
1762026-04-22T01:42:39.732Z
1772026-04-22T01:42:39.732Z mediator postgresql:
1782026-04-22T01:42:39.732Z version: 15 (system default) -> 18 (system default)
1792026-04-22T01:42:39.732Z
1802026-04-22T01:42:39.732ZChanged packages:
1812026-04-22T01:42:39.732Zhelios-dev
1822026-04-22T01:42:39.732Z developer/build-essential
1832026-04-22T01:42:39.732Z None -> 11-2.0
1842026-04-22T01:42:39.732Z library/libxmlsec1
1852026-04-22T01:42:39.732Z None -> 1.2.35-2.0
1862026-04-22T01:42:39.732Z ooce/developer/clang-15
1872026-04-22T01:42:39.732Z None -> 15.0.7-2.0
1882026-04-22T01:42:39.732Z ooce/developer/llvm-15
1892026-04-22T01:42:39.733Z None -> 15.0.7-2.0
1902026-04-22T01:42:39.733Z ooce/library/postgresql-18
1912026-04-22T01:42:39.733Z None -> 18.1-2.0
1922026-04-22T01:42:39.733Z
1932026-04-22T01:42:39.733ZServices:
1942026-04-22T01:42:39.733Z restart_fmri:
1952026-04-22T01:42:39.733Z svc:/system/update-man-index:default
1962026-04-22T01:42:39.774Z
1972026-04-22T01:42:39.774ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1982026-04-22T01:42:44.780ZDownload: 331/4272 items 16.1/219.0MB 7% complete (3.3M/s)
1992026-04-22T01:42:53.359ZDownload: 1196/4272 items 83.4/219.0MB 38% complete (10.4M/s)
2002026-04-22T01:43:03.429ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (9.8M/s)
2012026-04-22T01:43:08.501ZDownload: 4241/4272 items 218.7/219.0MB 99% complete (20.7M/s)
2022026-04-22T01:43:11.663ZDownload: Completed 218.99 MB in 31.89 seconds (6.9M/s)
2032026-04-22T01:43:11.820Z Actions: 1/4789 actions (Installing new actions)
2042026-04-22T01:43:15.242Z Actions: Completed 4789 actions in 3.42 seconds.
2052026-04-22T01:43:15.836Z Done (0.589s)
2062026-04-22T01:43:15.836Z Done (0.000s)
2072026-04-22T01:43:16.490Z Done (0.654s)
2082026-04-22T01:43:19.824Z Done (2.989s)
2092026-04-22T01:43:19.898Z Done (0.013s)
2102026-04-22T01:43:19.901Z Done (0.000s)
2112026-04-22T01:43:20.239Z Done (0.000s)
2122026-04-22T01:43:21.084ZPlanning: Evaluating mediator changes ... Done
2132026-04-22T01:43:21.191ZPlanning: Checking for conflicting actions ... Done
2142026-04-22T01:43:21.194ZPlanning: Consolidating action changes ... Done
2152026-04-22T01:43:21.350ZPlanning: Evaluating mediators ... Done
2162026-04-22T01:43:21.354ZPlanning: Planning completed in 0.27 seconds
2172026-04-22T01:43:21.371Z Mediators to change: 2
2182026-04-22T01:43:21.371Z Create boot environment: No
2192026-04-22T01:43:21.371ZCreate backup boot environment: No
2202026-04-22T01:43:21.456Z Done
2212026-04-22T01:43:21.456Z Done
2222026-04-22T01:43:22.049Z Done
2232026-04-22T01:43:24.589Z Done
2242026-04-22T01:43:24.663Z Done
2252026-04-22T01:43:24.666Z Done
2262026-04-22T01:43:24.822Z Done
2272026-04-22T01:43:25.087ZPlanning: Evaluating mediator changes ... Done
2282026-04-22T01:43:25.195ZPlanning: Checking for conflicting actions ... Done
2292026-04-22T01:43:25.199ZPlanning: Consolidating action changes ... Done
2302026-04-22T01:43:25.352ZPlanning: Evaluating mediators ... Done
2312026-04-22T01:43:25.355ZPlanning: Planning completed in 0.27 seconds
2322026-04-22T01:43:25.373Z Mediators to change: 1
2332026-04-22T01:43:25.373Z Create boot environment: No
2342026-04-22T01:43:25.373ZCreate backup boot environment: No
2352026-04-22T01:43:25.433Z Done
2362026-04-22T01:43:25.433Z Done
2372026-04-22T01:43:26.025Z Done
2382026-04-22T01:43:28.532Z Done
2392026-04-22T01:43:28.604Z Done
2402026-04-22T01:43:28.608Z Done
2412026-04-22T01:43:28.745Z Done
2422026-04-22T01:43:29.033ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2432026-04-22T01:43:29.033Zclang system 15 system
2442026-04-22T01:43:29.033Zcsh system system illumos
2452026-04-22T01:43:29.033Zctags system system illumos
2462026-04-22T01:43:29.033Zfile system system illumos
2472026-04-22T01:43:29.033Zgcc vendor 12 vendor
2482026-04-22T01:43:29.033Zgcc system 14 system
2492026-04-22T01:43:29.033Zgcc system 10 system
2502026-04-22T01:43:29.033Zgo system 1.20 system
2512026-04-22T01:43:29.033Zgo system 1.19 system
2522026-04-22T01:43:29.033Zllvm system 15 system
2532026-04-22T01:43:29.033Zllvm system 14 system
2542026-04-22T01:43:29.033Zmariadb system 10.6 system
2552026-04-22T01:43:29.033Zmta vendor vendor dma
2562026-04-22T01:43:29.033Zopenjdk system 17 system
2572026-04-22T01:43:29.033Zopenjdk system 11 system
2582026-04-22T01:43:29.033Zopenjdk system 1.8 system
2592026-04-22T01:43:29.033Zopenssl vendor 3 vendor
2602026-04-22T01:43:29.033Zperl system 5.36 system
2612026-04-22T01:43:29.033Zpostgresql system 18 system
2622026-04-22T01:43:29.033Zpostgresql system 15 system
2632026-04-22T01:43:29.033Zpostgresql system 13 system
2642026-04-22T01:43:29.033Zpython vendor 3 vendor
2652026-04-22T01:43:29.033Zpython system 2 system
2662026-04-22T01:43:29.033Zpython3 system 3.11 system
2672026-04-22T01:43:29.033Zruby system 3.0 system
2682026-04-22T01:43:29.034Zwords vendor vendor american-english
2692026-04-22T01:43:29.034Zwords system system australian-english
2702026-04-22T01:43:29.034Zwords system system british-english
2712026-04-22T01:43:29.034Zwords system system canadian-english
2722026-04-22T01:43:29.034Zwords system system french
2732026-04-22T01:43:29.034Zwords system system italian
2742026-04-22T01:43:29.034Zwords system system ngerman
2752026-04-22T01:43:29.034Zwords system system ogerman
2762026-04-22T01:43:29.034Zwords system system spanish
2772026-04-22T01:43:29.261ZPUBLISHER TYPE STATUS P LOCATION
2782026-04-22T01:43:29.261Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2792026-04-22T01:43:33.701ZFMRI IFO
2802026-04-22T01:43:33.701Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2812026-04-22T01:43:33.701Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2822026-04-22T01:43:33.701Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2832026-04-22T01:43:33.701Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2842026-04-22T01:43:33.701Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2852026-04-22T01:43:33.701Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2862026-04-22T01:43:33.701Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2872026-04-22T01:43:33.701Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2882026-04-22T01:43:33.701Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2892026-04-22T01:43:33.701Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2902026-04-22T01:43:33.701Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2912026-04-22T01:43:33.701Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2922026-04-22T01:43:33.701Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2932026-04-22T01:43:33.701Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2942026-04-22T01:43:33.701Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2952026-04-22T01:43:33.701Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2962026-04-22T01:43:33.701Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2972026-04-22T01:43:34.791Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2982026-04-22T01:43:35.070Z Updating crates.io index
2992026-04-22T01:43:35.073Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3002026-04-22T01:43:35.354Z Updating git repository `https://github.com/oxidecomputer/lldp`
3012026-04-22T01:43:36.137Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3022026-04-22T01:43:36.881Z Updating git repository `https://github.com/oxidecomputer/propolis`
3032026-04-22T01:43:37.694Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3042026-04-22T01:43:38.169Z Updating git repository `https://github.com/oxidecomputer/crucible`
3052026-04-22T01:43:39.449Z Updating git repository `https://github.com/oxidecomputer/opte`
3062026-04-22T01:43:40.264Z Updating git repository `https://github.com/oxidecomputer/tofino`
3072026-04-22T01:43:40.524Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3082026-04-22T01:43:41.325Z Updating git repository `https://github.com/oxidecomputer/clickward`
3092026-04-22T01:43:41.671Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3102026-04-22T01:43:41.967Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3112026-04-22T01:43:42.237Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3122026-04-22T01:43:43.235Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3132026-04-22T01:43:43.780Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-04-22T01:43:44.055Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3152026-04-22T01:43:44.341Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3162026-04-22T01:43:44.667Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3172026-04-22T01:43:45.044Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3182026-04-22T01:43:45.258Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3192026-04-22T01:43:45.489Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3202026-04-22T01:43:45.887Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3212026-04-22T01:43:46.216Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3222026-04-22T01:43:46.691Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3232026-04-22T01:43:46.989Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3242026-04-22T01:43:47.270Z Updating git repository `https://github.com/oxidecomputer/ispf`
3252026-04-22T01:43:47.542Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3262026-04-22T01:43:48.508Z Updating git repository `https://github.com/oxidecomputer/crucible`
3272026-04-22T01:43:49.384Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3282026-04-22T01:43:49.891Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3292026-04-22T01:43:50.204Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3302026-04-22T01:43:50.522Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3312026-04-22T01:43:50.845Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3322026-04-22T01:43:51.377Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3332026-04-22T01:43:51.612Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3342026-04-22T01:43:51.829Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3352026-04-22T01:43:52.086Z Updating git repository `https://github.com/illumos/smf-rs`
3362026-04-22T01:43:52.455Z Updating git repository `https://github.com/oxidecomputer/omicron`
3372026-04-22T01:44:04.119Z Downloading crates ...
3382026-04-22T01:44:04.183Z Downloaded version_check v0.9.5
3392026-04-22T01:44:04.192Z Downloaded byteorder v1.5.0
3402026-04-22T01:44:04.196Z Downloaded usdt-macro v0.5.0
3412026-04-22T01:44:04.199Z Downloaded form_urlencoded v1.2.2
3422026-04-22T01:44:04.199Z Downloaded errno v0.3.14
3432026-04-22T01:44:04.202Z Downloaded fs-err v3.3.0
3442026-04-22T01:44:04.202Z Downloaded cfg-if v1.0.4
3452026-04-22T01:44:04.205Z Downloaded yoke v0.8.1
3462026-04-22T01:44:04.208Z Downloaded unicode-linebreak v0.1.5
3472026-04-22T01:44:04.208Z Downloaded typeid v1.0.3
3482026-04-22T01:44:04.208Z Downloaded crypto-common v0.1.7
3492026-04-22T01:44:04.211Z Downloaded zerovec-derive v0.11.2
3502026-04-22T01:44:04.211Z Downloaded zerofrom v0.1.6
3512026-04-22T01:44:04.213Z Downloaded scroll_derive v0.12.1
3522026-04-22T01:44:04.213Z Downloaded cargo-platform v0.2.0
3532026-04-22T01:44:04.213Z Downloaded zerofrom-derive v0.1.6
3542026-04-22T01:44:04.214Z Downloaded unicode-xid v0.2.6
3552026-04-22T01:44:04.216Z Downloaded proc-macro-error-attr v1.0.4
3562026-04-22T01:44:04.216Z Downloaded serde-untagged v0.1.9
3572026-04-22T01:44:04.216Z Downloaded fastrand v2.3.0
3582026-04-22T01:44:04.219Z Downloaded toml_datetime v0.6.11
3592026-04-22T01:44:04.219Z Downloaded colorchoice v1.0.4
3602026-04-22T01:44:04.219Z Downloaded unicode-ident v1.0.24
3612026-04-22T01:44:04.222Z Downloaded usdt-attr-macro v0.5.0
3622026-04-22T01:44:04.222Z Downloaded idna_adapter v1.2.1
3632026-04-22T01:44:04.222Z Downloaded heck v0.5.0
3642026-04-22T01:44:04.222Z Downloaded equivalent v1.0.2
3652026-04-22T01:44:04.225Z Downloaded dtrace-parser v0.2.0
3662026-04-22T01:44:04.225Z Downloaded block-buffer v0.10.4
3672026-04-22T01:44:04.225Z Downloaded utf8parse v0.2.2
3682026-04-22T01:44:04.228Z Downloaded generic-array v0.14.7
3692026-04-22T01:44:04.228Z Downloaded utf8_iter v1.0.4
3702026-04-22T01:44:04.228Z Downloaded toml_write v0.1.2
3712026-04-22T01:44:04.228Z Downloaded scroll v0.12.0
3722026-04-22T01:44:04.231Z Downloaded memmap v0.7.0
3732026-04-22T01:44:04.231Z Downloaded quote v1.0.44
3742026-04-22T01:44:04.234Z Downloaded usdt v0.5.0
3752026-04-22T01:44:04.234Z Downloaded smallvec v1.15.1
3762026-04-22T01:44:04.237Z Downloaded ordered-float v2.10.1
3772026-04-22T01:44:04.241Z Downloaded yoke-derive v0.8.1
3782026-04-22T01:44:04.241Z Downloaded thiserror-impl v1.0.69
3792026-04-22T01:44:04.241Z Downloaded fnv v1.0.7
3802026-04-22T01:44:04.245Z Downloaded thread-id v4.2.2
3812026-04-22T01:44:04.245Z Downloaded heck v0.4.1
3822026-04-22T01:44:04.245Z Downloaded cpufeatures v0.2.17
3832026-04-22T01:44:04.245Z Downloaded dof v0.3.0
3842026-04-22T01:44:04.245Z Downloaded writeable v0.6.2
3852026-04-22T01:44:04.248Z Downloaded usdt-impl v0.5.0
3862026-04-22T01:44:04.248Z Downloaded is_terminal_polyfill v1.70.2
3872026-04-22T01:44:04.248Z Downloaded tinystr v0.8.2
3882026-04-22T01:44:04.253Z Downloaded zmij v1.0.21
3892026-04-22T01:44:04.253Z Downloaded thiserror v1.0.69
3902026-04-22T01:44:04.257Z Downloaded thiserror v2.0.18
3912026-04-22T01:44:04.258Z Downloaded percent-encoding v2.3.2
3922026-04-22T01:44:04.258Z Downloaded toml v0.8.23
3932026-04-22T01:44:04.263Z Downloaded serde-value v0.7.0
3942026-04-22T01:44:04.263Z Downloaded macaddr v1.0.1
3952026-04-22T01:44:04.263Z Downloaded thiserror-impl v2.0.18
3962026-04-22T01:44:04.268Z Downloaded ucd-trie v0.1.7
3972026-04-22T01:44:04.272Z Downloaded anstyle-query v1.1.5
3982026-04-22T01:44:04.272Z Downloaded anstyle-parse v0.2.7
3992026-04-22T01:44:04.275Z Downloaded textwrap v0.16.2
4002026-04-22T01:44:04.279Z Downloaded zerocopy-derive v0.7.35
4012026-04-22T01:44:04.279Z Downloaded tabled_derive v0.7.0
4022026-04-22T01:44:04.282Z Downloaded smawk v0.3.2
4032026-04-22T01:44:04.286Z Downloaded stable_deref_trait v1.2.1
4042026-04-22T01:44:04.286Z Downloaded itoa v1.0.17
4052026-04-22T01:44:04.288Z Downloaded toml_edit v0.22.27
4062026-04-22T01:44:04.291Z Downloaded typenum v1.19.0
4072026-04-22T01:44:04.294Z Downloaded swrite v0.1.0
4082026-04-22T01:44:04.294Z Downloaded serde_spanned v0.6.9
4092026-04-22T01:44:04.297Z Downloaded zerotrie v0.2.3
4102026-04-22T01:44:04.297Z Downloaded serde_tokenstream v0.2.3
4112026-04-22T01:44:04.297Z Downloaded camino-tempfile v1.4.1
4122026-04-22T01:44:04.300Z Downloaded url v2.5.8
4132026-04-22T01:44:04.300Z Downloaded potential_utf v0.1.4
4142026-04-22T01:44:04.305Z Downloaded pretty-hex v0.4.1
4152026-04-22T01:44:04.310Z Downloaded terminal_size v0.4.3
4162026-04-22T01:44:04.313Z Downloaded zerovec v0.11.5
4172026-04-22T01:44:04.316Z Downloaded synstructure v0.13.2
4182026-04-22T01:44:04.316Z Downloaded cargo_metadata v0.21.0
4192026-04-22T01:44:04.321Z Downloaded strsim v0.11.1
4202026-04-22T01:44:04.324Z Downloaded zerocopy v0.7.35
4212026-04-22T01:44:04.331Z Downloaded sha2 v0.10.9
4222026-04-22T01:44:04.334Z Downloaded winnow v0.7.14
4232026-04-22T01:44:04.337Z Downloaded serde_derive v1.0.228
4242026-04-22T01:44:04.340Z Downloaded semver v1.0.27
4252026-04-22T01:44:04.340Z Downloaded unicode-width v0.2.0
4262026-04-22T01:44:04.343Z Downloaded unicode-width v0.1.14
4272026-04-22T01:44:04.346Z Downloaded clap_lex v1.0.0
4282026-04-22T01:44:04.349Z Downloaded anstyle v1.0.13
4292026-04-22T01:44:04.349Z Downloaded clap v4.5.60
4302026-04-22T01:44:04.352Z Downloaded plain v0.2.3
4312026-04-22T01:44:04.355Z Downloaded displaydoc v0.2.5
4322026-04-22T01:44:04.355Z Downloaded digest v0.10.7
4332026-04-22T01:44:04.358Z Downloaded proc-macro-error v1.0.4
4342026-04-22T01:44:04.358Z Downloaded erased-serde v0.4.9
4352026-04-22T01:44:04.361Z Downloaded autocfg v1.5.0
4362026-04-22T01:44:04.361Z Downloaded clap_derive v4.5.55
4372026-04-22T01:44:04.361Z Downloaded icu_provider v2.1.1
4382026-04-22T01:44:04.364Z Downloaded cargo_toml v0.21.0
4392026-04-22T01:44:04.364Z Downloaded bytecount v0.6.9
4402026-04-22T01:44:04.364Z Downloaded litemap v0.8.1
4412026-04-22T01:44:04.370Z Downloaded anyhow v1.0.102
4422026-04-22T01:44:04.375Z Downloaded pest_generator v2.8.6
4432026-04-22T01:44:04.382Z Downloaded anstream v0.6.21
4442026-04-22T01:44:04.385Z Downloaded tempfile v3.25.0
4452026-04-22T01:44:04.385Z Downloaded cargo-util-schemas v0.8.2
4462026-04-22T01:44:04.398Z Downloaded log v0.4.29
4472026-04-22T01:44:04.401Z Downloaded proc-macro2 v1.0.106
4482026-04-22T01:44:04.405Z Downloaded pest_meta v2.8.6
4492026-04-22T01:44:04.405Z Downloaded getrandom v0.4.1
4502026-04-22T01:44:04.407Z Downloaded pest_derive v2.8.6
4512026-04-22T01:44:04.407Z Downloaded icu_locale_core v2.1.1
4522026-04-22T01:44:04.410Z Downloaded serde_core v1.0.228
4532026-04-22T01:44:04.413Z Downloaded num-traits v0.2.19
4542026-04-22T01:44:04.416Z Downloaded bitflags v2.11.0
4552026-04-22T01:44:04.419Z Downloaded papergrid v0.11.0
4562026-04-22T01:44:04.422Z Downloaded camino v1.2.2
4572026-04-22T01:44:04.422Z Downloaded once_cell v1.21.3
4582026-04-22T01:44:04.428Z Downloaded icu_normalizer v2.1.1
4592026-04-22T01:44:04.443Z Downloaded icu_normalizer_data v2.1.1
4602026-04-22T01:44:04.447Z Downloaded memchr v2.8.0
4612026-04-22T01:44:04.447Z Downloaded icu_collections v2.1.1
4622026-04-22T01:44:04.451Z Downloaded icu_properties v2.1.2
4632026-04-22T01:44:04.451Z Downloaded goblin v0.8.2
4642026-04-22T01:44:04.459Z Downloaded hashbrown v0.16.1
4652026-04-22T01:44:04.463Z Downloaded serde v1.0.228
4662026-04-22T01:44:04.467Z Downloaded indexmap v2.13.0
4672026-04-22T01:44:04.472Z Downloaded serde_json v1.0.149
4682026-04-22T01:44:04.477Z Downloaded pest v2.8.6
4692026-04-22T01:44:04.491Z Downloaded icu_properties_data v2.1.2
4702026-04-22T01:44:04.496Z Downloaded idna v1.1.0
4712026-04-22T01:44:04.501Z Downloaded clap_builder v4.5.60
4722026-04-22T01:44:04.514Z Downloaded tabled v0.15.0
4732026-04-22T01:44:04.529Z Downloaded syn v1.0.109
4742026-04-22T01:44:04.534Z Downloaded syn v2.0.117
4752026-04-22T01:44:04.550Z Downloaded rustix v1.1.3
4762026-04-22T01:44:04.581Z Downloaded libc v0.2.185
4772026-04-22T01:44:04.650Z Compiling proc-macro2 v1.0.106
4782026-04-22T01:44:04.650Z Compiling unicode-ident v1.0.24
4792026-04-22T01:44:04.653Z Compiling quote v1.0.44
4802026-04-22T01:44:04.653Z Compiling serde_core v1.0.228
4812026-04-22T01:44:04.653Z Compiling libc v0.2.185
4822026-04-22T01:44:04.653Z Compiling version_check v0.9.5
4832026-04-22T01:44:04.653Z Compiling memchr v2.8.0
4842026-04-22T01:44:04.653Z Compiling stable_deref_trait v1.2.1
4852026-04-22T01:44:04.653Z Compiling serde v1.0.228
4862026-04-22T01:44:04.653Z Compiling zmij v1.0.21
4872026-04-22T01:44:04.653Z Compiling thiserror v1.0.69
4882026-04-22T01:44:04.653Z Compiling itoa v1.0.17
4892026-04-22T01:44:04.654Z Compiling ucd-trie v0.1.7
4902026-04-22T01:44:04.654Z Compiling autocfg v1.5.0
4912026-04-22T01:44:04.654Z Compiling writeable v0.6.2
4922026-04-22T01:44:04.839Z Compiling litemap v0.8.1
4932026-04-22T01:44:04.842Z Compiling byteorder v1.5.0
4942026-04-22T01:44:04.842Z Compiling rustix v1.1.3
4952026-04-22T01:44:04.842Z Compiling icu_properties_data v2.1.2
4962026-04-22T01:44:04.842Z Compiling icu_normalizer_data v2.1.1
4972026-04-22T01:44:04.842Z Compiling serde_json v1.0.149
4982026-04-22T01:44:04.842Z Compiling bitflags v2.11.0
4992026-04-22T01:44:04.842Z Compiling typeid v1.0.3
5002026-04-22T01:44:04.843Z Compiling smallvec v1.15.1
5012026-04-22T01:44:04.843Z Compiling hashbrown v0.16.1
5022026-04-22T01:44:04.860Z Compiling equivalent v1.0.2
5032026-04-22T01:44:04.864Z Compiling erased-serde v0.4.9
5042026-04-22T01:44:04.864Z Compiling toml_write v0.1.2
5052026-04-22T01:44:04.864Z Compiling winnow v0.7.14
5062026-04-22T01:44:05.040Z Compiling syn v1.0.109
5072026-04-22T01:44:05.083Z Compiling utf8_iter v1.0.4
5082026-04-22T01:44:05.128Z Compiling percent-encoding v2.3.2
5092026-04-22T01:44:05.171Z Compiling getrandom v0.4.1
5102026-04-22T01:44:05.211Z Compiling utf8parse v0.2.2
5112026-04-22T01:44:05.304Z Compiling camino v1.2.2
5122026-04-22T01:44:05.392Z Compiling num-traits v0.2.19
5132026-04-22T01:44:05.396Z Compiling log v0.4.29
5142026-04-22T01:44:05.458Z Compiling pest v2.8.6
5152026-04-22T01:44:05.501Z Compiling thiserror v2.0.18
5162026-04-22T01:44:05.544Z Compiling plain v0.2.3
5172026-04-22T01:44:05.571Z Compiling anstyle-parse v0.2.7
5182026-04-22T01:44:05.689Z Compiling anstyle-query v1.1.5
5192026-04-22T01:44:05.713Z Compiling cfg-if v1.0.4
5202026-04-22T01:44:05.716Z Compiling is_terminal_polyfill v1.70.2
5212026-04-22T01:44:05.783Z Compiling pretty-hex v0.4.1
5222026-04-22T01:44:06.014Z Compiling colorchoice v1.0.4
5232026-04-22T01:44:06.097Z Compiling anstyle v1.0.13
5242026-04-22T01:44:06.163Z Compiling fs-err v3.3.0
5252026-04-22T01:44:06.166Z Compiling fnv v1.0.7
5262026-04-22T01:44:06.190Z Compiling form_urlencoded v1.2.2
5272026-04-22T01:44:06.234Z Compiling fastrand v2.3.0
5282026-04-22T01:44:06.241Z Compiling heck v0.5.0
5292026-04-22T01:44:06.257Z Compiling anyhow v1.0.102
5302026-04-22T01:44:06.301Z Compiling once_cell v1.21.3
5312026-04-22T01:44:06.306Z Compiling heck v0.4.1
5322026-04-22T01:44:06.306Z Compiling unicode-xid v0.2.6
5332026-04-22T01:44:06.420Z Compiling indexmap v2.13.0
5342026-04-22T01:44:06.441Z Compiling proc-macro-error-attr v1.0.4
5352026-04-22T01:44:06.460Z Compiling usdt-impl v0.5.0
5362026-04-22T01:44:06.507Z Compiling proc-macro-error v1.0.4
5372026-04-22T01:44:06.530Z Compiling strsim v0.11.1
5382026-04-22T01:44:06.549Z Compiling bytecount v0.6.9
5392026-04-22T01:44:06.552Z Compiling unicode-width v0.1.14
5402026-04-22T01:44:06.566Z Compiling clap_lex v1.0.0
5412026-04-22T01:44:06.681Z Compiling errno v0.3.14
5422026-04-22T01:44:06.701Z Compiling thread-id v4.2.2
5432026-04-22T01:44:06.818Z Compiling pest_meta v2.8.6
5442026-04-22T01:44:06.841Z Compiling memmap v0.7.0
5452026-04-22T01:44:06.932Z Compiling unicode-width v0.2.0
5462026-04-22T01:44:06.978Z Compiling smawk v0.3.2
5472026-04-22T01:44:06.983Z Compiling unicode-linebreak v0.1.5
5482026-04-22T01:44:06.983Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-04-22T01:44:07.030Z Compiling anstream v0.6.21
5502026-04-22T01:44:07.034Z Compiling swrite v0.1.0
5512026-04-22T01:44:07.285Z Compiling papergrid v0.11.0
5522026-04-22T01:44:07.856Z Compiling syn v2.0.117
5532026-04-22T01:44:07.915Z Compiling semver v1.0.27
5542026-04-22T01:44:08.000Z Compiling ordered-float v2.10.1
5552026-04-22T01:44:08.287Z Compiling terminal_size v0.4.3
5562026-04-22T01:44:08.287Z Compiling tempfile v3.25.0
5572026-04-22T01:44:08.361Z Compiling serde-untagged v0.1.9
5582026-04-22T01:44:08.407Z Compiling clap_builder v4.5.60
5592026-04-22T01:44:08.407Z Compiling textwrap v0.16.2
5602026-04-22T01:44:08.522Z Compiling camino-tempfile v1.4.1
5612026-04-22T01:44:09.248Z Compiling tabled_derive v0.7.0
5622026-04-22T01:44:09.894Z Compiling tabled v0.15.0
5632026-04-22T01:44:10.245Z Compiling synstructure v0.13.2
5642026-04-22T01:44:10.245Z Compiling pest_generator v2.8.6
5652026-04-22T01:44:10.747Z Compiling serde_derive v1.0.228
5662026-04-22T01:44:10.747Z Compiling zerofrom-derive v0.1.6
5672026-04-22T01:44:10.751Z Compiling yoke-derive v0.8.1
5682026-04-22T01:44:10.751Z Compiling zerovec-derive v0.11.2
5692026-04-22T01:44:10.751Z Compiling displaydoc v0.2.5
5702026-04-22T01:44:10.751Z Compiling thiserror-impl v1.0.69
5712026-04-22T01:44:10.751Z Compiling zerocopy-derive v0.7.35
5722026-04-22T01:44:10.751Z Compiling scroll_derive v0.12.1
5732026-04-22T01:44:10.751Z Compiling thiserror-impl v2.0.18
5742026-04-22T01:44:10.751Z Compiling clap_derive v4.5.55
5752026-04-22T01:44:10.829Z Compiling pest_derive v2.8.6
5762026-04-22T01:44:11.448Z Compiling scroll v0.12.0
5772026-04-22T01:44:11.479Z Compiling zerocopy v0.7.35
5782026-04-22T01:44:11.672Z Compiling goblin v0.8.2
5792026-04-22T01:44:11.899Z Compiling zerofrom v0.1.6
5802026-04-22T01:44:11.917Z Compiling dtrace-parser v0.2.0
5812026-04-22T01:44:12.086Z Compiling yoke v0.8.1
5822026-04-22T01:44:12.204Z Compiling clap v4.5.60
5832026-04-22T01:44:12.242Z Compiling zerovec v0.11.5
5842026-04-22T01:44:12.242Z Compiling zerotrie v0.2.3
5852026-04-22T01:44:12.629Z Compiling tinystr v0.8.2
5862026-04-22T01:44:12.630Z Compiling potential_utf v0.1.4
5872026-04-22T01:44:12.748Z Compiling icu_collections v2.1.1
5882026-04-22T01:44:12.810Z Compiling icu_locale_core v2.1.1
5892026-04-22T01:44:13.163Z Compiling serde_spanned v0.6.9
5902026-04-22T01:44:13.163Z Compiling toml_datetime v0.6.11
5912026-04-22T01:44:13.163Z Compiling serde-value v0.7.0
5922026-04-22T01:44:13.169Z Compiling cargo-platform v0.2.0
5932026-04-22T01:44:13.169Z Compiling macaddr v1.0.1
5942026-04-22T01:44:13.181Z Compiling dof v0.3.0
5952026-04-22T01:44:13.185Z Compiling serde_tokenstream v0.2.3
5962026-04-22T01:44:13.341Z Compiling icu_provider v2.1.1
5972026-04-22T01:44:13.437Z Compiling toml_edit v0.22.27
5982026-04-22T01:44:13.568Z Compiling icu_properties v2.1.2
5992026-04-22T01:44:13.568Z Compiling icu_normalizer v2.1.1
6002026-04-22T01:44:13.905Z Compiling usdt-attr-macro v0.5.0
6012026-04-22T01:44:13.905Z Compiling usdt-macro v0.5.0
6022026-04-22T01:44:14.361Z Compiling idna_adapter v1.2.1
6032026-04-22T01:44:14.467Z Compiling idna v1.1.0
6042026-04-22T01:44:14.528Z Compiling usdt v0.5.0
6052026-04-22T01:44:14.633Z Compiling toml v0.8.23
6062026-04-22T01:44:14.720Z Compiling url v2.5.8
6072026-04-22T01:44:14.966Z Compiling cargo_toml v0.21.0
6082026-04-22T01:44:15.126Z Compiling cargo-util-schemas v0.8.2
6092026-04-22T01:44:15.892Z Compiling cargo_metadata v0.21.0
6102026-04-22T01:44:16.809Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6112026-04-22T01:44:18.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.29s
6122026-04-22T01:44:19.187Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6132026-04-22T01:44:19.744Z Downloading crates ...
6142026-04-22T01:44:19.837Z Downloaded assert_matches v1.5.0
6152026-04-22T01:44:19.848Z Downloaded async-trait v0.1.89
6162026-04-22T01:44:19.850Z Downloaded adler2 v2.0.1
6172026-04-22T01:44:19.853Z Downloaded cassowary v0.3.0
6182026-04-22T01:44:19.853Z Downloaded bitflags v1.3.2
6192026-04-22T01:44:19.856Z Downloaded clang-sys v1.8.1
6202026-04-22T01:44:19.856Z Downloaded bitfield v0.19.4
6212026-04-22T01:44:19.860Z Downloaded crc32fast v1.5.0
6222026-04-22T01:44:19.865Z Downloaded chacha20 v0.10.0
6232026-04-22T01:44:19.867Z Downloaded foreign-types-macros v0.2.3
6242026-04-22T01:44:19.867Z Downloaded cancel-safe-futures v0.1.5
6252026-04-22T01:44:19.870Z Downloaded critical-section v1.2.0
6262026-04-22T01:44:19.870Z Downloaded crc8 v0.1.1
6272026-04-22T01:44:19.873Z Downloaded cfg_aliases v0.1.1
6282026-04-22T01:44:19.876Z Downloaded cargo-platform v0.1.9
6292026-04-22T01:44:19.876Z Downloaded bb8 v0.8.6
6302026-04-22T01:44:19.881Z Downloaded env_logger v0.11.9
6312026-04-22T01:44:19.884Z Downloaded chacha20 v0.9.1
6322026-04-22T01:44:19.884Z Downloaded des v0.8.1
6332026-04-22T01:44:19.884Z Downloaded compression-codecs v0.4.37
6342026-04-22T01:44:19.887Z Downloaded ciborium v0.2.2
6352026-04-22T01:44:19.891Z Downloaded embedded-io v0.6.1
6362026-04-22T01:44:19.891Z Downloaded debug-ignore v1.0.5
6372026-04-22T01:44:19.891Z Downloaded fatfs v0.3.6
6382026-04-22T01:44:19.895Z Downloaded block-padding v0.3.3
6392026-04-22T01:44:19.895Z Downloaded corncobs v0.1.4
6402026-04-22T01:44:19.895Z Downloaded base16ct v0.2.0
6412026-04-22T01:44:19.895Z Downloaded fallible-iterator v0.2.0
6422026-04-22T01:44:19.903Z Downloaded env_filter v1.0.0
6432026-04-22T01:44:19.903Z Downloaded fixedbitset v0.5.7
6442026-04-22T01:44:19.903Z Downloaded derive-where v1.6.0
6452026-04-22T01:44:19.908Z Downloaded cobs v0.3.0
6462026-04-22T01:44:19.908Z Downloaded fixedbitset v0.4.2
6472026-04-22T01:44:19.908Z Downloaded cbc v0.1.2
6482026-04-22T01:44:19.908Z Downloaded base64ct v1.8.3
6492026-04-22T01:44:19.908Z Downloaded dtrace-parser v0.3.0
6502026-04-22T01:44:19.908Z Downloaded bitfield-struct v0.6.2
6512026-04-22T01:44:19.908Z Downloaded cfg_aliases v0.2.1
6522026-04-22T01:44:19.912Z Downloaded document-features v0.2.12
6532026-04-22T01:44:19.912Z Downloaded darling_macro v0.23.0
6542026-04-22T01:44:19.912Z Downloaded cargo_metadata v0.19.2
6552026-04-22T01:44:19.912Z Downloaded buf-list v1.1.2
6562026-04-22T01:44:19.919Z Downloaded enum-as-inner v0.6.1
6572026-04-22T01:44:19.919Z Downloaded backon v1.6.0
6582026-04-22T01:44:19.919Z Downloaded display-error-chain v0.2.2
6592026-04-22T01:44:19.919Z Downloaded backoff v0.4.0
6602026-04-22T01:44:19.923Z Downloaded bcs v0.1.6
6612026-04-22T01:44:19.923Z Downloaded diesel_table_macro_syntax v0.3.0
6622026-04-22T01:44:19.923Z Downloaded crossbeam-utils v0.8.21
6632026-04-22T01:44:19.923Z Downloaded cmake v0.1.57
6642026-04-22T01:44:19.923Z Downloaded defmt-parser v1.0.0
6652026-04-22T01:44:19.925Z Downloaded async-recursion v1.1.1
6662026-04-22T01:44:19.925Z Downloaded either v1.15.0
6672026-04-22T01:44:19.928Z Downloaded atomic-waker v1.1.2
6682026-04-22T01:44:19.931Z Downloaded compression-core v0.4.31
6692026-04-22T01:44:19.931Z Downloaded bit-vec v0.8.0
6702026-04-22T01:44:19.931Z Downloaded atty v0.2.14
6712026-04-22T01:44:19.934Z Downloaded bitfield-macros v0.19.4
6722026-04-22T01:44:19.937Z Downloaded bit-set v0.5.3
6732026-04-22T01:44:19.940Z Downloaded arrayref v0.3.9
6742026-04-22T01:44:19.940Z Downloaded embedded-io v0.4.0
6752026-04-22T01:44:19.940Z Downloaded defmt v1.0.1
6762026-04-22T01:44:19.943Z Downloaded ff v0.13.1
6772026-04-22T01:44:19.943Z Downloaded find-msvc-tools v0.1.9
6782026-04-22T01:44:19.945Z Downloaded atomicwrites v0.4.4
6792026-04-22T01:44:19.945Z Downloaded async-stream-impl v0.3.6
6802026-04-22T01:44:19.945Z Downloaded async-stream v0.3.6
6812026-04-22T01:44:19.948Z Downloaded erased-serde v0.3.31
6822026-04-22T01:44:19.951Z Downloaded derive-ex v0.1.8
6832026-04-22T01:44:19.951Z Downloaded dirs-next v2.0.0
6842026-04-22T01:44:19.951Z Downloaded ciborium-io v0.2.2
6852026-04-22T01:44:19.951Z Downloaded camino-tempfile-ext v0.3.3
6862026-04-22T01:44:19.954Z Downloaded blowfish v0.9.1
6872026-04-22T01:44:19.954Z Downloaded curve25519-dalek-derive v0.1.1
6882026-04-22T01:44:19.958Z Downloaded dunce v1.0.5
6892026-04-22T01:44:19.958Z Downloaded defmt v0.3.100
6902026-04-22T01:44:19.959Z Downloaded bit-set v0.8.0
6912026-04-22T01:44:19.959Z Downloaded dyn-clone v1.0.20
6922026-04-22T01:44:19.961Z Downloaded ciborium-ll v0.2.2
6932026-04-22T01:44:19.961Z Downloaded crc v3.4.0
6942026-04-22T01:44:19.961Z Downloaded float-ord v0.3.2
6952026-04-22T01:44:19.962Z Downloaded castaway v0.2.4
6962026-04-22T01:44:19.962Z Downloaded aead v0.5.2
6972026-04-22T01:44:19.965Z Downloaded darling_macro v0.20.11
6982026-04-22T01:44:19.965Z Downloaded crc-catalog v2.4.0
6992026-04-22T01:44:19.968Z Downloaded bcrypt-pbkdf v0.10.0
7002026-04-22T01:44:19.968Z Downloaded fd-lock v4.0.4
7012026-04-22T01:44:19.972Z Downloaded ascii-canvas v3.0.0
7022026-04-22T01:44:19.975Z Downloaded foreign-types-shared v0.1.1
7032026-04-22T01:44:19.975Z Downloaded funty v2.0.0
7042026-04-22T01:44:19.978Z Downloaded float-cmp v0.10.0
7052026-04-22T01:44:19.978Z Downloaded endian-type v0.1.2
7062026-04-22T01:44:19.978Z Downloaded dropshot-api-manager-types v0.6.0
7072026-04-22T01:44:19.978Z Downloaded crunchy v0.2.4
7082026-04-22T01:44:19.981Z Downloaded dsl_auto_type v0.2.0
7092026-04-22T01:44:19.981Z Downloaded argon2 v0.5.3
7102026-04-22T01:44:19.985Z Downloaded deranged v0.5.8
7112026-04-22T01:44:19.988Z Downloaded defmt-macros v1.0.1
7122026-04-22T01:44:19.991Z Downloaded base64 v0.22.1
7132026-04-22T01:44:19.991Z Downloaded daft v0.1.5
7142026-04-22T01:44:19.993Z Downloaded downcast-rs v2.0.2
7152026-04-22T01:44:19.993Z Downloaded convert_case v0.4.0
7162026-04-22T01:44:19.996Z Downloaded fxhash v0.2.1
7172026-04-22T01:44:19.996Z Downloaded foreign-types v0.3.2
7182026-04-22T01:44:19.996Z Downloaded cookie_store v0.22.1
7192026-04-22T01:44:19.999Z Downloaded dirs-sys-next v0.1.2
7202026-04-22T01:44:19.999Z Downloaded darling_macro v0.21.3
7212026-04-22T01:44:19.999Z Downloaded cstr-argument v0.1.2
7222026-04-22T01:44:20.000Z Downloaded crucible-workspace-hack v0.1.0
7232026-04-22T01:44:20.000Z Downloaded difflib v0.4.0
7242026-04-22T01:44:20.002Z Downloaded derive_builder_macro v0.20.2
7252026-04-22T01:44:20.002Z Downloaded futures-task v0.3.32
7262026-04-22T01:44:20.002Z Downloaded futures-core v0.3.32
7272026-04-22T01:44:20.005Z Downloaded foreign-types-shared v0.3.1
7282026-04-22T01:44:20.005Z Downloaded foreign-types v0.5.0
7292026-04-22T01:44:20.008Z Downloaded hash32 v0.3.1
7302026-04-22T01:44:20.008Z Downloaded futures-sink v0.3.32
7312026-04-22T01:44:20.012Z Downloaded futures-macro v0.3.32
7322026-04-22T01:44:20.012Z Downloaded git-stub v1.0.0
7332026-04-22T01:44:20.016Z Downloaded ghash v0.5.1
7342026-04-22T01:44:20.016Z Downloaded globwalk v0.9.1
7352026-04-22T01:44:20.019Z Downloaded headers-core v0.3.0
7362026-04-22T01:44:20.019Z Downloaded hash32 v0.2.1
7372026-04-22T01:44:20.019Z Downloaded futures-io v0.3.32
7382026-04-22T01:44:20.023Z Downloaded hex v0.4.3
7392026-04-22T01:44:20.029Z Downloaded byte-wrapper v0.1.0
7402026-04-22T01:44:20.029Z Downloaded cipher v0.4.4
7412026-04-22T01:44:20.029Z Downloaded chacha20poly1305 v0.10.1
7422026-04-22T01:44:20.029Z Downloaded dof v0.4.0
7432026-04-22T01:44:20.040Z Downloaded foldhash v0.2.0
7442026-04-22T01:44:20.040Z Downloaded filetime v0.2.27
7452026-04-22T01:44:20.041Z Downloaded cpufeatures v0.3.0
7462026-04-22T01:44:20.041Z Downloaded const_format_proc_macros v0.2.34
7472026-04-22T01:44:20.041Z Downloaded daft-derive v0.1.5
7482026-04-22T01:44:20.044Z Downloaded foldhash v0.1.5
7492026-04-22T01:44:20.044Z Downloaded arrayvec v0.7.6
7502026-04-22T01:44:20.044Z Downloaded convert_case v0.10.0
7512026-04-22T01:44:20.044Z Downloaded flagset v0.4.7
7522026-04-22T01:44:20.044Z Downloaded console v0.15.11
7532026-04-22T01:44:20.044Z Downloaded home v0.5.12
7542026-04-22T01:44:20.044Z Downloaded ed25519 v2.2.3
7552026-04-22T01:44:20.047Z Downloaded colored v2.2.0
7562026-04-22T01:44:20.047Z Downloaded hubpack_derive v0.1.1
7572026-04-22T01:44:20.047Z Downloaded hubpack v0.1.2
7582026-04-22T01:44:20.050Z Downloaded drift v0.1.3
7592026-04-22T01:44:20.052Z Downloaded hostname v0.3.1
7602026-04-22T01:44:20.052Z Downloaded hyper-tls v0.6.0
7612026-04-22T01:44:20.055Z Downloaded csv-core v0.1.13
7622026-04-22T01:44:20.055Z Downloaded http-range v0.1.5
7632026-04-22T01:44:20.059Z Downloaded httpdate v1.0.3
7642026-04-22T01:44:20.059Z Downloaded futures-executor v0.3.32
7652026-04-22T01:44:20.059Z Downloaded http-body v1.0.1
7662026-04-22T01:44:20.059Z Downloaded indent_write v2.2.0
7672026-04-22T01:44:20.062Z Downloaded ident_case v1.0.1
7682026-04-22T01:44:20.062Z Downloaded diesel-dtrace v0.5.0
7692026-04-22T01:44:20.062Z Downloaded darling v0.21.3
7702026-04-22T01:44:20.065Z Downloaded constant_time_eq v0.4.2
7712026-04-22T01:44:20.068Z Downloaded der_derive v0.7.3
7722026-04-22T01:44:20.068Z Downloaded fs-err v2.11.0
7732026-04-22T01:44:20.068Z Downloaded ctr v0.9.2
7742026-04-22T01:44:20.071Z Downloaded hex-literal v0.4.1
7752026-04-22T01:44:20.071Z Downloaded ena v0.14.4
7762026-04-22T01:44:20.074Z Downloaded instability v0.3.11
7772026-04-22T01:44:20.074Z Downloaded inout v0.1.4
7782026-04-22T01:44:20.074Z Downloaded indoc v1.0.9
7792026-04-22T01:44:20.077Z Downloaded globset v0.4.18
7802026-04-22T01:44:20.077Z Downloaded derive_builder_core v0.20.2
7812026-04-22T01:44:20.080Z Downloaded hostname v0.4.2
7822026-04-22T01:44:20.080Z Downloaded group v0.13.0
7832026-04-22T01:44:20.080Z Downloaded git-stub-vcs v0.1.0
7842026-04-22T01:44:20.083Z Downloaded gethostname v0.5.0
7852026-04-22T01:44:20.083Z Downloaded highway v1.3.0
7862026-04-22T01:44:20.083Z Downloaded glob v0.3.3
7872026-04-22T01:44:20.087Z Downloaded derive_builder v0.20.2
7882026-04-22T01:44:20.087Z Downloaded internet-checksum v0.2.1
7892026-04-22T01:44:20.090Z Downloaded async-bb8-diesel v0.2.1
7902026-04-22T01:44:20.090Z Downloaded is_ci v1.2.0
7912026-04-22T01:44:20.090Z Downloaded console v0.16.2
7922026-04-22T01:44:20.093Z Downloaded colored v3.1.1
7932026-04-22T01:44:20.093Z Downloaded is-terminal v0.4.17
7942026-04-22T01:44:20.097Z Downloaded cexpr v0.6.0
7952026-04-22T01:44:20.097Z Downloaded bzip2 v0.4.4
7962026-04-22T01:44:20.097Z Downloaded flate2 v1.1.9
7972026-04-22T01:44:20.100Z Downloaded cookie v0.18.1
7982026-04-22T01:44:20.103Z Downloaded darling v0.20.11
7992026-04-22T01:44:20.106Z Downloaded data-encoding v2.10.0
8002026-04-22T01:44:20.106Z Downloaded bit-vec v0.6.3
8012026-04-22T01:44:20.106Z Downloaded crossbeam-deque v0.8.6
8022026-04-22T01:44:20.109Z Downloaded libscf-sys v1.1.0
8032026-04-22T01:44:20.109Z Downloaded lalrpop-util v0.19.12
8042026-04-22T01:44:20.109Z Downloaded dropshot_endpoint v0.17.0
8052026-04-22T01:44:20.112Z Downloaded darling v0.23.0
8062026-04-22T01:44:20.115Z Downloaded ecdsa v0.16.9
8072026-04-22T01:44:20.118Z Downloaded diff v0.1.13
8082026-04-22T01:44:20.118Z Downloaded bzip2 v0.6.1
8092026-04-22T01:44:20.121Z Downloaded http-body-util v0.1.3
8102026-04-22T01:44:20.121Z Downloaded keccak v0.1.6
8112026-04-22T01:44:20.121Z Downloaded array-init v0.0.4
8122026-04-22T01:44:20.124Z Downloaded linked-hash-map v0.5.6
8132026-04-22T01:44:20.124Z Downloaded lazy_static v1.5.0
8142026-04-22T01:44:20.127Z Downloaded maplit v1.0.2
8152026-04-22T01:44:20.127Z Downloaded crossbeam-epoch v0.9.18
8162026-04-22T01:44:20.127Z Downloaded lzss v0.8.2
8172026-04-22T01:44:20.130Z Downloaded multimap v0.10.1
8182026-04-22T01:44:20.130Z Downloaded lru v0.12.5
8192026-04-22T01:44:20.130Z Downloaded hyper-staticfile v0.10.1
8202026-04-22T01:44:20.133Z Downloaded darling_core v0.20.11
8212026-04-22T01:44:20.136Z Downloaded impl-trait-for-tuples v0.2.3
8222026-04-22T01:44:20.136Z Downloaded maybe-uninit v2.0.0
8232026-04-22T01:44:20.139Z Downloaded humantime v2.3.0
8242026-04-22T01:44:20.139Z Downloaded lru-cache v0.1.2
8252026-04-22T01:44:20.139Z Downloaded match_cfg v0.1.0
8262026-04-22T01:44:20.143Z Downloaded futures-channel v0.3.32
8272026-04-22T01:44:20.143Z Downloaded ahash v0.8.12
8282026-04-22T01:44:20.146Z Downloaded mime v0.3.17
8292026-04-22T01:44:20.147Z Downloaded newline-converter v0.3.0
8302026-04-22T01:44:20.147Z Downloaded new_debug_unreachable v1.0.6
8312026-04-22T01:44:20.147Z Downloaded getrandom v0.2.17
8322026-04-22T01:44:20.149Z Downloaded fs_extra v1.3.0
8332026-04-22T01:44:20.149Z Downloaded hmac v0.12.1
8342026-04-22T01:44:20.153Z Downloaded managed v0.8.0
8352026-04-22T01:44:20.153Z Downloaded instant v0.1.13
8362026-04-22T01:44:20.160Z Downloaded newtype-uuid-macros v0.1.0
8372026-04-22T01:44:20.160Z Downloaded md-5 v0.10.6
8382026-04-22T01:44:20.160Z Downloaded ingot-types v0.1.2
8392026-04-22T01:44:20.161Z Downloaded ingot v0.1.1
8402026-04-22T01:44:20.161Z Downloaded md5 v0.7.0
8412026-04-22T01:44:20.161Z Downloaded indoc v2.0.7
8422026-04-22T01:44:20.166Z Downloaded half v1.8.3
8432026-04-22T01:44:20.166Z Downloaded ipnet v2.11.0
8442026-04-22T01:44:20.166Z Downloaded crc-any v2.5.0
8452026-04-22T01:44:20.166Z Downloaded blake2 v0.10.6
8462026-04-22T01:44:20.170Z Downloaded allocator-api2 v0.2.21
8472026-04-22T01:44:20.170Z Downloaded nodrop v0.1.14
8482026-04-22T01:44:20.170Z Downloaded kstat-rs v0.2.4
8492026-04-22T01:44:20.170Z Downloaded ipnetwork v0.21.1
8502026-04-22T01:44:20.175Z Downloaded nibble_vec v0.1.0
8512026-04-22T01:44:20.175Z Downloaded num-derive v0.4.2
8522026-04-22T01:44:20.175Z Downloaded bytes v1.11.1
8532026-04-22T01:44:20.179Z Downloaded newtype_derive v0.1.6
8542026-04-22T01:44:20.179Z Downloaded jobserver v0.1.34
8552026-04-22T01:44:20.181Z Downloaded num-iter v0.1.45
8562026-04-22T01:44:20.181Z Downloaded nonempty v0.12.0
8572026-04-22T01:44:20.184Z Downloaded num-derive v0.3.3
8582026-04-22T01:44:20.187Z Downloaded num-conv v0.2.0
8592026-04-22T01:44:20.187Z Downloaded num_enum_derive v0.5.11
8602026-04-22T01:44:20.187Z Downloaded num v0.4.3
8612026-04-22T01:44:20.190Z Downloaded olpc-cjson v0.1.4
8622026-04-22T01:44:20.190Z Downloaded normalize-line-endings v0.3.0
8632026-04-22T01:44:20.190Z Downloaded elliptic-curve v0.13.8
8642026-04-22T01:44:20.193Z Downloaded der v0.7.10
8652026-04-22T01:44:20.196Z Downloaded memoffset v0.9.1
8662026-04-22T01:44:20.196Z Downloaded linear-map v1.2.0
8672026-04-22T01:44:20.199Z Downloaded num_threads v0.1.7
8682026-04-22T01:44:20.199Z Downloaded libsw-core v0.3.2
8692026-04-22T01:44:20.199Z Downloaded opaque-debug v0.3.1
8702026-04-22T01:44:20.202Z Downloaded multer v3.1.0
8712026-04-22T01:44:20.202Z Downloaded openssl-probe v0.2.1
8722026-04-22T01:44:20.202Z Downloaded hyper-rustls v0.27.7
8732026-04-22T01:44:20.205Z Downloaded dropshot-api-manager v0.6.0
8742026-04-22T01:44:20.209Z Downloaded lru-slab v0.1.2
8752026-04-22T01:44:20.209Z Downloaded getrandom v0.3.4
8762026-04-22T01:44:20.211Z Downloaded oso-derive v0.27.3
8772026-04-22T01:44:20.211Z Downloaded openssl-probe v0.1.6
8782026-04-22T01:44:20.211Z Downloaded openssl-macros v0.1.1
8792026-04-22T01:44:20.211Z Downloaded ingot-macros v0.1.1
8802026-04-22T01:44:20.214Z Downloaded futures v0.3.32
8812026-04-22T01:44:20.217Z Downloaded nanorand v0.7.0
8822026-04-22T01:44:20.217Z Downloaded half v2.7.1
8832026-04-22T01:44:20.220Z Downloaded dropshot_endpoint v0.16.7
8842026-04-22T01:44:20.220Z Downloaded mime_guess v2.0.5
8852026-04-22T01:44:20.223Z Downloaded derive_more v0.99.20
8862026-04-22T01:44:20.226Z Downloaded iana-time-zone v0.1.65
8872026-04-22T01:44:20.229Z Downloaded libsw v3.5.0
8882026-04-22T01:44:20.229Z Downloaded libefi-sys v0.1.0
8892026-04-22T01:44:20.229Z Downloaded httparse v1.10.1
8902026-04-22T01:44:20.232Z Downloaded arc-swap v1.8.2
8912026-04-22T01:44:20.236Z Downloaded parse-display v0.10.0
8922026-04-22T01:44:20.236Z Downloaded compact_str v0.8.1
8932026-04-22T01:44:20.239Z Downloaded parse-size v1.1.0
8942026-04-22T01:44:20.239Z Downloaded packed_struct_codegen v0.10.1
8952026-04-22T01:44:20.239Z Downloaded newtype-uuid v1.3.2
8962026-04-22T01:44:20.239Z Downloaded nu-ansi-term v0.50.3
8972026-04-22T01:44:20.242Z Downloaded cc v1.2.56
8982026-04-22T01:44:20.245Z Downloaded bumpalo v3.20.2
8992026-04-22T01:44:20.248Z Downloaded native-tls v0.2.18
9002026-04-22T01:44:20.248Z Downloaded flume v0.11.1
9012026-04-22T01:44:20.250Z Downloaded num_enum v0.7.5
9022026-04-22T01:44:20.253Z Downloaded num_enum v0.5.11
9032026-04-22T01:44:20.256Z Downloaded phf_shared v0.12.1
9042026-04-22T01:44:20.256Z Downloaded peg-runtime v0.8.5
9052026-04-22T01:44:20.256Z Downloaded pbkdf2 v0.12.2
9062026-04-22T01:44:20.259Z Downloaded path-slash v0.1.5
9072026-04-22T01:44:20.259Z Downloaded lock_api v0.4.14
9082026-04-22T01:44:20.259Z Downloaded num-integer v0.1.46
9092026-04-22T01:44:20.262Z Downloaded num-rational v0.4.2
9102026-04-22T01:44:20.262Z Downloaded pbkdf2 v0.11.0
9112026-04-22T01:44:20.278Z Downloaded pin-utils v0.1.0
9122026-04-22T01:44:20.281Z Downloaded phf_shared v0.13.1
9132026-04-22T01:44:20.281Z Downloaded libloading v0.8.9
9142026-04-22T01:44:20.281Z Downloaded heapless v0.7.17
9152026-04-22T01:44:20.284Z Downloaded const-oid v0.9.6
9162026-04-22T01:44:20.287Z Downloaded indexmap v1.9.3
9172026-04-22T01:44:20.287Z Downloaded headers v0.4.1
9182026-04-22T01:44:20.290Z Downloaded powerfmt v0.2.0
9192026-04-22T01:44:20.292Z Downloaded oxide-tokio-rt v0.1.4
9202026-04-22T01:44:20.292Z Downloaded litrs v1.0.0
9212026-04-22T01:44:20.295Z Downloaded predicates-core v1.0.10
9222026-04-22T01:44:20.298Z Downloaded precomputed-hash v0.1.1
9232026-04-22T01:44:20.298Z Downloaded oxnet v0.1.4
9242026-04-22T01:44:20.300Z Downloaded password-hash v0.5.0
9252026-04-22T01:44:20.303Z Downloaded base64 v0.21.7
9262026-04-22T01:44:20.303Z Downloaded ar_archive_writer v0.5.1
9272026-04-22T01:44:20.306Z Downloaded parse-display-derive v0.10.0
9282026-04-22T01:44:20.306Z Downloaded num-complex v0.4.6
9292026-04-22T01:44:20.309Z Downloaded predicates-tree v1.0.13
9302026-04-22T01:44:20.309Z Downloaded proc-macro-error-attr2 v2.0.0
9312026-04-22T01:44:20.309Z Downloaded proc-macro-crate v1.3.1
9322026-04-22T01:44:20.312Z Downloaded parking_lot_core v0.8.6
9332026-04-22T01:44:20.314Z Downloaded progenitor-macro v0.13.0
9342026-04-22T01:44:20.314Z Downloaded ed25519-dalek v2.2.0
9352026-04-22T01:44:20.317Z Downloaded derive_more v2.1.1
9362026-04-22T01:44:20.324Z Downloaded peg v0.8.5
9372026-04-22T01:44:20.327Z Downloaded const_format v0.2.35
9382026-04-22T01:44:20.330Z Downloaded radium v0.7.0
9392026-04-22T01:44:20.337Z Downloaded psl-types v2.0.11
9402026-04-22T01:44:20.337Z Downloaded quick-error v1.2.3
9412026-04-22T01:44:20.337Z Downloaded progenitor-macro v0.11.2
9422026-04-22T01:44:20.337Z Downloaded progenitor-macro v0.10.0
9432026-04-22T01:44:20.337Z Downloaded num_enum_derive v0.7.5
9442026-04-22T01:44:20.337Z Downloaded libbz2-rs-sys v0.2.2
9452026-04-22T01:44:20.341Z Downloaded async-compression v0.4.41
9462026-04-22T01:44:20.341Z Downloaded pkcs8 v0.10.2
9472026-04-22T01:44:20.341Z Downloaded phf v0.12.1
9482026-04-22T01:44:20.344Z Downloaded pem-rfc7468 v0.7.0
9492026-04-22T01:44:20.344Z Downloaded owo-colors v4.3.0
9502026-04-22T01:44:20.347Z Downloaded rand_chacha v0.3.1
9512026-04-22T01:44:20.347Z Downloaded pin-project-lite v0.2.17
9522026-04-22T01:44:20.350Z Downloaded paste v1.0.15
9532026-04-22T01:44:20.353Z Downloaded pem v3.0.6
9542026-04-22T01:44:20.353Z Downloaded peg-macros v0.8.5
9552026-04-22T01:44:20.353Z Downloaded indicatif v0.18.4
9562026-04-22T01:44:20.356Z Downloaded ref-cast v1.0.25
9572026-04-22T01:44:20.358Z Downloaded ignore v0.4.25
9582026-04-22T01:44:20.358Z Downloaded ref-cast-impl v1.0.25
9592026-04-22T01:44:20.358Z Downloaded recursive-proc-macro-impl v0.1.1
9602026-04-22T01:44:20.361Z Downloaded postgres-protocol v0.6.10
9612026-04-22T01:44:20.361Z Downloaded rand_xorshift v0.4.0
9622026-04-22T01:44:20.361Z Downloaded ppv-lite86 v0.2.21
9632026-04-22T01:44:20.364Z Downloaded memmap2 v0.9.10
9642026-04-22T01:44:20.364Z Downloaded polyval v0.6.2
9652026-04-22T01:44:20.367Z Downloaded recursive v0.1.1
9662026-04-22T01:44:20.367Z Downloaded pkg-config v0.3.32
9672026-04-22T01:44:20.367Z Downloaded crypto-bigint v0.5.5
9682026-04-22T01:44:20.370Z Downloaded progenitor-client v0.10.0
9692026-04-22T01:44:20.373Z Downloaded progenitor-client v0.11.2
9702026-04-22T01:44:20.376Z Downloaded progenitor v0.11.2
9712026-04-22T01:44:20.376Z Downloaded primeorder v0.13.6
9722026-04-22T01:44:20.378Z Downloaded hickory-resolver v0.25.2
9732026-04-22T01:44:20.385Z Downloaded parking_lot v0.11.2
9742026-04-22T01:44:20.388Z Downloaded psm v0.1.30
9752026-04-22T01:44:20.391Z Downloaded rfc6979 v0.4.0
9762026-04-22T01:44:20.391Z Downloaded proc-macro-error2 v2.0.1
9772026-04-22T01:44:20.391Z Downloaded proc-macro-crate v3.4.0
9782026-04-22T01:44:20.395Z Downloaded rtoolbox v0.0.3
9792026-04-22T01:44:20.395Z Downloaded parking_lot_core v0.9.12
9802026-04-22T01:44:20.395Z Downloaded parking_lot v0.12.5
9812026-04-22T01:44:20.398Z Downloaded darling_core v0.23.0
9822026-04-22T01:44:20.412Z Downloaded crossbeam-channel v0.5.15
9832026-04-22T01:44:20.412Z Downloaded expectorate v1.2.0
9842026-04-22T01:44:20.412Z Downloaded progenitor-extras v0.1.1
9852026-04-22T01:44:20.412Z Downloaded rustc-hash v2.1.1
9862026-04-22T01:44:20.412Z Downloaded russh-cryptovec v0.7.3
9872026-04-22T01:44:20.412Z Downloaded rustc_version v0.1.7
9882026-04-22T01:44:20.412Z Downloaded progenitor-client v0.13.0
9892026-04-22T01:44:20.412Z Downloaded pkcs5 v0.7.1
9902026-04-22T01:44:20.412Z Downloaded packed_struct v0.10.1
9912026-04-22T01:44:20.412Z Downloaded progenitor v0.13.0
9922026-04-22T01:44:20.412Z Downloaded poly1305 v0.8.0
9932026-04-22T01:44:20.416Z Downloaded hashbrown v0.13.2
9942026-04-22T01:44:20.416Z Downloaded pkcs1 v0.7.5
9952026-04-22T01:44:20.419Z Downloaded progenitor v0.10.0
9962026-04-22T01:44:20.419Z Downloaded phf_shared v0.11.3
9972026-04-22T01:44:20.419Z Downloaded password-hash v0.4.2
9982026-04-22T01:44:20.424Z Downloaded darling_core v0.21.3
9992026-04-22T01:44:20.427Z Downloaded rustc_version v0.4.1
10002026-04-22T01:44:20.430Z Downloaded diesel_derives v2.3.7
10012026-04-22T01:44:20.433Z Downloaded rand_chacha v0.9.0
10022026-04-22T01:44:20.436Z Downloaded postgres-types v0.2.12
10032026-04-22T01:44:20.436Z Downloaded oso v0.27.3
10042026-04-22T01:44:20.439Z Downloaded pin-project-internal v1.1.11
10052026-04-22T01:44:20.439Z Downloaded rand_core v0.9.5
10062026-04-22T01:44:20.442Z Downloaded postcard v1.1.3
10072026-04-22T01:44:20.445Z Downloaded rand_seeder v0.4.0
10082026-04-22T01:44:20.445Z Downloaded scheduled-thread-pool v0.2.7
10092026-04-22T01:44:20.448Z Downloaded sapling-renderdag v0.1.0
10102026-04-22T01:44:20.448Z Downloaded same-file v1.0.6
10112026-04-22T01:44:20.450Z Downloaded rand_core v0.10.0
10122026-04-22T01:44:20.450Z Downloaded predicates v3.1.4
10132026-04-22T01:44:20.454Z Downloaded p256 v0.13.2
10142026-04-22T01:44:20.458Z Downloaded scrypt v0.11.0
10152026-04-22T01:44:20.461Z Downloaded hickory-resolver v0.24.4
10162026-04-22T01:44:20.465Z Downloaded scroll_derive v0.13.1
10172026-04-22T01:44:20.465Z Downloaded heapless v0.8.0
10182026-04-22T01:44:20.468Z Downloaded salsa20 v0.10.2
10192026-04-22T01:44:20.468Z Downloaded phf v0.13.1
10202026-04-22T01:44:20.468Z Downloaded papergrid v0.17.0
10212026-04-22T01:44:20.471Z Downloaded resolv-conf v0.7.6
10222026-04-22T01:44:20.471Z Downloaded scopeguard v1.2.0
10232026-04-22T01:44:20.474Z Downloaded openssl-sys v0.9.111
10242026-04-22T01:44:20.477Z Downloaded secrecy v0.8.0
10252026-04-22T01:44:20.478Z Downloaded omicron-zone-package v0.12.2
10262026-04-22T01:44:20.481Z Downloaded seq-macro v0.3.6
10272026-04-22T01:44:20.481Z Downloaded semver v0.1.20
10282026-04-22T01:44:20.481Z Downloaded derive_more-impl v2.1.1
10292026-04-22T01:44:20.485Z Downloaded serde_spanned v1.0.4
10302026-04-22T01:44:20.487Z Downloaded serde_urlencoded v0.7.1
10312026-04-22T01:44:20.487Z Downloaded hyper-util v0.1.20
10322026-04-22T01:44:20.490Z Downloaded quinn-udp v0.5.14
10332026-04-22T01:44:20.493Z Downloaded hashbrown v0.12.3
10342026-04-22T01:44:20.493Z Downloaded secrecy v0.10.3
10352026-04-22T01:44:20.496Z Downloaded r2d2 v0.8.10
10362026-04-22T01:44:20.498Z Downloaded rustls-pemfile v1.0.4
10372026-04-22T01:44:20.505Z Downloaded sha1 v0.10.6
10382026-04-22T01:44:20.507Z Downloaded signature v2.2.0
10392026-04-22T01:44:20.507Z Downloaded serde_repr v0.1.20
10402026-04-22T01:44:20.507Z Downloaded serde_plain v1.0.2
10412026-04-22T01:44:20.516Z Downloaded progenitor-impl v0.11.2
10422026-04-22T01:44:20.518Z Downloaded prefix-trie v0.7.0
10432026-04-22T01:44:20.521Z Downloaded rustls-pemfile v2.2.0
10442026-04-22T01:44:20.521Z Downloaded siphasher v1.0.2
10452026-04-22T01:44:20.524Z Downloaded signal-hook-tokio v0.3.1
10462026-04-22T01:44:20.524Z Downloaded sigpipe v0.1.3
10472026-04-22T01:44:20.524Z Downloaded signal-hook-mio v0.2.5
10482026-04-22T01:44:20.529Z Downloaded rustls-native-certs v0.8.3
10492026-04-22T01:44:20.532Z Downloaded shell-words v1.1.1
10502026-04-22T01:44:20.532Z Downloaded rand_core v0.6.4
10512026-04-22T01:44:20.535Z Downloaded slog-envlogger v2.2.0
10522026-04-22T01:44:20.535Z Downloaded slog-bunyan v2.5.0
10532026-04-22T01:44:20.535Z Downloaded miniz_oxide v0.8.9
10542026-04-22T01:44:20.538Z Downloaded aes v0.8.4
10552026-04-22T01:44:20.543Z Downloaded rusty-fork v0.3.1
10562026-04-22T01:44:20.546Z Downloaded rustversion v1.0.22
10572026-04-22T01:44:20.550Z Downloaded sec1 v0.7.3
10582026-04-22T01:44:20.550Z Downloaded sct v0.7.1
10592026-04-22T01:44:20.553Z Downloaded scroll v0.13.0
10602026-04-22T01:44:20.553Z Downloaded schemars_derive v0.8.22
10612026-04-22T01:44:20.556Z Downloaded progenitor-impl v0.13.0
10622026-04-22T01:44:20.559Z Downloaded hickory-server v0.25.2
10632026-04-22T01:44:20.562Z Downloaded progenitor-impl v0.10.0
10642026-04-22T01:44:20.562Z Downloaded serde-big-array v0.5.1
10652026-04-22T01:44:20.568Z Downloaded serde_derive_internals v0.29.1
10662026-04-22T01:44:20.572Z Downloaded ssh-encoding v0.2.0
10672026-04-22T01:44:20.572Z Downloaded sqlparser_derive v0.5.0
10682026-04-22T01:44:20.572Z Downloaded ssh-cipher v0.2.0
10692026-04-22T01:44:20.575Z Downloaded serde_path_to_error v0.1.20
10702026-04-22T01:44:20.578Z Downloaded serde_bytes v0.11.19
10712026-04-22T01:44:20.583Z Downloaded russh-keys v0.45.0
10722026-04-22T01:44:20.586Z Downloaded structmeta v0.3.0
10732026-04-22T01:44:20.588Z Downloaded strip-ansi-escapes v0.2.1
10742026-04-22T01:44:20.589Z Downloaded structmeta-derive v0.3.0
10752026-04-22T01:44:20.592Z Downloaded strum v0.26.3
10762026-04-22T01:44:20.595Z Downloaded minimal-lexical v0.2.1
10772026-04-22T01:44:20.599Z Downloaded rustls-pki-types v1.14.0
10782026-04-22T01:44:20.601Z Downloaded pin-project v1.1.11
10792026-04-22T01:44:20.606Z Downloaded tabwriter v1.4.1
10802026-04-22T01:44:20.611Z Downloaded tabled_derive v0.11.0
10812026-04-22T01:44:20.611Z Downloaded subtle v2.6.1
10822026-04-22T01:44:20.611Z Downloaded strum v0.27.2
10832026-04-22T01:44:20.611Z Downloaded slog-async v2.8.0
10842026-04-22T01:44:20.615Z Downloaded slab v0.4.12
10852026-04-22T01:44:20.615Z Downloaded shlex v1.3.0
10862026-04-22T01:44:20.615Z Downloaded simd-adler32 v0.3.8
10872026-04-22T01:44:20.615Z Downloaded signal-hook-registry v1.4.8
10882026-04-22T01:44:20.615Z Downloaded pretty_assertions v1.4.1
10892026-04-22T01:44:20.618Z Downloaded aes-gcm v0.10.3
10902026-04-22T01:44:20.621Z Downloaded prettyplease v0.2.37
10912026-04-22T01:44:20.624Z Downloaded jiff-static v0.2.21
10922026-04-22T01:44:20.624Z Downloaded slog-scope v4.4.1
10932026-04-22T01:44:20.627Z Downloaded itertools v0.10.5
10942026-04-22T01:44:20.630Z Downloaded supports-color v3.0.2
10952026-04-22T01:44:20.630Z Downloaded tagptr v0.2.0
10962026-04-22T01:44:20.630Z Downloaded tap v1.0.1
10972026-04-22T01:44:20.633Z Downloaded take_mut v0.2.2
10982026-04-22T01:44:20.633Z Downloaded slog-term v2.9.2
10992026-04-22T01:44:20.633Z Downloaded http v1.4.0
11002026-04-22T01:44:20.636Z Downloaded ron v0.8.1
11012026-04-22T01:44:20.638Z Downloaded crossterm v0.28.1
11022026-04-22T01:44:20.642Z Downloaded time-core v0.1.8
11032026-04-22T01:44:20.644Z Downloaded testing_table v0.3.0
11042026-04-22T01:44:20.644Z Downloaded snafu-derive v0.8.9
11052026-04-22T01:44:20.644Z Downloaded termtree v0.5.1
11062026-04-22T01:44:20.647Z Downloaded aho-corasick v1.1.4
11072026-04-22T01:44:20.650Z Downloaded thread-id v5.1.0
11082026-04-22T01:44:20.650Z Downloaded sqlformat v0.3.5
11092026-04-22T01:44:20.653Z Downloaded smf v0.2.3
11102026-04-22T01:44:20.653Z Downloaded sync_wrapper v1.0.2
11112026-04-22T01:44:20.653Z Downloaded sync-ptr v0.1.4
11122026-04-22T01:44:20.653Z Downloaded spki v0.7.3
11132026-04-22T01:44:20.656Z Downloaded slog-stdlog v4.1.1
11142026-04-22T01:44:20.656Z Downloaded crossterm v0.29.0
11152026-04-22T01:44:20.659Z Downloaded thiserror-impl-no-std v2.0.2
11162026-04-22T01:44:20.661Z Downloaded serde_with_macros v3.17.0
11172026-04-22T01:44:20.662Z Downloaded mio v1.2.0
11182026-04-22T01:44:20.664Z Downloaded slog-dtrace v0.3.0
11192026-04-22T01:44:20.667Z Downloaded strum_macros v0.26.4
11202026-04-22T01:44:20.674Z Downloaded tinyvec_macros v0.1.1
11212026-04-22T01:44:20.677Z Downloaded rcgen v0.12.1
11222026-04-22T01:44:20.677Z Downloaded strum_macros v0.24.3
11232026-04-22T01:44:20.677Z Downloaded stringprep v0.1.5
11242026-04-22T01:44:20.680Z Downloaded tokio-macros v2.7.0
11252026-04-22T01:44:20.680Z Downloaded static_assertions v1.1.0
11262026-04-22T01:44:20.680Z Downloaded rustls-platform-verifier v0.6.2
11272026-04-22T01:44:20.683Z Downloaded rayon-core v1.13.0
11282026-04-22T01:44:20.686Z Downloaded num-bigint v0.4.6
11292026-04-22T01:44:20.693Z Downloaded slog-json v2.6.1
11302026-04-22T01:44:20.696Z Downloaded ryu v1.0.23
11312026-04-22T01:44:20.701Z Downloaded quinn v0.11.9
11322026-04-22T01:44:20.706Z Downloaded support-bundle-viewer v0.1.2
11332026-04-22T01:44:20.710Z Downloaded serde-hex v0.1.0
11342026-04-22T01:44:20.713Z Downloaded libxml v0.3.3
11352026-04-22T01:44:20.719Z Downloaded termios v0.3.3
11362026-04-22T01:44:20.723Z Downloaded try-lock v0.2.5
11372026-04-22T01:44:20.723Z Downloaded serde_cbor v0.11.2
11382026-04-22T01:44:20.726Z Downloaded rand v0.8.5
11392026-04-22T01:44:20.729Z Downloaded time-macros v0.2.27
11402026-04-22T01:44:20.737Z Downloaded topological-sort v0.2.2
11412026-04-22T01:44:20.740Z Downloaded thiserror-no-std v2.0.2
11422026-04-22T01:44:20.743Z Downloaded trait-variant v0.1.2
11432026-04-22T01:44:20.743Z Downloaded unarray v0.1.4
11442026-04-22T01:44:20.743Z Downloaded typify-macro v0.4.3
11452026-04-22T01:44:20.743Z Downloaded tower-service v0.3.3
11462026-04-22T01:44:20.746Z Downloaded tower-layer v0.3.3
11472026-04-22T01:44:20.746Z Downloaded thread_local v1.1.9
11482026-04-22T01:44:20.750Z Downloaded typify-macro v0.6.1
11492026-04-22T01:44:20.750Z Downloaded tls_codec_derive v0.4.2
11502026-04-22T01:44:20.755Z Downloaded string_cache v0.8.9
11512026-04-22T01:44:20.755Z Downloaded iddqd v0.3.17
11522026-04-22T01:44:20.759Z Downloaded tls_codec v0.4.2
11532026-04-22T01:44:20.759Z Downloaded iri-string v0.7.10
11542026-04-22T01:44:20.764Z Downloaded tokio-dtrace v0.1.1
11552026-04-22T01:44:20.764Z Downloaded smallvec v0.6.14
11562026-04-22T01:44:20.767Z Downloaded signal-hook v0.3.18
11572026-04-22T01:44:20.767Z Downloaded unit-prefix v0.5.2
11582026-04-22T01:44:20.767Z Downloaded untrusted v0.9.0
11592026-04-22T01:44:20.767Z Downloaded universal-hash v0.5.1
11602026-04-22T01:44:20.767Z Downloaded strum_macros v0.27.2
11612026-04-22T01:44:20.770Z Downloaded untrusted v0.7.1
11622026-04-22T01:44:20.770Z Downloaded nom v7.1.3
11632026-04-22T01:44:20.773Z Downloaded unicode-truncate v1.1.0
11642026-04-22T01:44:20.776Z Downloaded schemars v0.8.22
11652026-04-22T01:44:20.780Z Downloaded usdt v0.6.0
11662026-04-22T01:44:20.783Z Downloaded tokio-rustls v0.25.0
11672026-04-22T01:44:20.783Z Downloaded utf-8 v0.7.6
11682026-04-22T01:44:20.783Z Downloaded usdt-macro v0.6.0
11692026-04-22T01:44:20.786Z Downloaded usdt-attr-macro v0.6.0
11702026-04-22T01:44:20.786Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11712026-04-22T01:44:20.786Z Downloaded publicsuffix v2.3.0
11722026-04-22T01:44:20.789Z Downloaded tokio-tungstenite v0.21.0
11732026-04-22T01:44:20.789Z Downloaded tokio-tungstenite v0.23.1
11742026-04-22T01:44:20.792Z Downloaded rand v0.10.0
11752026-04-22T01:44:20.795Z Downloaded tiny-keccak v2.0.2
11762026-04-22T01:44:20.795Z Downloaded term v1.2.1
11772026-04-22T01:44:20.800Z Downloaded spin v0.9.8
11782026-04-22T01:44:20.800Z Downloaded socket2 v0.6.3
11792026-04-22T01:44:20.804Z Downloaded wait-timeout v0.2.1
11802026-04-22T01:44:20.804Z Downloaded term v0.7.0
11812026-04-22T01:44:20.804Z Downloaded void v1.0.2
11822026-04-22T01:44:20.804Z Downloaded chrono v0.4.44
11832026-04-22T01:44:20.807Z Downloaded toml_writer v1.0.6+spec-1.1.0
11842026-04-22T01:44:20.810Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11852026-04-22T01:44:20.810Z Downloaded qorb v0.4.1
11862026-04-22T01:44:20.813Z Downloaded itertools v0.13.0
11872026-04-22T01:44:20.817Z Downloaded itertools v0.12.1
11882026-04-22T01:44:20.820Z Downloaded num-bigint-dig v0.8.6
11892026-04-22T01:44:20.823Z Downloaded unicase v2.9.0
11902026-04-22T01:44:20.828Z Downloaded rustls-webpki v0.103.9
11912026-04-22T01:44:20.828Z Downloaded want v0.3.1
11922026-04-22T01:44:20.828Z Downloaded waitgroup v0.1.2
11932026-04-22T01:44:20.833Z Downloaded tui-tree-widget v0.23.1
11942026-04-22T01:44:20.833Z Downloaded rand v0.9.2
11952026-04-22T01:44:20.833Z Downloaded serde_yaml v0.9.34+deprecated
11962026-04-22T01:44:20.837Z Downloaded tokio-rustls v0.24.1
11972026-04-22T01:44:20.837Z Downloaded stacker v0.1.23
11982026-04-22T01:44:20.837Z Downloaded tokio-native-tls v0.3.1
11992026-04-22T01:44:20.837Z Downloaded slog v2.8.2
12002026-04-22T01:44:20.840Z Downloaded tokio-stream v0.1.18
12012026-04-22T01:44:20.845Z Downloaded subprocess v0.2.15
12022026-04-22T01:44:20.845Z Downloaded similar v2.7.0
12032026-04-22T01:44:20.849Z Downloaded h2 v0.4.13
12042026-04-22T01:44:20.852Z Downloaded usdt-impl v0.6.0
12052026-04-22T01:44:20.852Z Downloaded samael v0.0.19
12062026-04-22T01:44:20.855Z Downloaded russh v0.45.0
12072026-04-22T01:44:20.858Z Downloaded itertools v0.14.0
12082026-04-22T01:44:20.862Z Downloaded vergen-lib v0.1.6
12092026-04-22T01:44:20.866Z Downloaded socket2 v0.5.10
12102026-04-22T01:44:20.866Z Downloaded vergen-gitcl v1.0.8
12112026-04-22T01:44:20.869Z Downloaded vergen-git2 v1.0.7
12122026-04-22T01:44:20.869Z Downloaded rsa v0.9.10
12132026-04-22T01:44:20.874Z Downloaded hkdf v0.12.4
12142026-04-22T01:44:20.874Z Downloaded hashbrown v0.15.5
12152026-04-22T01:44:20.878Z Downloaded zone v0.3.1
12162026-04-22T01:44:20.878Z Downloaded toml_parser v1.0.9+spec-1.1.0
12172026-04-22T01:44:20.878Z Downloaded zeroize_derive v1.4.3
12182026-04-22T01:44:20.881Z Downloaded xshell-macros v0.2.7
12192026-04-22T01:44:20.881Z Downloaded snafu v0.8.9
12202026-04-22T01:44:20.881Z Downloaded futures-util v0.3.32
12212026-04-22T01:44:20.890Z Downloaded test-strategy v0.4.5
12222026-04-22T01:44:20.893Z Downloaded bindgen v0.71.1
12232026-04-22T01:44:20.896Z Downloaded zone_cfg_derive v0.3.1
12242026-04-22T01:44:20.896Z Downloaded walkdir v2.5.0
12252026-04-22T01:44:20.899Z Downloaded tracing-attributes v0.1.31
12262026-04-22T01:44:20.899Z Downloaded hyper v1.8.1
12272026-04-22T01:44:20.902Z Downloaded whoami v1.6.1
12282026-04-22T01:44:20.905Z Downloaded twox-hash v2.1.2
12292026-04-22T01:44:20.905Z Downloaded whoami v2.1.0
12302026-04-22T01:44:20.908Z Downloaded tinyvec v1.10.0
12312026-04-22T01:44:20.908Z Downloaded libm v0.2.16
12322026-04-22T01:44:20.914Z Downloaded tokio-rustls v0.26.4
12332026-04-22T01:44:20.917Z Downloaded wyz v0.5.1
12342026-04-22T01:44:20.920Z Downloaded uzers v0.12.2
12352026-04-22T01:44:20.920Z Downloaded schemars v0.9.0
12362026-04-22T01:44:20.926Z Downloaded tar v0.4.45
12372026-04-22T01:44:20.929Z Downloaded vergen v9.0.6
12382026-04-22T01:44:20.933Z Downloaded p521 v0.13.3
12392026-04-22T01:44:20.933Z Downloaded toml v0.7.8
12402026-04-22T01:44:20.938Z Downloaded xshell v0.2.7
12412026-04-22T01:44:20.938Z Downloaded zstd-safe v7.2.4
12422026-04-22T01:44:20.941Z Downloaded zeroize v1.8.2
12432026-04-22T01:44:20.944Z Downloaded toml v1.0.6+spec-1.1.0
12442026-04-22T01:44:20.953Z Downloaded tungstenite v0.23.0
12452026-04-22T01:44:20.956Z Downloaded typify v0.6.1
12462026-04-22T01:44:20.960Z Downloaded tracing-core v0.1.36
12472026-04-22T01:44:20.960Z Downloaded tungstenite v0.21.0
12482026-04-22T01:44:20.963Z Downloaded blake3 v1.8.3
12492026-04-22T01:44:20.969Z Downloaded unicode-properties v0.1.4
12502026-04-22T01:44:20.972Z Downloaded bitvec v1.0.1
12512026-04-22T01:44:20.980Z Downloaded unsafe-libyaml v0.2.11
12522026-04-22T01:44:20.983Z Downloaded rustyline v14.0.0
12532026-04-22T01:44:20.986Z Downloaded toml v0.9.12+spec-1.1.0
12542026-04-22T01:44:20.989Z Downloaded schemars v1.2.1
12552026-04-22T01:44:20.996Z Downloaded yasna v0.5.2
12562026-04-22T01:44:20.999Z Downloaded zstd v0.13.3
12572026-04-22T01:44:20.999Z Downloaded zerocopy v0.6.6
12582026-04-22T01:44:21.003Z Downloaded xattr v1.6.1
12592026-04-22T01:44:21.003Z Downloaded vte v0.14.1
12602026-04-22T01:44:21.007Z Downloaded toml_edit v0.23.10+spec-1.0.0
12612026-04-22T01:44:21.007Z Downloaded vsss-rs v3.3.4
12622026-04-22T01:44:21.011Z Downloaded uuid v1.23.0
12632026-04-22T01:44:21.011Z Downloaded steno v0.4.1
12642026-04-22T01:44:21.019Z Downloaded typify v0.4.3
12652026-04-22T01:44:21.019Z Downloaded rpassword v7.4.0
12662026-04-22T01:44:21.023Z Downloaded tokio-postgres v0.7.16
12672026-04-22T01:44:21.031Z Downloaded unicode-bidi v0.3.18
12682026-04-22T01:44:21.039Z Downloaded toml_edit v0.19.15
12692026-04-22T01:44:21.051Z Downloaded p384 v0.13.1
12702026-04-22T01:44:21.054Z Downloaded zopfli v0.8.3
12712026-04-22T01:44:21.057Z Downloaded regex v1.12.3
12722026-04-22T01:44:21.065Z Downloaded ssh-key v0.6.7
12732026-04-22T01:44:21.080Z Downloaded aws-lc-rs v1.16.0
12742026-04-22T01:44:21.080Z Downloaded reqwest v0.13.2
12752026-04-22T01:44:21.085Z Downloaded unicode_categories v0.1.1
12762026-04-22T01:44:21.085Z Downloaded reedline v0.40.0
12772026-04-22T01:44:21.097Z Downloaded zip v0.6.6
12782026-04-22T01:44:21.101Z Downloaded yansi v1.0.1
12792026-04-22T01:44:21.112Z Downloaded reqwest v0.12.28
12802026-04-22T01:44:21.116Z Downloaded rayon v1.11.0
12812026-04-22T01:44:21.120Z Downloaded unicode-segmentation v1.12.0
12822026-04-22T01:44:21.127Z Downloaded lalrpop v0.19.12
12832026-04-22T01:44:21.136Z Downloaded quick-xml v0.37.5
12842026-04-22T01:44:21.141Z Downloaded curve25519-dalek v4.1.3
12852026-04-22T01:44:21.144Z Downloaded rustls-webpki v0.101.7
12862026-04-22T01:44:21.153Z Downloaded zerocopy-derive v0.8.40
12872026-04-22T01:44:21.157Z Downloaded goblin v0.10.5
12882026-04-22T01:44:21.163Z Downloaded salty v0.3.0
12892026-04-22T01:44:21.167Z Downloaded proptest v1.10.0
12902026-04-22T01:44:21.171Z Downloaded tower v0.5.3
12912026-04-22T01:44:21.177Z Downloaded portable-atomic v1.13.1
12922026-04-22T01:44:21.184Z Downloaded unicode-normalization v0.1.25
12932026-04-22T01:44:21.186Z Downloaded typed-path v0.9.3
12942026-04-22T01:44:21.187Z Downloaded git2 v0.20.4
12952026-04-22T01:44:21.194Z Downloaded x509-cert v0.2.5
12962026-04-22T01:44:21.197Z Downloaded zip v4.6.1
12972026-04-22T01:44:21.200Z Downloaded tokio-util v0.7.18
12982026-04-22T01:44:21.205Z Downloaded tough v0.20.0
12992026-04-22T01:44:21.211Z Downloaded tower-http v0.6.8
13002026-04-22T01:44:21.214Z Downloaded rustls-webpki v0.102.8
13012026-04-22T01:44:21.225Z Downloaded moka v0.12.13
13022026-04-22T01:44:21.231Z Downloaded petname v2.0.2
13032026-04-22T01:44:21.240Z Downloaded serde_with v3.17.0
13042026-04-22T01:44:21.270Z Downloaded object v0.30.4
13052026-04-22T01:44:21.276Z Downloaded polar-core v0.27.3
13062026-04-22T01:44:21.283Z Downloaded nix v0.27.1
13072026-04-22T01:44:21.290Z Downloaded radix_trie v0.2.1
13082026-04-22T01:44:21.293Z Downloaded quinn-proto v0.11.13
13092026-04-22T01:44:21.304Z Downloaded winnow v0.6.26
13102026-04-22T01:44:21.310Z Downloaded winnow v0.5.40
13112026-04-22T01:44:21.329Z Downloaded openssl v0.10.75
13122026-04-22T01:44:21.343Z Downloaded tabled v0.20.0
13132026-04-22T01:44:21.352Z Downloaded time v0.3.47
13142026-04-22T01:44:21.358Z Downloaded smoltcp v0.9.1
13152026-04-22T01:44:21.365Z Downloaded regex-syntax v0.6.29
13162026-04-22T01:44:21.370Z Downloaded rustls v0.21.12
13172026-04-22T01:44:21.376Z Downloaded nix v0.29.0
13182026-04-22T01:44:21.382Z Downloaded vcpkg v0.2.15
13192026-04-22T01:44:21.404Z Downloaded object v0.37.3
13202026-04-22T01:44:21.411Z Downloaded nix v0.31.2
13212026-04-22T01:44:21.419Z Downloaded webpki-roots v1.0.6
13222026-04-22T01:44:21.422Z Downloaded hickory-proto v0.25.2
13232026-04-22T01:44:21.431Z Downloaded regress v0.10.5
13242026-04-22T01:44:21.435Z Downloaded zlib-rs v0.6.2
13252026-04-22T01:44:21.438Z Downloaded diesel v2.3.7
13262026-04-22T01:44:21.450Z Downloaded zerocopy v0.8.40
13272026-04-22T01:44:21.455Z Downloaded smoltcp v0.11.0
13282026-04-22T01:44:21.462Z Downloaded rustls v0.23.37
13292026-04-22T01:44:21.470Z Downloaded rustls v0.22.4
13302026-04-22T01:44:21.478Z Downloaded rustix v0.38.44
13312026-04-22T01:44:21.489Z Downloaded regex-syntax v0.8.10
13322026-04-22T01:44:21.495Z Downloaded sqlparser v0.61.0
13332026-04-22T01:44:21.500Z Downloaded openapiv3 v2.2.0
13342026-04-22T01:44:21.507Z Downloaded hickory-proto v0.24.4
13352026-04-22T01:44:21.516Z Downloaded tracing v0.1.44
13362026-04-22T01:44:21.529Z Downloaded dropshot v0.17.0
13372026-04-22T01:44:21.542Z Downloaded nix v0.28.0
13382026-04-22T01:44:21.548Z Downloaded dropshot v0.16.7
13392026-04-22T01:44:21.562Z Downloaded bstr v1.12.1
13402026-04-22T01:44:21.599Z Downloaded typify-impl v0.6.1
13412026-04-22T01:44:21.607Z Downloaded ratatui v0.29.0
13422026-04-22T01:44:21.618Z Downloaded sled v0.34.7
13432026-04-22T01:44:21.624Z Downloaded petgraph v0.8.3
13442026-04-22T01:44:21.637Z Downloaded csv v1.4.0
13452026-04-22T01:44:21.651Z Downloaded typify-impl v0.4.3
13462026-04-22T01:44:21.660Z Downloaded bzip2-sys v0.1.13+1.0.8
13472026-04-22T01:44:21.674Z Downloaded regex-automata v0.4.14
13482026-04-22T01:44:21.683Z Downloaded zerocopy-derive v0.6.6
13492026-04-22T01:44:21.690Z Downloaded tokio v1.52.1
13502026-04-22T01:44:21.712Z Downloaded petgraph v0.6.5
13512026-04-22T01:44:21.733Z Downloaded jiff v0.2.21
13522026-04-22T01:44:21.744Z Downloaded chrono-tz v0.10.4
13532026-04-22T01:44:21.757Z Downloaded encoding_rs v0.8.35
13542026-04-22T01:44:21.770Z Downloaded libz-sys v1.1.24
13552026-04-22T01:44:21.790Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13562026-04-22T01:44:21.801Z Downloaded sha3 v0.10.8
13572026-04-22T01:44:21.804Z Downloaded libgit2-sys v0.18.3+1.9.2
13582026-04-22T01:44:21.887Z Downloaded ring v0.17.14
13592026-04-22T01:44:22.631Z Downloaded aws-lc-sys v0.37.1
13602026-04-22T01:44:22.689Z Compiling libc v0.2.185
13612026-04-22T01:44:22.689Z Compiling serde v1.0.228
13622026-04-22T01:44:22.692Z Compiling log v0.4.29
13632026-04-22T01:44:22.692Z Compiling find-msvc-tools v0.1.9
13642026-04-22T01:44:22.692Z Compiling shlex v1.3.0
13652026-04-22T01:44:22.692Z Compiling smallvec v1.15.1
13662026-04-22T01:44:22.692Z Compiling typenum v1.19.0
13672026-04-22T01:44:22.692Z Compiling subtle v2.6.1
13682026-04-22T01:44:22.692Z Compiling scopeguard v1.2.0
13692026-04-22T01:44:22.835Z Compiling const-oid v0.9.6
13702026-04-22T01:44:22.850Z Compiling portable-atomic v1.13.1
13712026-04-22T01:44:22.853Z Compiling zerocopy v0.8.40
13722026-04-22T01:44:22.853Z Compiling serde_json v1.0.149
13732026-04-22T01:44:22.853Z Compiling critical-section v1.2.0
13742026-04-22T01:44:22.853Z Compiling pin-project-lite v0.2.17
13752026-04-22T01:44:22.867Z Compiling parking_lot_core v0.9.12
13762026-04-22T01:44:23.721Z Compiling pkg-config v0.3.32
13772026-04-22T01:44:23.721Z Compiling libm v0.2.16
13782026-04-22T01:44:23.721Z Compiling futures-core v0.3.32
13792026-04-22T01:44:23.747Z Compiling generic-array v0.14.7
13802026-04-22T01:44:23.747Z Compiling num-traits v0.2.19
13812026-04-22T01:44:23.747Z Compiling percent-encoding v2.3.2
13822026-04-22T01:44:23.747Z Compiling allocator-api2 v0.2.21
13832026-04-22T01:44:23.747Z Compiling foldhash v0.2.0
13842026-04-22T01:44:23.761Z Compiling lock_api v0.4.14
13852026-04-22T01:44:23.761Z Compiling cpufeatures v0.2.17
13862026-04-22T01:44:23.761Z Compiling futures-sink v0.3.32
13872026-04-22T01:44:23.761Z Compiling syn v2.0.117
13882026-04-22T01:44:23.761Z Compiling bitflags v2.11.0
13892026-04-22T01:44:23.761Z Compiling getrandom v0.4.1
13902026-04-22T01:44:23.761Z Compiling futures-io v0.3.32
13912026-04-22T01:44:23.761Z Compiling futures-task v0.3.32
13922026-04-22T01:44:23.762Z Compiling slab v0.4.12
13932026-04-22T01:44:23.762Z Compiling getrandom v0.3.4
13942026-04-22T01:44:23.762Z Compiling rustversion v1.0.22
13952026-04-22T01:44:23.762Z Compiling rand_core v0.10.0
13962026-04-22T01:44:23.762Z Compiling dunce v1.0.5
13972026-04-22T01:44:23.762Z Compiling base64ct v1.8.3
13982026-04-22T01:44:23.762Z Compiling ident_case v1.0.1
13992026-04-22T01:44:23.762Z Compiling fs_extra v1.3.0
14002026-04-22T01:44:23.762Z Compiling flagset v0.4.7
14012026-04-22T01:44:23.762Z Compiling form_urlencoded v1.2.2
14022026-04-22T01:44:23.762Z Compiling futures-channel v0.3.32
14032026-04-22T01:44:23.762Z Compiling rustix v1.1.3
14042026-04-22T01:44:23.763Z Compiling iana-time-zone v0.1.65
14052026-04-22T01:44:23.763Z Compiling hashbrown v0.16.1
14062026-04-22T01:44:23.793Z Compiling rustc_version v0.4.1
14072026-04-22T01:44:23.799Z Compiling aws-lc-rs v1.16.0
14082026-04-22T01:44:23.799Z Compiling vcpkg v0.2.15
14092026-04-22T01:44:24.548Z Compiling regex-syntax v0.8.10
14102026-04-22T01:44:24.555Z Compiling base64 v0.22.1
14112026-04-22T01:44:24.555Z Compiling untrusted v0.9.0
14122026-04-22T01:44:24.555Z Compiling httparse v1.10.1
14132026-04-22T01:44:24.555Z Compiling schemars v0.8.22
14142026-04-22T01:44:24.555Z Compiling untrusted v0.7.1
14152026-04-22T01:44:24.555Z Compiling openssl-probe v0.2.1
14162026-04-22T01:44:24.556Z Compiling atomic-waker v1.1.2
14172026-04-22T01:44:24.556Z Compiling try-lock v0.2.5
14182026-04-22T01:44:24.556Z Compiling tower-layer v0.3.3
14192026-04-22T01:44:24.556Z Compiling tinyvec_macros v0.1.1
14202026-04-22T01:44:24.556Z Compiling dyn-clone v1.0.20
14212026-04-22T01:44:24.556Z Compiling tower-service v0.3.3
14222026-04-22T01:44:24.556Z Compiling rustls v0.23.37
14232026-04-22T01:44:24.557Z Compiling pem-rfc7468 v0.7.0
14242026-04-22T01:44:24.557Z Compiling spin v0.9.8
14252026-04-22T01:44:24.557Z Compiling aho-corasick v1.1.4
14262026-04-22T01:44:24.557Z Compiling num-conv v0.2.0
14272026-04-22T01:44:24.557Z Compiling foreign-types-shared v0.1.1
14282026-04-22T01:44:24.557Z Compiling powerfmt v0.2.0
14292026-04-22T01:44:24.557Z Compiling time-core v0.1.8
14302026-04-22T01:44:24.557Z Compiling openssl v0.10.75
14312026-04-22T01:44:24.558Z Compiling crc32fast v1.5.0
14322026-04-22T01:44:24.558Z Compiling once_cell v1.21.3
14332026-04-22T01:44:24.558Z Compiling httpdate v1.0.3
14342026-04-22T01:44:24.558Z Compiling pin-utils v0.1.0
14352026-04-22T01:44:24.558Z Compiling getrandom v0.2.17
14362026-04-22T01:44:24.558Z Compiling jobserver v0.1.34
14372026-04-22T01:44:24.558Z Compiling errno v0.3.14
14382026-04-22T01:44:24.558Z Compiling mio v1.2.0
14392026-04-22T01:44:24.558Z Compiling socket2 v0.6.3
14402026-04-22T01:44:24.558Z Compiling indexmap v2.13.0
14412026-04-22T01:44:24.581Z Compiling tinyvec v1.10.0
14422026-04-22T01:44:24.623Z Compiling tracing-core v0.1.36
14432026-04-22T01:44:24.630Z Compiling want v0.3.1
14442026-04-22T01:44:24.724Z Compiling wait-timeout v0.2.1
14452026-04-22T01:44:24.737Z Compiling socket2 v0.5.10
14462026-04-22T01:44:24.737Z Compiling deranged v0.5.8
14472026-04-22T01:44:24.905Z Compiling rand_core v0.9.5
14482026-04-22T01:44:24.912Z Compiling foreign-types v0.3.2
14492026-04-22T01:44:24.912Z Compiling uuid v1.23.0
14502026-04-22T01:44:25.018Z Compiling bit-vec v0.8.0
14512026-04-22T01:44:25.029Z Compiling num_threads v0.1.7
14522026-04-22T01:44:25.029Z Compiling native-tls v0.2.18
14532026-04-22T01:44:25.036Z Compiling time-macros v0.2.27
14542026-04-22T01:44:25.502Z Compiling rand_core v0.6.4
14552026-04-22T01:44:25.524Z Compiling signal-hook-registry v1.4.8
14562026-04-22T01:44:25.524Z Compiling cc v1.2.56
14572026-04-22T01:44:25.524Z Compiling parking_lot v0.12.5
14582026-04-22T01:44:25.525Z Compiling quick-error v1.2.3
14592026-04-22T01:44:25.525Z Compiling usdt-impl v0.6.0
14602026-04-22T01:44:25.525Z Compiling siphasher v1.0.2
14612026-04-22T01:44:25.525Z Compiling simd-adler32 v0.3.8
14622026-04-22T01:44:25.525Z Compiling syn v1.0.109
14632026-04-22T01:44:25.525Z Compiling crossbeam-utils v0.8.21
14642026-04-22T01:44:25.525Z Compiling slog v2.8.2
14652026-04-22T01:44:25.525Z Compiling rand_xorshift v0.4.0
14662026-04-22T01:44:25.525Z Compiling unicode-normalization v0.1.25
14672026-04-22T01:44:25.525Z Compiling thread-id v5.1.0
14682026-04-22T01:44:25.525Z Compiling heapless v0.7.17
14692026-04-22T01:44:25.525Z Compiling sync_wrapper v1.0.2
14702026-04-22T01:44:25.525Z Compiling cookie v0.18.1
14712026-04-22T01:44:25.525Z Compiling zstd-safe v7.2.4
14722026-04-22T01:44:25.525Z Compiling bit-set v0.8.0
14732026-04-22T01:44:25.563Z Compiling unicode-bidi v0.3.18
14742026-04-22T01:44:25.579Z Compiling unarray v0.1.4
14752026-04-22T01:44:25.579Z Compiling paste v1.0.15
14762026-04-22T01:44:25.588Z Compiling unicode-properties v0.1.4
14772026-04-22T01:44:25.595Z Compiling anyhow v1.0.102
14782026-04-22T01:44:25.661Z Compiling regex-automata v0.4.14
14792026-04-22T01:44:25.691Z Compiling adler2 v2.0.1
14802026-04-22T01:44:25.694Z Compiling signal-hook v0.3.18
14812026-04-22T01:44:25.789Z Compiling num-integer v0.1.46
14822026-04-22T01:44:25.793Z Compiling ff v0.13.1
14832026-04-22T01:44:25.793Z Compiling vergen-lib v0.1.6
14842026-04-22T01:44:25.793Z Compiling curve25519-dalek v4.1.3
14852026-04-22T01:44:25.793Z Compiling hash32 v0.2.1
14862026-04-22T01:44:25.806Z Compiling memoffset v0.9.1
14872026-04-22T01:44:25.810Z Compiling iri-string v0.7.10
14882026-04-22T01:44:25.835Z Compiling fallible-iterator v0.2.0
14892026-04-22T01:44:25.848Z Compiling cfg_aliases v0.2.1
14902026-04-22T01:44:25.886Z Compiling miniz_oxide v0.8.9
14912026-04-22T01:44:25.969Z Compiling ryu v1.0.23
14922026-04-22T01:44:25.986Z Compiling cmake v0.1.57
14932026-04-22T01:44:26.010Z Compiling rustix v0.38.44
14942026-04-22T01:44:26.029Z Compiling base16ct v0.2.0
14952026-04-22T01:44:26.051Z Compiling zlib-rs v0.6.2
14962026-04-22T01:44:26.086Z Compiling num-bigint-dig v0.8.6
14972026-04-22T01:44:26.089Z Compiling smoltcp v0.9.1
14982026-04-22T01:44:26.105Z Compiling litrs v1.0.0
14992026-04-22T01:44:26.218Z Compiling tempfile v3.25.0
15002026-04-22T01:44:26.222Z Compiling ref-cast v1.0.25
15012026-04-22T01:44:26.223Z Compiling psl-types v2.0.11
15022026-04-22T01:44:26.239Z Compiling terminal_size v0.4.3
15032026-04-22T01:44:26.281Z Compiling group v0.13.0
15042026-04-22T01:44:26.300Z Compiling num-iter v0.1.45
15052026-04-22T01:44:26.319Z Compiling nix v0.31.2
15062026-04-22T01:44:26.334Z Compiling time v0.3.47
15072026-04-22T01:44:26.411Z Compiling synstructure v0.13.2
15082026-04-22T01:44:26.432Z Compiling serde_derive_internals v0.29.1
15092026-04-22T01:44:26.435Z Compiling pest_generator v2.8.6
15102026-04-22T01:44:26.435Z Compiling darling_core v0.20.11
15112026-04-22T01:44:26.435Z Compiling darling_core v0.21.3
15122026-04-22T01:44:26.456Z Compiling stringprep v0.1.5
15132026-04-22T01:44:26.601Z Compiling phf_shared v0.13.1
15142026-04-22T01:44:26.620Z Compiling rusty-fork v0.3.1
15152026-04-22T01:44:26.733Z Compiling vergen v9.0.6
15162026-04-22T01:44:26.770Z Compiling lazy_static v1.5.0
15172026-04-22T01:44:26.847Z Compiling fs-err v3.3.0
15182026-04-22T01:44:26.865Z Compiling ahash v0.8.12
15192026-04-22T01:44:26.886Z Compiling libbz2-rs-sys v0.2.2
15202026-04-22T01:44:26.890Z Compiling foldhash v0.1.5
15212026-04-22T01:44:26.905Z Compiling ring v0.17.14
15222026-04-22T01:44:26.922Z Compiling aws-lc-sys v0.37.1
15232026-04-22T01:44:26.976Z Compiling openssl-sys v0.9.111
15242026-04-22T01:44:26.979Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15252026-04-22T01:44:27.040Z Compiling bzip2-sys v0.1.13+1.0.8
15262026-04-22T01:44:27.059Z Compiling unicode-segmentation v1.12.0
15272026-04-22T01:44:27.096Z Compiling managed v0.8.0
15282026-04-22T01:44:27.118Z Compiling object v0.37.3
15292026-04-22T01:44:27.160Z Compiling winnow v0.5.40
15302026-04-22T01:44:27.251Z Compiling bumpalo v3.20.2
15312026-04-22T01:44:27.273Z Compiling bitflags v1.3.2
15322026-04-22T01:44:27.296Z Compiling document-features v0.2.12
15332026-04-22T01:44:27.320Z Compiling clap_builder v4.5.60
15342026-04-22T01:44:27.365Z Compiling signal-hook-mio v0.2.5
15352026-04-22T01:44:27.408Z Compiling hashbrown v0.15.5
15362026-04-22T01:44:27.448Z Compiling phf v0.13.1
15372026-04-22T01:44:27.513Z Compiling zopfli v0.8.3
15382026-04-22T01:44:27.535Z Compiling float-cmp v0.10.0
15392026-04-22T01:44:27.558Z Compiling phf_shared v0.11.3
15402026-04-22T01:44:27.599Z Compiling memmap2 v0.9.10
15412026-04-22T01:44:27.621Z Compiling thread-id v4.2.2
15422026-04-22T01:44:27.624Z Compiling env_filter v1.0.0
15432026-04-22T01:44:27.643Z Compiling encoding_rs v0.8.35
15442026-04-22T01:44:27.646Z Compiling fixedbitset v0.4.2
15452026-04-22T01:44:27.663Z Compiling bzip2 v0.6.1
15462026-04-22T01:44:27.704Z Compiling difflib v0.4.0
15472026-04-22T01:44:27.707Z Compiling keccak v0.1.6
15482026-04-22T01:44:27.724Z Compiling jiff v0.2.21
15492026-04-22T01:44:27.791Z Compiling rustc-hash v2.1.1
15502026-04-22T01:44:27.807Z Compiling whoami v2.1.0
15512026-04-22T01:44:27.828Z Compiling static_assertions v1.1.0
15522026-04-22T01:44:27.846Z Compiling predicates-core v1.0.10
15532026-04-22T01:44:27.941Z Compiling normalize-line-endings v0.3.0
15542026-04-22T01:44:28.011Z Compiling fixedbitset v0.5.7
15552026-04-22T01:44:28.053Z Compiling precomputed-hash v0.1.1
15562026-04-22T01:44:28.053Z Compiling new_debug_unreachable v1.0.6
15572026-04-22T01:44:28.129Z Compiling data-encoding v2.10.0
15582026-04-22T01:44:28.134Z Compiling either v1.15.0
15592026-04-22T01:44:28.134Z Compiling mime v0.3.17
15602026-04-22T01:44:28.153Z Compiling env_logger v0.11.9
15612026-04-22T01:44:28.231Z Compiling regex v1.12.3
15622026-04-22T01:44:28.235Z Compiling bstr v1.12.1
15632026-04-22T01:44:28.348Z Compiling heck v0.4.1
15642026-04-22T01:44:28.373Z Compiling itertools v0.13.0
15652026-04-22T01:44:28.387Z Compiling toml_parser v1.0.9+spec-1.1.0
15662026-04-22T01:44:28.405Z Compiling serde_derive v1.0.228
15672026-04-22T01:44:28.408Z Compiling zeroize_derive v1.4.3
15682026-04-22T01:44:28.447Z Compiling zerofrom-derive v0.1.6
15692026-04-22T01:44:28.500Z Compiling yoke-derive v0.8.1
15702026-04-22T01:44:28.578Z Compiling zerocopy-derive v0.8.40
15712026-04-22T01:44:28.622Z Compiling zerovec-derive v0.11.2
15722026-04-22T01:44:28.638Z Compiling displaydoc v0.2.5
15732026-04-22T01:44:28.689Z Compiling tokio-macros v2.7.0
15742026-04-22T01:44:28.708Z Compiling futures-macro v0.3.32
15752026-04-22T01:44:28.727Z Compiling der_derive v0.7.3
15762026-04-22T01:44:28.776Z Compiling thiserror-impl v2.0.18
15772026-04-22T01:44:28.803Z Compiling tracing-attributes v0.1.31
15782026-04-22T01:44:28.825Z Compiling pest_derive v2.8.6
15792026-04-22T01:44:28.844Z Compiling schemars_derive v0.8.22
15802026-04-22T01:44:28.872Z Compiling scroll_derive v0.13.1
15812026-04-22T01:44:28.949Z Compiling openssl-macros v0.1.1
15822026-04-22T01:44:29.009Z Compiling thiserror-impl v1.0.69
15832026-04-22T01:44:29.091Z Compiling darling_macro v0.20.11
15842026-04-22T01:44:29.126Z Compiling scroll_derive v0.12.1
15852026-04-22T01:44:29.277Z Compiling zeroize v1.8.2
15862026-04-22T01:44:29.446Z Compiling darling_macro v0.21.3
15872026-04-22T01:44:29.465Z Compiling zerocopy-derive v0.7.35
15882026-04-22T01:44:29.542Z Compiling rustls-pki-types v1.14.0
15892026-04-22T01:44:29.636Z Compiling flate2 v1.1.9
15902026-04-22T01:44:29.738Z Compiling ref-cast-impl v1.0.25
15912026-04-22T01:44:29.770Z Compiling futures-util v0.3.32
15922026-04-22T01:44:29.830Z Compiling daft-derive v0.1.5
15932026-04-22T01:44:29.852Z Compiling darling v0.20.11
15942026-04-22T01:44:29.873Z Compiling curve25519-dalek-derive v0.1.1
15952026-04-22T01:44:29.933Z Compiling scroll v0.13.0
15962026-04-22T01:44:29.974Z Compiling der v0.7.10
15972026-04-22T01:44:29.996Z Compiling derive_builder_core v0.20.2
15982026-04-22T01:44:30.016Z Compiling rustls-native-certs v0.8.3
15992026-04-22T01:44:30.019Z Compiling webpki-roots v1.0.6
16002026-04-22T01:44:30.057Z Compiling strum_macros v0.27.2
16012026-04-22T01:44:30.074Z Compiling scroll v0.12.0
16022026-04-22T01:44:30.100Z Compiling crypto-common v0.1.7
16032026-04-22T01:44:30.145Z Compiling zerofrom v0.1.6
16042026-04-22T01:44:30.165Z Compiling block-buffer v0.10.4
16052026-04-22T01:44:30.169Z Compiling block-padding v0.3.3
16062026-04-22T01:44:30.208Z Compiling darling v0.21.3
16072026-04-22T01:44:30.230Z Compiling goblin v0.10.5
16082026-04-22T01:44:30.292Z Compiling yoke v0.8.1
16092026-04-22T01:44:30.325Z Compiling crypto-bigint v0.5.5
16102026-04-22T01:44:30.328Z Compiling async-trait v0.1.89
16112026-04-22T01:44:30.368Z Compiling digest v0.10.7
16122026-04-22T01:44:30.374Z Compiling inout v0.1.4
16132026-04-22T01:44:30.391Z Compiling goblin v0.8.2
16142026-04-22T01:44:30.434Z Compiling serde_with_macros v3.17.0
16152026-04-22T01:44:30.451Z Compiling bzip2 v0.4.4
16162026-04-22T01:44:30.454Z Compiling serde_repr v0.1.20
16172026-04-22T01:44:30.454Z Compiling enum-as-inner v0.6.1
16182026-04-22T01:44:30.454Z Compiling tracing v0.1.44
16192026-04-22T01:44:30.515Z Compiling zerovec v0.11.5
16202026-04-22T01:44:30.518Z Compiling zerotrie v0.2.3
16212026-04-22T01:44:30.596Z Compiling cipher v0.4.4
16222026-04-22T01:44:30.600Z Compiling thiserror v2.0.18
16232026-04-22T01:44:30.636Z Compiling hmac v0.12.1
16242026-04-22T01:44:30.639Z Compiling sha2 v0.10.9
16252026-04-22T01:44:30.679Z Compiling signature v2.2.0
16262026-04-22T01:44:30.700Z Compiling thiserror v1.0.69
16272026-04-22T01:44:30.721Z Compiling dtrace-parser v0.3.0
16282026-04-22T01:44:30.724Z Compiling md-5 v0.10.6
16292026-04-22T01:44:30.765Z Compiling hubpack_derive v0.1.1
16302026-04-22T01:44:30.769Z Compiling zerocopy v0.7.35
16312026-04-22T01:44:30.852Z Compiling pbkdf2 v0.12.2
16322026-04-22T01:44:30.870Z Compiling hkdf v0.12.4
16332026-04-22T01:44:30.875Z Compiling salsa20 v0.10.2
16342026-04-22T01:44:30.923Z Compiling spki v0.7.3
16352026-04-22T01:44:30.943Z Compiling cbc v0.1.2
16362026-04-22T01:44:30.946Z Compiling aes v0.8.4
16372026-04-22T01:44:30.982Z Compiling rfc6979 v0.4.0
16382026-04-22T01:44:31.006Z Compiling derive_builder_macro v0.20.2
16392026-04-22T01:44:31.025Z Compiling dtrace-parser v0.2.0
16402026-04-22T01:44:31.092Z Compiling tinystr v0.8.2
16412026-04-22T01:44:31.111Z Compiling potential_utf v0.1.4
16422026-04-22T01:44:31.134Z Compiling scrypt v0.11.0
16432026-04-22T01:44:31.157Z Compiling clap_derive v4.5.55
16442026-04-22T01:44:31.193Z Compiling strum_macros v0.26.4
16452026-04-22T01:44:31.215Z Compiling x509-cert v0.2.5
16462026-04-22T01:44:31.219Z Compiling zip v0.6.6
16472026-04-22T01:44:31.315Z Compiling icu_locale_core v2.1.1
16482026-04-22T01:44:31.340Z Compiling icu_collections v2.1.1
16492026-04-22T01:44:31.359Z Compiling sha3 v0.10.8
16502026-04-22T01:44:31.364Z Compiling sha1 v0.10.6
16512026-04-22T01:44:31.413Z Compiling pkcs5 v0.7.1
16522026-04-22T01:44:31.421Z Compiling similar v2.7.0
16532026-04-22T01:44:31.442Z Compiling predicates v3.1.4
16542026-04-22T01:44:31.462Z Compiling crossbeam-epoch v0.9.18
16552026-04-22T01:44:31.637Z Compiling toml_datetime v0.7.5+spec-1.1.0
16562026-04-22T01:44:31.654Z Compiling lalrpop-util v0.19.12
16572026-04-22T01:44:31.687Z Compiling derive_builder v0.20.2
16582026-04-22T01:44:31.728Z Compiling peg-runtime v0.8.5
16592026-04-22T01:44:31.843Z Compiling pkcs8 v0.10.2
16602026-04-22T01:44:31.888Z Compiling thread_local v1.1.9
16612026-04-22T01:44:31.912Z Compiling slog-async v2.8.0
16622026-04-22T01:44:31.933Z Compiling crossbeam-channel v0.5.15
16632026-04-22T01:44:31.975Z Compiling is-terminal v0.4.17
16642026-04-22T01:44:31.975Z Compiling filetime v0.2.27
16652026-04-22T01:44:32.014Z Compiling icu_provider v2.1.1
16662026-04-22T01:44:32.019Z Compiling futures-executor v0.3.32
16672026-04-22T01:44:32.076Z Compiling sec1 v0.7.3
16682026-04-22T01:44:32.121Z Compiling pkcs1 v0.7.5
16692026-04-22T01:44:32.138Z Compiling ed25519 v2.2.3
16702026-04-22T01:44:32.161Z Compiling xattr v1.6.1
16712026-04-22T01:44:32.220Z Compiling term v1.2.1
16722026-04-22T01:44:32.241Z Compiling take_mut v0.2.2
16732026-04-22T01:44:32.243Z Compiling futures v0.3.32
16742026-04-22T01:44:32.243Z Compiling bytes v1.11.1
16752026-04-22T01:44:32.309Z Compiling icu_normalizer v2.1.1
16762026-04-22T01:44:32.312Z Compiling icu_properties v2.1.2
16772026-04-22T01:44:32.330Z Compiling chrono v0.4.44
16782026-04-22T01:44:32.352Z Compiling ipnet v2.11.0
16792026-04-22T01:44:32.374Z Compiling toml_datetime v0.6.11
16802026-04-22T01:44:32.379Z Compiling serde_spanned v0.6.9
16812026-04-22T01:44:32.442Z Compiling serde_tokenstream v0.2.3
16822026-04-22T01:44:32.445Z Compiling erased-serde v0.3.31
16832026-04-22T01:44:32.445Z Compiling cargo-platform v0.1.9
16842026-04-22T01:44:32.445Z Compiling serde_urlencoded v0.7.1
16852026-04-22T01:44:32.445Z Compiling elliptic-curve v0.13.8
16862026-04-22T01:44:32.445Z Compiling strum v0.27.2
16872026-04-22T01:44:32.445Z Compiling serde-big-array v0.5.1
16882026-04-22T01:44:32.486Z Compiling hubpack v0.1.2
16892026-04-22T01:44:32.600Z Compiling hex v0.4.3
16902026-04-22T01:44:32.625Z Compiling toml_edit v0.19.15
16912026-04-22T01:44:32.644Z Compiling toml_edit v0.22.27
16922026-04-22T01:44:32.650Z Compiling ed25519-dalek v2.2.0
16932026-04-22T01:44:32.685Z Compiling petgraph v0.8.3
16942026-04-22T01:44:32.703Z Compiling cargo_metadata v0.19.2
16952026-04-22T01:44:32.746Z Compiling petgraph v0.6.5
16962026-04-22T01:44:32.750Z Compiling string_cache v0.8.9
16972026-04-22T01:44:32.785Z Compiling dof v0.3.0
16982026-04-22T01:44:32.789Z Compiling crossterm v0.28.1
16992026-04-22T01:44:32.831Z Compiling tokio v1.52.1
17002026-04-22T01:44:32.839Z Compiling http v1.4.0
17012026-04-22T01:44:33.007Z Compiling ecdsa v0.16.9
17022026-04-22T01:44:33.008Z Compiling openapiv3 v2.2.0
17032026-04-22T01:44:33.049Z Compiling tar v0.4.45
17042026-04-22T01:44:33.193Z Compiling strum v0.26.3
17052026-04-22T01:44:33.196Z Compiling clap v4.5.60
17062026-04-22T01:44:33.244Z Compiling usdt-impl v0.5.0
17072026-04-22T01:44:33.294Z Compiling idna_adapter v1.2.1
17082026-04-22T01:44:33.450Z Compiling idna v1.1.0
17092026-04-22T01:44:33.470Z Compiling ppv-lite86 v0.2.21
17102026-04-22T01:44:33.490Z Compiling dof v0.4.0
17112026-04-22T01:44:33.515Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17122026-04-22T01:44:33.559Z Compiling http-body v1.0.1
17132026-04-22T01:44:33.613Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17142026-04-22T01:44:33.715Z Compiling http-body-util v0.1.3
17152026-04-22T01:44:33.747Z Compiling slog-term v2.9.2
17162026-04-22T01:44:33.765Z Compiling url v2.5.8
17172026-04-22T01:44:33.808Z Compiling rand_chacha v0.9.0
17182026-04-22T01:44:33.863Z Compiling rand_chacha v0.3.1
17192026-04-22T01:44:33.881Z Compiling publicsuffix v2.3.0
17202026-04-22T01:44:34.039Z Compiling rand v0.9.2
17212026-04-22T01:44:34.094Z Compiling toml v0.7.8
17222026-04-22T01:44:34.119Z Compiling rand v0.8.5
17232026-04-22T01:44:34.261Z Compiling zstd v0.13.3
17242026-04-22T01:44:34.320Z Compiling cookie_store v0.22.1
17252026-04-22T01:44:34.475Z Compiling zip v4.6.1
17262026-04-22T01:44:34.611Z Compiling proptest v1.10.0
17272026-04-22T01:44:34.611Z Compiling postgres-protocol v0.6.10
17282026-04-22T01:44:34.750Z Compiling usdt-attr-macro v0.6.0
17292026-04-22T01:44:34.760Z Compiling usdt-macro v0.6.0
17302026-04-22T01:44:35.057Z Compiling postgres-types v0.2.12
17312026-04-22T01:44:35.088Z Compiling ipnetwork v0.21.1
17322026-04-22T01:44:35.161Z Compiling serde_with v3.17.0
17332026-04-22T01:44:35.373Z Compiling oxnet v0.1.4
17342026-04-22T01:44:35.690Z Compiling usdt v0.6.0
17352026-04-22T01:44:35.734Z Compiling rsa v0.9.10
17362026-04-22T01:44:36.709Z Compiling tokio-util v0.7.18
17372026-04-22T01:44:36.709Z Compiling tower v0.5.3
17382026-04-22T01:44:36.712Z Compiling tokio-native-tls v0.3.1
17392026-04-22T01:44:36.712Z Compiling hickory-proto v0.25.2
17402026-04-22T01:44:36.797Z Compiling buf-list v1.1.2
17412026-04-22T01:44:36.982Z Compiling newtype-uuid v1.3.2
17422026-04-22T01:44:37.175Z Compiling tower-http v0.6.8
17432026-04-22T01:44:37.214Z Compiling daft v0.1.5
17442026-04-22T01:44:37.411Z Compiling h2 v0.4.13
17452026-04-22T01:44:37.428Z Compiling tokio-stream v0.1.18
17462026-04-22T01:44:37.431Z Compiling tokio-postgres v0.7.16
17472026-04-22T01:44:37.445Z Compiling iddqd v0.3.17
17482026-04-22T01:44:39.948Z Compiling hyper v1.8.1
17492026-04-22T01:44:40.805Z Compiling hyper-util v0.1.20
17502026-04-22T01:44:41.856Z Compiling hyper-tls v0.6.0
17512026-04-22T01:44:50.416Z Compiling rustls-webpki v0.103.9
17522026-04-22T01:44:53.180Z Compiling tokio-rustls v0.26.4
17532026-04-22T01:44:53.180Z Compiling rustls-platform-verifier v0.6.2
17542026-04-22T01:44:53.394Z Compiling hyper-rustls v0.27.7
17552026-04-22T01:44:53.584Z Compiling reqwest v0.12.28
17562026-04-22T01:44:53.584Z Compiling reqwest v0.13.2
17572026-04-22T01:44:55.577Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17582026-04-22T01:44:55.830Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17592026-04-22T01:44:58.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.37s
17602026-04-22T01:44:58.788Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17612026-04-22T01:44:58.850ZApr 22 01:44:58.010 INFO Starting download, target: Console
17622026-04-22T01:44:58.850ZApr 22 01:44:58.011 INFO Starting download, target: Cockroach
17632026-04-22T01:44:58.850ZApr 22 01:44:58.011 INFO Starting download, target: Clickhouse
17642026-04-22T01:44:58.850ZApr 22 01:44:58.011 INFO Starting download, target: DendriteStub
17652026-04-22T01:44:58.850ZApr 22 01:44:58.011 INFO Starting download, target: MaghemiteMgd
17662026-04-22T01:44:58.850ZApr 22 01:44:58.011 INFO Starting download, target: TransceiverControl
17672026-04-22T01:44:58.855ZApr 22 01:44:58.011 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17682026-04-22T01:44:58.855ZApr 22 01:44:58.011 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17692026-04-22T01:44:58.855ZApr 22 01:44:58.011 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17702026-04-22T01:44:58.855ZApr 22 01:44:58.012 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17712026-04-22T01:44:58.855ZApr 22 01:44:58.012 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17722026-04-22T01:44:58.855ZApr 22 01:44:58.012 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17732026-04-22T01:44:59.173ZApr 22 01:44:58.333 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17742026-04-22T01:44:59.385ZApr 22 01:44:58.544 INFO Download complete, target: TransceiverControl
17752026-04-22T01:44:59.821ZApr 22 01:44:58.982 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17762026-04-22T01:45:00.095ZApr 22 01:44:59.252 INFO Download complete, target: Console
17772026-04-22T01:45:00.463ZApr 22 01:44:59.619 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17782026-04-22T01:45:00.495ZApr 22 01:44:59.642 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17792026-04-22T01:45:00.909ZApr 22 01:45:00.059 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17802026-04-22T01:45:01.104ZApr 22 01:45:00.260 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17812026-04-22T01:45:01.104ZApr 22 01:45:00.260 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17822026-04-22T01:45:03.058ZApr 22 01:45:02.218 INFO Download complete, target: DendriteStub
17832026-04-22T01:45:03.071ZApr 22 01:45:02.232 INFO Download complete, target: MaghemiteMgd
17842026-04-22T01:45:06.206ZApr 22 01:45:05.364 INFO Checking that binary works, target: Cockroach
17852026-04-22T01:45:06.341ZApr 22 01:45:05.491 INFO Download complete, target: Cockroach
17862026-04-22T01:45:08.014ZApr 22 01:45:07.174 INFO Checking that binary works, target: Clickhouse
17872026-04-22T01:45:08.102ZApr 22 01:45:07.262 INFO Download complete, target: Clickhouse
17882026-04-22T01:45:08.125ZAll builder prerequisites installed successfully, and PATH looks valid
17892026-04-22T01:45:08.128Z
17902026-04-22T01:45:08.128Zreal 2:53.001117585
17912026-04-22T01:45:08.128Zuser 7:11.167094046
17922026-04-22T01:45:08.128Zsys 2:19.212288989
17932026-04-22T01:45:08.128Ztrap 0.177836774
17942026-04-22T01:45:08.128Ztflt 1.375496248
17952026-04-22T01:45:08.128Zdflt 3.587023889
17962026-04-22T01:45:08.128Zkflt 0.032194279
17972026-04-22T01:45:08.128Zlock 23:52.705892163
17982026-04-22T01:45:08.128Zslp 17:16.834287809
17992026-04-22T01:45:08.128Zlat 12.067603925
18002026-04-22T01:45:08.128Zstop 5:54.077599561
18012026-04-22T01:45:08.131Z++ bmat factory name
18022026-04-22T01:45:08.139Z++ bmat factory private
18032026-04-22T01:45:08.147Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0354673bdc1c12102 '{
18042026-04-22T01:45:08.147Z buildomat: {
18052026-04-22T01:45:08.147Z factory: {
18062026-04-22T01:45:08.147Z name: $bmat_factory_name,
18072026-04-22T01:45:08.147Z private: $bmat_factory_private,
18082026-04-22T01:45:08.147Z },
18092026-04-22T01:45:08.147Z },
18102026-04-22T01:45:08.147Z }'
18112026-04-22T01:45:08.176Z+ banner ls-apis
18122026-04-22T01:45:08.178Z
18132026-04-22T01:45:08.178Z # #### ## ##### # ####
18142026-04-22T01:45:08.178Z # # # # # # # #
18152026-04-22T01:45:08.178Z # #### ##### # # # # # ####
18162026-04-22T01:45:08.178Z # # ###### ##### # #
18172026-04-22T01:45:08.179Z # # # # # # # # #
18182026-04-22T01:45:08.179Z ###### #### # # # # ####
18192026-04-22T01:45:08.179Z
18202026-04-22T01:45:08.181Z+ source ./tools/include/force-git-over-https.sh
18212026-04-22T01:45:08.181Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18222026-04-22T01:45:08.181Z++ (( i = 0 ))
18232026-04-22T01:45:08.181Z++ (( i < 5 ))
18242026-04-22T01:45:08.182Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18252026-04-22T01:45:08.185Z++ (( i++ ))
18262026-04-22T01:45:08.185Z++ (( i < 5 ))
18272026-04-22T01:45:08.185Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18282026-04-22T01:45:08.187Z++ (( i++ ))
18292026-04-22T01:45:08.187Z++ (( i < 5 ))
18302026-04-22T01:45:08.187Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18312026-04-22T01:45:08.190Z++ (( i++ ))
18322026-04-22T01:45:08.190Z++ (( i < 5 ))
18332026-04-22T01:45:08.190Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18342026-04-22T01:45:08.193Z++ (( i++ ))
18352026-04-22T01:45:08.193Z++ (( i < 5 ))
18362026-04-22T01:45:08.193Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18372026-04-22T01:45:08.196Z++ (( i++ ))
18382026-04-22T01:45:08.196Z++ (( i < 5 ))
18392026-04-22T01:45:08.196Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18402026-04-22T01:45:08.196Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18412026-04-22T01:45:08.199Z+ ptime -m cargo xtask ls-apis apis
18422026-04-22T01:45:08.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18432026-04-22T01:45:08.720Z Running `target/debug/xtask ls-apis apis`
18442026-04-22T01:45:09.458Z Compiling semver v0.1.20
18452026-04-22T01:45:09.585Z Compiling structmeta-derive v0.3.0
18462026-04-22T01:45:09.585Z Compiling ordered-float v2.10.1
18472026-04-22T01:45:09.608Z Compiling toml v0.8.23
18482026-04-22T01:45:09.621Z Compiling cargo-platform v0.2.0
18492026-04-22T01:45:09.621Z Compiling itertools v0.14.0
18502026-04-22T01:45:09.624Z Compiling indent_write v2.2.0
18512026-04-22T01:45:09.748Z Compiling rustc_version v0.1.7
18522026-04-22T01:45:09.812Z Compiling serde-value v0.7.0
18532026-04-22T01:45:09.946Z Compiling newtype_derive v0.1.6
18542026-04-22T01:45:10.013Z Compiling cargo-util-schemas v0.8.2
18552026-04-22T01:45:10.375Z Compiling structmeta v0.3.0
18562026-04-22T01:45:10.562Z Compiling parse-display-derive v0.10.0
18572026-04-22T01:45:10.806Z Compiling cargo_metadata v0.21.0
18582026-04-22T01:45:11.637Z Compiling parse-display v0.10.0
18592026-04-22T01:45:11.758Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18602026-04-22T01:45:14.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s
18612026-04-22T01:45:14.948Z Running `target/debug/ls-apis apis`
18622026-04-22T01:45:15.003Zloading metadata for workspace omicron from current workspace
18632026-04-22T01:45:20.451Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
18642026-04-22T01:45:20.451Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
18652026-04-22T01:45:20.454Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
18662026-04-22T01:45:20.454Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
18672026-04-22T01:45:20.457Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
18682026-04-22T01:45:44.741Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
18692026-04-22T01:45:45.618Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18702026-04-22T01:45:45.625Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18712026-04-22T01:45:45.747ZBootstrap Agent (client: bootstrap-agent-client)
18722026-04-22T01:45:45.747Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18732026-04-22T01:45:45.747Z consumed by: wicketd (omicron/wicketd) via 1 path
18742026-04-22T01:45:45.747Z
18752026-04-22T01:45:45.747ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18762026-04-22T01:45:45.747Z consumed by: wicketd (omicron/wicketd) via 2 paths
18772026-04-22T01:45:45.747Z
18782026-04-22T01:45:45.747ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18792026-04-22T01:45:45.747Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18802026-04-22T01:45:45.747Z
18812026-04-22T01:45:45.747ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18822026-04-22T01:45:45.747Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18832026-04-22T01:45:45.747Z
18842026-04-22T01:45:45.747ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18852026-04-22T01:45:45.747Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18862026-04-22T01:45:45.747Z
18872026-04-22T01:45:45.747ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18882026-04-22T01:45:45.747Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18892026-04-22T01:45:45.750Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18902026-04-22T01:45:45.750Z
18912026-04-22T01:45:45.750ZCrucible Agent (client: crucible-agent-client)
18922026-04-22T01:45:45.750Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18932026-04-22T01:45:45.750Z
18942026-04-22T01:45:45.750ZCrucible Control (for testing only) (client: crucible-control-client)
18952026-04-22T01:45:45.750Z
18962026-04-22T01:45:45.750ZCrucible Pantry (client: crucible-pantry-client)
18972026-04-22T01:45:45.750Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18982026-04-22T01:45:45.750Z
18992026-04-22T01:45:45.750ZMaghemite DDM Admin (client: ddm-admin-client)
19002026-04-22T01:45:45.750Z consumed by: installinator (omicron/installinator) via 1 path
19012026-04-22T01:45:45.751Z consumed by: mgd (maghemite/mgd) via 1 path
19022026-04-22T01:45:45.751Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19032026-04-22T01:45:45.751Z consumed by: wicketd (omicron/wicketd) via 1 path
19042026-04-22T01:45:45.751Z
19052026-04-22T01:45:45.751ZDNS Server (client: dns-service-client)
19062026-04-22T01:45:45.751Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19072026-04-22T01:45:45.751Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19082026-04-22T01:45:45.751Z
19092026-04-22T01:45:45.751ZDendrite DPD (client: dpd-client)
19102026-04-22T01:45:45.751Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19112026-04-22T01:45:45.751Z consumed by: lldpd (lldp/lldpd) via 2 paths
19122026-04-22T01:45:45.751Z consumed by: mgd (maghemite/mgd) via 1 path
19132026-04-22T01:45:45.751Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19142026-04-22T01:45:45.751Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19152026-04-22T01:45:45.751Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19162026-04-22T01:45:45.751Z consumed by: wicketd (omicron/wicketd) via 2 paths
19172026-04-22T01:45:45.751Z
19182026-04-22T01:45:45.751ZDownstairs Controller (debugging only) (client: dsc-client)
19192026-04-22T01:45:45.751Z
19202026-04-22T01:45:45.751ZManagement Gateway Service (client: gateway-client)
19212026-04-22T01:45:45.754Z consumed by: dpd (dendrite/dpd) via 1 path
19222026-04-22T01:45:45.754Z consumed by: lldpd (lldp/lldpd) via 1 path
19232026-04-22T01:45:45.754Z consumed by: mgd (maghemite/mgd) via 1 path
19242026-04-22T01:45:45.754Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
19252026-04-22T01:45:45.754Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19262026-04-22T01:45:45.754Z consumed by: wicketd (omicron/wicketd) via 3 paths
19272026-04-22T01:45:45.754Z
19282026-04-22T01:45:45.754ZWicketd Installinator (client: installinator-client)
19292026-04-22T01:45:45.754Z consumed by: installinator (omicron/installinator) via 1 path
19302026-04-22T01:45:45.754Z
19312026-04-22T01:45:45.754ZLLDP daemon (client: lldpd-client)
19322026-04-22T01:45:45.754Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19332026-04-22T01:45:45.754Z consumed by: tfportd (dendrite/tfportd) via 1 path
19342026-04-22T01:45:45.754Z
19352026-04-22T01:45:45.754ZMaghemite MG Admin (client: mg-admin-client)
19362026-04-22T01:45:45.757Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19372026-04-22T01:45:45.757Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19382026-04-22T01:45:45.757Z
19392026-04-22T01:45:45.757ZNexus Internal API (client: nexus-client)
19402026-04-22T01:45:45.760Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19412026-04-22T01:45:45.760Z consumed by: dpd (dendrite/dpd) via 1 path
19422026-04-22T01:45:45.760Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19432026-04-22T01:45:45.760Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19442026-04-22T01:45:45.760Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19452026-04-22T01:45:45.760Z
19462026-04-22T01:45:45.761ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19472026-04-22T01:45:45.761Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19482026-04-22T01:45:45.761Z status: expected, reason: Only RSS uses this API and it is not part of upgrade
19492026-04-22T01:45:45.761Z
19502026-04-22T01:45:45.761ZNTP Admin (client: ntp-admin-client)
19512026-04-22T01:45:45.761Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19522026-04-22T01:45:45.761Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19532026-04-22T01:45:45.761Z
19542026-04-22T01:45:45.761ZExternal API (client: oxide-client)
19552026-04-22T01:45:45.761Z
19562026-04-22T01:45:45.761ZOximeter (client: oximeter-client)
19572026-04-22T01:45:45.764Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19582026-04-22T01:45:45.764Z
19592026-04-22T01:45:45.764ZPropolis (client: propolis-client)
19602026-04-22T01:45:45.764Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19612026-04-22T01:45:45.764Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19622026-04-22T01:45:45.764Z
19632026-04-22T01:45:45.764ZCrucible Repair (client: repair-client)
19642026-04-22T01:45:45.764Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19652026-04-22T01:45:45.764Z
19662026-04-22T01:45:45.764ZRepo Depot API (client: repo-depot-client)
19672026-04-22T01:45:45.764Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19682026-04-22T01:45:45.764Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19692026-04-22T01:45:45.764Z
19702026-04-22T01:45:45.764ZSled Agent (client: sled-agent-client)
19712026-04-22T01:45:45.767Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19722026-04-22T01:45:45.767Z
19732026-04-22T01:45:45.767ZWicketd (client: wicketd-client)
19742026-04-22T01:45:45.767Z
19752026-04-22T01:45:45.851Z
19762026-04-22T01:45:45.851Zreal 37.622327103
19772026-04-22T01:45:45.851Zuser 21.927444248
19782026-04-22T01:45:45.851Zsys 9.568254381
19792026-04-22T01:45:45.851Ztrap 0.002716662
19802026-04-22T01:45:45.851Ztflt 0.064048922
19812026-04-22T01:45:45.851Zdflt 0.209434755
19822026-04-22T01:45:45.854Zkflt 0.000007407
19832026-04-22T01:45:45.854Zlock 50.536217550
19842026-04-22T01:45:45.854Zslp 4:05.232310220
19852026-04-22T01:45:45.854Zlat 0.396138178
19862026-04-22T01:45:45.854Zstop 1.903259097
19872026-04-22T01:45:45.854Z+ ptime -m cargo xtask ls-apis deployment-units
19882026-04-22T01:45:46.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19892026-04-22T01:45:46.415Z Running `target/debug/xtask ls-apis deployment-units`
19902026-04-22T01:45:47.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19912026-04-22T01:45:47.259Z Running `target/debug/ls-apis deployment-units`
19922026-04-22T01:45:47.312Zloading metadata for workspace omicron from current workspace
19932026-04-22T01:45:48.349Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
19942026-04-22T01:45:48.351Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
19952026-04-22T01:45:48.351Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
19962026-04-22T01:45:48.351Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
19972026-04-22T01:45:48.352Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
19982026-04-22T01:45:50.600Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
19992026-04-22T01:45:51.218Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20002026-04-22T01:45:51.225Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20012026-04-22T01:45:51.347ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
20022026-04-22T01:45:51.347Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20032026-04-22T01:45:51.347Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20042026-04-22T01:45:51.347Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20052026-04-22T01:45:51.347Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20062026-04-22T01:45:51.347Z
20072026-04-22T01:45:51.348Z
20082026-04-22T01:45:51.348ZCockroach
20092026-04-22T01:45:51.348Z omicron-cockroach-admin (omicron/cockroach-admin)
20102026-04-22T01:45:51.348Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20112026-04-22T01:45:51.348Z
20122026-04-22T01:45:51.348Z
20132026-04-22T01:45:51.348ZCrucible
20142026-04-22T01:45:51.348Z crucible-agent (crucible/agent)
20152026-04-22T01:45:51.348Z exposes: Crucible Agent (client = crucible-agent-client)
20162026-04-22T01:45:51.351Z
20172026-04-22T01:45:51.351Z crucible-downstairs (crucible/downstairs)
20182026-04-22T01:45:51.351Z exposes: Crucible Repair (client = repair-client)
20192026-04-22T01:45:51.351Z consumes: repair-client
20202026-04-22T01:45:51.351Z
20212026-04-22T01:45:51.351Z
20222026-04-22T01:45:51.351ZCrucible Pantry
20232026-04-22T01:45:51.351Z crucible-pantry (crucible/pantry)
20242026-04-22T01:45:51.351Z exposes: Crucible Pantry (client = crucible-pantry-client)
20252026-04-22T01:45:51.351Z consumes: nexus-client
20262026-04-22T01:45:51.351Z
20272026-04-22T01:45:51.351Z
20282026-04-22T01:45:51.351ZDNS Server
20292026-04-22T01:45:51.351Z dns-server (omicron/dns-server)
20302026-04-22T01:45:51.351Z exposes: DNS Server (client = dns-service-client)
20312026-04-22T01:45:51.351Z
20322026-04-22T01:45:51.351Z
20332026-04-22T01:45:51.351ZHost OS
20342026-04-22T01:45:51.351Z ddmd (maghemite/ddmd)
20352026-04-22T01:45:51.351Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20362026-04-22T01:45:51.351Z consumes: dpd-client (intra-deployment-unit-only)
20372026-04-22T01:45:51.351Z
20382026-04-22T01:45:51.351Z dpd (dendrite/dpd)
20392026-04-22T01:45:51.351Z exposes: Dendrite DPD (client = dpd-client)
20402026-04-22T01:45:51.351Z consumes: gateway-client (intra-deployment-unit-only)
20412026-04-22T01:45:51.351Z consumes: nexus-client
20422026-04-22T01:45:51.351Z
20432026-04-22T01:45:51.351Z lldpd (lldp/lldpd)
20442026-04-22T01:45:51.351Z exposes: LLDP daemon (client = lldpd-client)
20452026-04-22T01:45:51.356Z consumes: dpd-client (intra-deployment-unit-only)
20462026-04-22T01:45:51.356Z consumes: gateway-client (intra-deployment-unit-only)
20472026-04-22T01:45:51.356Z
20482026-04-22T01:45:51.356Z mgd (maghemite/mgd)
20492026-04-22T01:45:51.356Z exposes: Maghemite MG Admin (client = mg-admin-client)
20502026-04-22T01:45:51.356Z consumes: ddm-admin-client (intra-deployment-unit-only)
20512026-04-22T01:45:51.356Z consumes: dpd-client (intra-deployment-unit-only)
20522026-04-22T01:45:51.356Z consumes: gateway-client (intra-deployment-unit-only)
20532026-04-22T01:45:51.356Z
20542026-04-22T01:45:51.356Z omicron-gateway (omicron/gateway)
20552026-04-22T01:45:51.356Z exposes: Management Gateway Service (client = gateway-client)
20562026-04-22T01:45:51.356Z
20572026-04-22T01:45:51.356Z omicron-sled-agent (omicron/sled-agent)
20582026-04-22T01:45:51.356Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20592026-04-22T01:45:51.356Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20602026-04-22T01:45:51.356Z exposes: Repo Depot API (client = repo-depot-client)
20612026-04-22T01:45:51.356Z exposes: Sled Agent (client = sled-agent-client)
20622026-04-22T01:45:51.359Z consumes: bootstrap-agent-client
20632026-04-22T01:45:51.359Z consumes: cockroach-admin-client
20642026-04-22T01:45:51.359Z consumes: ddm-admin-client (intra-deployment-unit-only)
20652026-04-22T01:45:51.359Z consumes: dns-service-client
20662026-04-22T01:45:51.359Z consumes: dpd-client (intra-deployment-unit-only)
20672026-04-22T01:45:51.359Z consumes: gateway-client (intra-deployment-unit-only)
20682026-04-22T01:45:51.360Z consumes: mg-admin-client (intra-deployment-unit-only)
20692026-04-22T01:45:51.360Z consumes: nexus-client
20702026-04-22T01:45:51.360Z consumes: nexus-lockstep-client
20712026-04-22T01:45:51.360Z consumes: ntp-admin-client
20722026-04-22T01:45:51.360Z consumes: propolis-client (intra-deployment-unit-only)
20732026-04-22T01:45:51.360Z consumes: repo-depot-client
20742026-04-22T01:45:51.360Z
20752026-04-22T01:45:51.360Z propolis-server (propolis/bin/propolis-server)
20762026-04-22T01:45:51.360Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20772026-04-22T01:45:51.360Z exposes: Propolis (client = propolis-client)
20782026-04-22T01:45:51.360Z consumes: nexus-client
20792026-04-22T01:45:51.360Z
20802026-04-22T01:45:51.360Z tfportd (dendrite/tfportd)
20812026-04-22T01:45:51.360Z consumes: dpd-client (intra-deployment-unit-only)
20822026-04-22T01:45:51.360Z consumes: lldpd-client (intra-deployment-unit-only)
20832026-04-22T01:45:51.360Z
20842026-04-22T01:45:51.360Z wicketd (omicron/wicketd)
20852026-04-22T01:45:51.360Z exposes: Wicketd Installinator (client = installinator-client)
20862026-04-22T01:45:51.360Z exposes: Wicketd (client = wicketd-client)
20872026-04-22T01:45:51.360Z consumes: bootstrap-agent-client
20882026-04-22T01:45:51.360Z consumes: bootstrap-agent-lockstep-client
20892026-04-22T01:45:51.360Z consumes: ddm-admin-client (intra-deployment-unit-only)
20902026-04-22T01:45:51.360Z consumes: dpd-client (intra-deployment-unit-only)
20912026-04-22T01:45:51.360Z consumes: gateway-client (intra-deployment-unit-only)
20922026-04-22T01:45:51.360Z
20932026-04-22T01:45:51.360Z
20942026-04-22T01:45:51.360ZInstallinator
20952026-04-22T01:45:51.360Z installinator (omicron/installinator)
20962026-04-22T01:45:51.360Z consumes: ddm-admin-client
20972026-04-22T01:45:51.360Z consumes: installinator-client
20982026-04-22T01:45:51.360Z
20992026-04-22T01:45:51.360Z
21002026-04-22T01:45:51.360ZNTP
21012026-04-22T01:45:51.360Z omicron-ntp-admin (omicron/ntp-admin)
21022026-04-22T01:45:51.360Z exposes: NTP Admin (client = ntp-admin-client)
21032026-04-22T01:45:51.360Z
21042026-04-22T01:45:51.360Z
21052026-04-22T01:45:51.360ZNexus
21062026-04-22T01:45:51.361Z omicron-nexus (omicron/nexus)
21072026-04-22T01:45:51.361Z exposes: Nexus Internal API (client = nexus-client)
21082026-04-22T01:45:51.361Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21092026-04-22T01:45:51.361Z exposes: External API (client = oxide-client)
21102026-04-22T01:45:51.364Z consumes: clickhouse-admin-keeper-client
21112026-04-22T01:45:51.364Z consumes: clickhouse-admin-server-client
21122026-04-22T01:45:51.364Z consumes: clickhouse-admin-single-client
21132026-04-22T01:45:51.364Z consumes: cockroach-admin-client
21142026-04-22T01:45:51.364Z consumes: crucible-agent-client
21152026-04-22T01:45:51.364Z consumes: crucible-pantry-client
21162026-04-22T01:45:51.364Z consumes: dns-service-client
21172026-04-22T01:45:51.364Z consumes: dpd-client
21182026-04-22T01:45:51.364Z consumes: gateway-client
21192026-04-22T01:45:51.364Z consumes: lldpd-client
21202026-04-22T01:45:51.364Z consumes: mg-admin-client
21212026-04-22T01:45:51.364Z consumes: ntp-admin-client
21222026-04-22T01:45:51.364Z consumes: oximeter-client
21232026-04-22T01:45:51.364Z consumes: propolis-client
21242026-04-22T01:45:51.364Z consumes: repo-depot-client
21252026-04-22T01:45:51.364Z consumes: sled-agent-client
21262026-04-22T01:45:51.364Z
21272026-04-22T01:45:51.364Z
21282026-04-22T01:45:51.364ZOximeter
21292026-04-22T01:45:51.364Z oximeter-collector (omicron/oximeter/collector)
21302026-04-22T01:45:51.364Z exposes: Oximeter (client = oximeter-client)
21312026-04-22T01:45:51.364Z consumes: nexus-client
21322026-04-22T01:45:51.364Z
21332026-04-22T01:45:51.364Z
21342026-04-22T01:45:51.444Z
21352026-04-22T01:45:51.444Zreal 5.564761263
21362026-04-22T01:45:51.444Zuser 4.407323641
21372026-04-22T01:45:51.444Zsys 2.101166603
21382026-04-22T01:45:51.444Ztrap 0.000443285
21392026-04-22T01:45:51.444Ztflt 0.000073823
21402026-04-22T01:45:51.444Zdflt 0.000298149
21412026-04-22T01:45:51.444Zkflt 0.000003448
21422026-04-22T01:45:51.444Zlock 0.084701791
21432026-04-22T01:45:51.445Zslp 19.422622078
21442026-04-22T01:45:51.445Zlat 0.009051081
21452026-04-22T01:45:51.448Zstop 0.007043987
21462026-04-22T01:45:51.448Z+ ptime -m cargo xtask ls-apis servers
21472026-04-22T01:45:51.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21482026-04-22T01:45:51.972Z Running `target/debug/xtask ls-apis servers`
21492026-04-22T01:45:52.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21502026-04-22T01:45:52.798Z Running `target/debug/ls-apis servers`
21512026-04-22T01:45:52.852Zloading metadata for workspace omicron from current workspace
21522026-04-22T01:45:53.884Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
21532026-04-22T01:45:53.884Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
21542026-04-22T01:45:53.888Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
21552026-04-22T01:45:53.888Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
21562026-04-22T01:45:53.888Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
21572026-04-22T01:45:56.009Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
21582026-04-22T01:45:56.630Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21592026-04-22T01:45:56.636Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21602026-04-22T01:45:56.757Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21612026-04-22T01:45:56.757Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21622026-04-22T01:45:56.757Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21632026-04-22T01:45:56.757Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21642026-04-22T01:45:56.757Z
21652026-04-22T01:45:56.757Zomicron-cockroach-admin (omicron/cockroach-admin)
21662026-04-22T01:45:56.757Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21672026-04-22T01:45:56.757Z
21682026-04-22T01:45:56.757Zcrucible-agent (crucible/agent)
21692026-04-22T01:45:56.757Z exposes: Crucible Agent (client = crucible-agent-client)
21702026-04-22T01:45:56.760Z
21712026-04-22T01:45:56.760Zcrucible-downstairs (crucible/downstairs)
21722026-04-22T01:45:56.761Z exposes: Crucible Repair (client = repair-client)
21732026-04-22T01:45:56.761Z consumes: repair-client
21742026-04-22T01:45:56.761Z
21752026-04-22T01:45:56.761Zcrucible-pantry (crucible/pantry)
21762026-04-22T01:45:56.761Z exposes: Crucible Pantry (client = crucible-pantry-client)
21772026-04-22T01:45:56.761Z consumes: nexus-client
21782026-04-22T01:45:56.761Z
21792026-04-22T01:45:56.761Zdns-server (omicron/dns-server)
21802026-04-22T01:45:56.761Z exposes: DNS Server (client = dns-service-client)
21812026-04-22T01:45:56.761Z
21822026-04-22T01:45:56.761Zomicron-sled-agent (omicron/sled-agent)
21832026-04-22T01:45:56.761Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21842026-04-22T01:45:56.761Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
21852026-04-22T01:45:56.761Z exposes: Repo Depot API (client = repo-depot-client)
21862026-04-22T01:45:56.761Z exposes: Sled Agent (client = sled-agent-client)
21872026-04-22T01:45:56.764Z consumes: bootstrap-agent-client
21882026-04-22T01:45:56.764Z consumes: cockroach-admin-client
21892026-04-22T01:45:56.764Z consumes: ddm-admin-client (intra-deployment-unit-only)
21902026-04-22T01:45:56.764Z consumes: dns-service-client
21912026-04-22T01:45:56.764Z consumes: dpd-client (intra-deployment-unit-only)
21922026-04-22T01:45:56.764Z consumes: gateway-client (intra-deployment-unit-only)
21932026-04-22T01:45:56.764Z consumes: mg-admin-client (intra-deployment-unit-only)
21942026-04-22T01:45:56.764Z consumes: nexus-client
21952026-04-22T01:45:56.764Z consumes: nexus-lockstep-client
21962026-04-22T01:45:56.764Z consumes: ntp-admin-client
21972026-04-22T01:45:56.764Z consumes: propolis-client (intra-deployment-unit-only)
21982026-04-22T01:45:56.764Z consumes: repo-depot-client
21992026-04-22T01:45:56.764Z
22002026-04-22T01:45:56.764Zpropolis-server (propolis/bin/propolis-server)
22012026-04-22T01:45:56.764Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22022026-04-22T01:45:56.764Z exposes: Propolis (client = propolis-client)
22032026-04-22T01:45:56.764Z consumes: nexus-client
22042026-04-22T01:45:56.764Z
22052026-04-22T01:45:56.764Zddmd (maghemite/ddmd)
22062026-04-22T01:45:56.764Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22072026-04-22T01:45:56.765Z consumes: dpd-client (intra-deployment-unit-only)
22082026-04-22T01:45:56.765Z
22092026-04-22T01:45:56.765Zdpd (dendrite/dpd)
22102026-04-22T01:45:56.765Z exposes: Dendrite DPD (client = dpd-client)
22112026-04-22T01:45:56.765Z consumes: gateway-client (intra-deployment-unit-only)
22122026-04-22T01:45:56.765Z consumes: nexus-client
22132026-04-22T01:45:56.765Z
22142026-04-22T01:45:56.765Zlldpd (lldp/lldpd)
22152026-04-22T01:45:56.765Z exposes: LLDP daemon (client = lldpd-client)
22162026-04-22T01:45:56.768Z consumes: dpd-client (intra-deployment-unit-only)
22172026-04-22T01:45:56.768Z consumes: gateway-client (intra-deployment-unit-only)
22182026-04-22T01:45:56.768Z
22192026-04-22T01:45:56.768Zmgd (maghemite/mgd)
22202026-04-22T01:45:56.768Z exposes: Maghemite MG Admin (client = mg-admin-client)
22212026-04-22T01:45:56.768Z consumes: ddm-admin-client (intra-deployment-unit-only)
22222026-04-22T01:45:56.768Z consumes: dpd-client (intra-deployment-unit-only)
22232026-04-22T01:45:56.768Z consumes: gateway-client (intra-deployment-unit-only)
22242026-04-22T01:45:56.768Z
22252026-04-22T01:45:56.768Zomicron-gateway (omicron/gateway)
22262026-04-22T01:45:56.768Z exposes: Management Gateway Service (client = gateway-client)
22272026-04-22T01:45:56.768Z
22282026-04-22T01:45:56.768Ztfportd (dendrite/tfportd)
22292026-04-22T01:45:56.768Z consumes: dpd-client (intra-deployment-unit-only)
22302026-04-22T01:45:56.768Z consumes: lldpd-client (intra-deployment-unit-only)
22312026-04-22T01:45:56.768Z
22322026-04-22T01:45:56.768Zwicketd (omicron/wicketd)
22332026-04-22T01:45:56.768Z exposes: Wicketd Installinator (client = installinator-client)
22342026-04-22T01:45:56.768Z exposes: Wicketd (client = wicketd-client)
22352026-04-22T01:45:56.768Z consumes: bootstrap-agent-client
22362026-04-22T01:45:56.768Z consumes: bootstrap-agent-lockstep-client
22372026-04-22T01:45:56.768Z consumes: ddm-admin-client (intra-deployment-unit-only)
22382026-04-22T01:45:56.768Z consumes: dpd-client (intra-deployment-unit-only)
22392026-04-22T01:45:56.768Z consumes: gateway-client (intra-deployment-unit-only)
22402026-04-22T01:45:56.768Z
22412026-04-22T01:45:56.768Zinstallinator (omicron/installinator)
22422026-04-22T01:45:56.768Z consumes: ddm-admin-client
22432026-04-22T01:45:56.768Z consumes: installinator-client
22442026-04-22T01:45:56.768Z
22452026-04-22T01:45:56.768Zomicron-ntp-admin (omicron/ntp-admin)
22462026-04-22T01:45:56.768Z exposes: NTP Admin (client = ntp-admin-client)
22472026-04-22T01:45:56.768Z
22482026-04-22T01:45:56.768Zomicron-nexus (omicron/nexus)
22492026-04-22T01:45:56.768Z exposes: Nexus Internal API (client = nexus-client)
22502026-04-22T01:45:56.768Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22512026-04-22T01:45:56.769Z exposes: External API (client = oxide-client)
22522026-04-22T01:45:56.771Z consumes: clickhouse-admin-keeper-client
22532026-04-22T01:45:56.771Z consumes: clickhouse-admin-server-client
22542026-04-22T01:45:56.772Z consumes: clickhouse-admin-single-client
22552026-04-22T01:45:56.772Z consumes: cockroach-admin-client
22562026-04-22T01:45:56.772Z consumes: crucible-agent-client
22572026-04-22T01:45:56.772Z consumes: crucible-pantry-client
22582026-04-22T01:45:56.772Z consumes: dns-service-client
22592026-04-22T01:45:56.772Z consumes: dpd-client
22602026-04-22T01:45:56.772Z consumes: gateway-client
22612026-04-22T01:45:56.772Z consumes: lldpd-client
22622026-04-22T01:45:56.772Z consumes: mg-admin-client
22632026-04-22T01:45:56.772Z consumes: ntp-admin-client
22642026-04-22T01:45:56.772Z consumes: oximeter-client
22652026-04-22T01:45:56.772Z consumes: propolis-client
22662026-04-22T01:45:56.772Z consumes: repo-depot-client
22672026-04-22T01:45:56.772Z consumes: sled-agent-client
22682026-04-22T01:45:56.772Z
22692026-04-22T01:45:56.772Zoximeter-collector (omicron/oximeter/collector)
22702026-04-22T01:45:56.772Z exposes: Oximeter (client = oximeter-client)
22712026-04-22T01:45:56.772Z consumes: nexus-client
22722026-04-22T01:45:56.772Z
22732026-04-22T01:45:56.858Z
22742026-04-22T01:45:56.858Zreal 5.383886333
22752026-04-22T01:45:56.858Zuser 4.375826970
22762026-04-22T01:45:56.858Zsys 1.952332088
22772026-04-22T01:45:56.858Ztrap 0.000455658
22782026-04-22T01:45:56.858Ztflt 0.000097571
22792026-04-22T01:45:56.858Zdflt 0.000153231
22802026-04-22T01:45:56.859Zkflt 0.000000000
22812026-04-22T01:45:56.859Zlock 0.084877576
22822026-04-22T01:45:56.859Zslp 18.275946473
22832026-04-22T01:45:56.861Zlat 0.010109764
22842026-04-22T01:45:56.861Zstop 0.008199848
22852026-04-22T01:45:56.861Z+ ptime -m cargo xtask ls-apis check
22862026-04-22T01:45:57.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22872026-04-22T01:45:57.388Z Running `target/debug/xtask ls-apis check`
22882026-04-22T01:45:58.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
22892026-04-22T01:45:58.207Z Running `target/debug/ls-apis check`
22902026-04-22T01:45:58.262Zloading metadata for workspace omicron from current workspace
22912026-04-22T01:45:59.318Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
22922026-04-22T01:45:59.318Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
22932026-04-22T01:45:59.321Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
22942026-04-22T01:45:59.321Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
22952026-04-22T01:45:59.321Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
22962026-04-22T01:46:01.391Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
22972026-04-22T01:46:02.010Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22982026-04-22T01:46:02.017Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22992026-04-22T01:46:02.243Z
23002026-04-22T01:46:02.243Z
23012026-04-22T01:46:02.243ZServer-managed APIs:
23022026-04-22T01:46:02.243Z
23032026-04-22T01:46:02.243Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23042026-04-22T01:46:02.243Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23052026-04-22T01:46:02.243Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23062026-04-22T01:46:02.243Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23072026-04-22T01:46:02.243Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23082026-04-22T01:46:02.243Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23092026-04-22T01:46:02.243Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23102026-04-22T01:46:02.243Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23112026-04-22T01:46:02.243Z DNS Server (dns-service-client, exposed by dns-server)
23122026-04-22T01:46:02.243Z Dendrite DPD (dpd-client, exposed by dpd)
23132026-04-22T01:46:02.243Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23142026-04-22T01:46:02.243Z LLDP daemon (lldpd-client, exposed by lldpd)
23152026-04-22T01:46:02.243Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23162026-04-22T01:46:02.243Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23172026-04-22T01:46:02.243Z External API (oxide-client, exposed by omicron-nexus)
23182026-04-22T01:46:02.243Z Oximeter (oximeter-client, exposed by oximeter-collector)
23192026-04-22T01:46:02.243Z Propolis (propolis-client, exposed by propolis-server)
23202026-04-22T01:46:02.243Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23212026-04-22T01:46:02.243Z Wicketd (wicketd-client, exposed by wicketd)
23222026-04-22T01:46:02.243Z
23232026-04-22T01:46:02.243Z
23242026-04-22T01:46:02.243ZClient-managed API:
23252026-04-22T01:46:02.243Z
23262026-04-22T01:46:02.243Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23272026-04-22T01:46:02.243Z reason: depends on itself (i.e., instances call each other)
23282026-04-22T01:46:02.244Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23292026-04-22T01:46:02.244Z reason: wicketd can wind up calling into sled agent on different sleds
23302026-04-22T01:46:02.244Z Wicketd Installinator (installinator-client, exposed by wicketd)
23312026-04-22T01:46:02.244Z reason: client is provided implicitly by the operator
23322026-04-22T01:46:02.244Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23332026-04-22T01:46:02.244Z reason: Circular dependencies between Nexus and other services
23342026-04-22T01:46:02.244Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23352026-04-22T01:46:02.244Z reason: Circular dependencies between Nexus and other services
23362026-04-22T01:46:02.244Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23372026-04-22T01:46:02.244Z reason: depends on itself (i.e., instances call each other)
23382026-04-22T01:46:02.244Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23392026-04-22T01:46:02.244Z reason: depends on itself (i.e., instances call each other)
23402026-04-22T01:46:02.244Z
23412026-04-22T01:46:02.244Z
23422026-04-22T01:46:02.244ZAPIs with unknown version management: none
23432026-04-22T01:46:02.244Z
23442026-04-22T01:46:02.244Z
23452026-04-22T01:46:02.244ZAPIs that failed consumer checks: none
23462026-04-22T01:46:02.358Z
23472026-04-22T01:46:02.358Zreal 5.439772960
23482026-04-22T01:46:02.358Zuser 4.496795312
23492026-04-22T01:46:02.358Zsys 1.946548590
23502026-04-22T01:46:02.363Ztrap 0.000457447
23512026-04-22T01:46:02.363Ztflt 0.000192237
23522026-04-22T01:46:02.363Zdflt 0.000455486
23532026-04-22T01:46:02.363Zkflt 0.000001809
23542026-04-22T01:46:02.363Zlock 0.092227797
23552026-04-22T01:46:02.363Zslp 18.220235261
23562026-04-22T01:46:02.364Zlat 0.009867290
23572026-04-22T01:46:02.364Zstop 0.008556568
23582026-04-22T01:46:02.364Z+ ptime -m cargo xtask ls-apis adoc
23592026-04-22T01:46:02.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23602026-04-22T01:46:02.847Z Running `target/debug/xtask ls-apis adoc`
23612026-04-22T01:46:03.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
23622026-04-22T01:46:03.659Z Running `target/debug/ls-apis adoc`
23632026-04-22T01:46:03.718Zloading metadata for workspace omicron from current workspace
23642026-04-22T01:46:04.774Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
23652026-04-22T01:46:04.777Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
23662026-04-22T01:46:04.777Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
23672026-04-22T01:46:04.777Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
23682026-04-22T01:46:04.778Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
23692026-04-22T01:46:06.872Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23702026-04-22T01:46:07.499Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23712026-04-22T01:46:07.506Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23722026-04-22T01:46:07.737Z
23732026-04-22T01:46:07.742Zreal 5.379035774
23742026-04-22T01:46:07.742Zuser 4.421807867
23752026-04-22T01:46:07.742Zsys 1.928751714
23762026-04-22T01:46:07.742Ztrap 0.000453829
23772026-04-22T01:46:07.742Ztflt 0.000095173
23782026-04-22T01:46:07.742Zdflt 0.000543495
23792026-04-22T01:46:07.742Zkflt 0.000000000
23802026-04-22T01:46:07.742Zlock 0.086668646
23812026-04-22T01:46:07.742Zslp 18.223127516
23822026-04-22T01:46:07.742Zlat 0.010983157
23832026-04-22T01:46:07.742Zstop 0.009034664
23842026-04-22T01:46:07.742Z+ banner build
23852026-04-22T01:46:07.745Z
23862026-04-22T01:46:07.745Z ##### # # # # #####
23872026-04-22T01:46:07.745Z # # # # # # # #
23882026-04-22T01:46:07.745Z ##### # # # # # #
23892026-04-22T01:46:07.745Z # # # # # # # #
23902026-04-22T01:46:07.745Z # # # # # # # #
23912026-04-22T01:46:07.745Z ##### #### # ###### #####
23922026-04-22T01:46:07.745Z
23932026-04-22T01:46:07.745Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23942026-04-22T01:46:07.745Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23952026-04-22T01:46:07.746Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23962026-04-22T01:46:07.746Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23972026-04-22T01:46:07.746Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23982026-04-22T01:46:07.746Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23992026-04-22T01:46:07.746Z+ export TMPDIR=/var/tmp/omicron_tmp
24002026-04-22T01:46:07.746Z+ TMPDIR=/var/tmp/omicron_tmp
24012026-04-22T01:46:07.746Z+ export RUST_BACKTRACE=1
24022026-04-22T01:46:07.746Z+ RUST_BACKTRACE=1
24032026-04-22T01:46:07.746Z+ export CARGO_INCREMENTAL=0
24042026-04-22T01:46:07.746Z+ CARGO_INCREMENTAL=0
24052026-04-22T01:46:07.746Z+ export RUSTC_BOOTSTRAP=1
24062026-04-22T01:46:07.746Z+ RUSTC_BOOTSTRAP=1
24072026-04-22T01:46:07.746Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --exclude=omicron-nexus --tests --locked --verbose
24082026-04-22T01:46:09.832Z Compiling proc-macro2 v1.0.106
24092026-04-22T01:46:09.832Z Compiling unicode-ident v1.0.24
24102026-04-22T01:46:09.832Z Compiling quote v1.0.44
24112026-04-22T01:46:09.832Z Compiling libc v0.2.185
24122026-04-22T01:46:09.835Z Compiling serde_core v1.0.228
24132026-04-22T01:46:09.835Z Compiling cfg-if v1.0.4
24142026-04-22T01:46:09.835Z Compiling serde v1.0.228
24152026-04-22T01:46:09.835Z Compiling memchr v2.8.0
24162026-04-22T01:46:09.835Z Compiling smallvec v1.15.1
24172026-04-22T01:46:09.835Z Compiling log v0.4.29
24182026-04-22T01:46:09.835Z Compiling itoa v1.0.17
24192026-04-22T01:46:09.835Z Compiling version_check v0.9.5
24202026-04-22T01:46:09.835Z Compiling autocfg v1.5.0
24212026-04-22T01:46:10.103Z Compiling libm v0.2.16
24222026-04-22T01:46:10.106Z Compiling zmij v1.0.21
24232026-04-22T01:46:10.136Z Compiling serde_json v1.0.149
24242026-04-22T01:46:10.164Z Compiling scopeguard v1.2.0
24252026-04-22T01:46:10.169Z Compiling stable_deref_trait v1.2.1
24262026-04-22T01:46:10.169Z Compiling percent-encoding v2.3.2
24272026-04-22T01:46:10.169Z Compiling litemap v0.8.1
24282026-04-22T01:46:10.169Z Compiling writeable v0.6.2
24292026-04-22T01:46:10.169Z Compiling icu_normalizer_data v2.1.1
24302026-04-22T01:46:10.169Z Compiling icu_properties_data v2.1.2
24312026-04-22T01:46:10.169Z Compiling utf8_iter v1.0.4
24322026-04-22T01:46:10.169Z Compiling shlex v1.3.0
24332026-04-22T01:46:10.169Z Compiling find-msvc-tools v0.1.9
24342026-04-22T01:46:10.169Z Compiling portable-atomic v1.13.1
24352026-04-22T01:46:10.169Z Compiling parking_lot_core v0.9.12
24362026-04-22T01:46:10.169Z Compiling critical-section v1.2.0
24372026-04-22T01:46:10.169Z Compiling rand_core v0.10.0
24382026-04-22T01:46:10.193Z Compiling allocator-api2 v0.2.21
24392026-04-22T01:46:10.196Z Compiling getrandom v0.4.1
24402026-04-22T01:46:10.197Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07c66aa5433c1603 -C extra-filename=-0f21955b4831b187 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412026-04-22T01:46:10.197Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=2cebdb1d5e4cd6a4 -C extra-filename=-04607b244056a2f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-04607b244056a2f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422026-04-22T01:46:10.197Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=45f0cce165825ddd -C extra-filename=-86b9189d2c92fb6a --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-86b9189d2c92fb6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432026-04-22T01:46:10.226Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=27361f9f17fed749 -C extra-filename=-8c73409461af41ab --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-8c73409461af41ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442026-04-22T01:46:10.226Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=6bf1092c3e0cf266 -C extra-filename=-fd6ba8a01932ff99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86d20cce195ec005 -C extra-filename=-48e697dd107668e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=e15204e5359891e7 -C extra-filename=-aa8953624d325365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "serde_core", "std", "sval", "sval_ref", "value-bag"))' -C metadata=404f61c88150941b -C extra-filename=-153496f33718ff11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=3f31c13e3a10ad77 -C extra-filename=-f1ea735de1df6c80 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-f1ea735de1df6c80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=935b449ce0e4b653 -C extra-filename=-a5f282b36849bc49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24502026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=1541212489575c35 -C extra-filename=-092fdc84cc87cee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=23860df6929d0dc0 -C extra-filename=-9d0bb49b988bc1dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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=570ab496b4f10cf7 -C extra-filename=-a6dc96f5426d52df --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-a6dc96f5426d52df -L 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-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=7116b20923422b76 -C extra-filename=-4da682a4d60c6eb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-4da682a4d60c6eb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=51ad409f8131f170 -C extra-filename=-3940aeae16145116 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-3940aeae16145116 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=017facd50d0b44f4 -C extra-filename=-bc63114d986d95c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=0ffb68b441cc544c -C extra-filename=-03abffb3bd244537 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-03abffb3bd244537 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "either"))' -C metadata=bdb0434ad48db909 -C extra-filename=-51b02bc6ee80691a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90bd6e549917af5d -C extra-filename=-530edc1d78d8d38d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=7502ac7a93782e05 -C extra-filename=-aa272defcd706b4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d7a04abd44c8f11 -C extra-filename=-7add5d0777938364 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7add5d0777938364 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612026-04-22T01:46:10.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d43d174452102ec0 -C extra-filename=-4b053de74216db79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622026-04-22T01:46:10.231Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ab4822b5eea9dc3a -C extra-filename=-4c61d3348f11ddaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632026-04-22T01:46:10.231Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c093d109600d7acd -C extra-filename=-c6e3815601778b41 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-c6e3815601778b41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642026-04-22T01:46:10.231Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=db8bda598ef53d41 -C extra-filename=-bafae3106b84a963 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-bafae3106b84a963 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652026-04-22T01:46:10.231Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=22d35ec1dbabc124 -C extra-filename=-2ebd9f00f171696f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662026-04-22T01:46:10.231Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17cb32ffd69314c8 -C extra-filename=-121c99ae03710109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672026-04-22T01:46:10.255Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=e7a894516f40c61a -C extra-filename=-f1f5db4d25d8d85e --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-f1f5db4d25d8d85e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682026-04-22T01:46:10.322Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=abde6cf48554f866 -C extra-filename=-cf171686784f8471 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-cf171686784f8471 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692026-04-22T01:46:10.326Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9463ea721f68aaab -C extra-filename=-fa4aea552415bcb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702026-04-22T01:46:10.326Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=99bf743a47f66b65 -C extra-filename=-74c31174be3833a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712026-04-22T01:46:10.388Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=6858812ce244654d -C extra-filename=-3318559a2770f550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722026-04-22T01:46:10.427Z Compiling subtle v2.6.1
24732026-04-22T01:46:10.465Z Compiling zerocopy v0.8.40
24742026-04-22T01:46:10.468Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.40/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=7fd892534d6fdfe1 -C extra-filename=-77e44bf544d6c93a --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-77e44bf544d6c93a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752026-04-22T01:46:10.468Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=9f0f1d5477b00a08 -C extra-filename=-a5667cf336dacb0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762026-04-22T01:46:10.599Z Compiling lock_api v0.4.14
24772026-04-22T01:46:10.602Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=15c7529aa87c5e17 -C extra-filename=-37b593e45a181d21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782026-04-22T01:46:10.817Z Compiling num-traits v0.2.19
24792026-04-22T01:46:10.821Z Compiling pin-project-lite v0.2.17
24802026-04-22T01:46:10.821Z Compiling heck v0.5.0
24812026-04-22T01:46:10.821Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-04607b244056a2f2/build-script-build`
24822026-04-22T01:46:10.989Z Compiling equivalent v1.0.2
24832026-04-22T01:46:10.989Z Compiling thiserror v2.0.18
24842026-04-22T01:46:10.993Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=0c8fab47725de74a -C extra-filename=-a7461f4be8b12f71 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-a7461f4be8b12f71 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852026-04-22T01:46:11.023Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-03abffb3bd244537/build-script-build`
24862026-04-22T01:46:11.133Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73f52328bc3b3d9b -C extra-filename=-5370b6ab3a93e0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872026-04-22T01:46:11.136Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2803389e12d7792e -C extra-filename=-d7acc1d49ffab29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882026-04-22T01:46:11.203Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-86b9189d2c92fb6a/build-script-build`
24892026-04-22T01:46:11.238Z Compiling form_urlencoded v1.2.2
24902026-04-22T01:46:11.241Z Compiling foldhash v0.2.0
24912026-04-22T01:46:11.241Z Compiling fnv v1.0.7
24922026-04-22T01:46:11.241Z Compiling typenum v1.19.0
24932026-04-22T01:46:11.241Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-c6e3815601778b41/build-script-build`
24942026-04-22T01:46:11.273Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=94791d1f783b36da -C extra-filename=-9cb600151b865d70 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-9cb600151b865d70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952026-04-22T01:46:11.276Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1340b8ac5949aaea -C extra-filename=-a1dbfc08a4534512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962026-04-22T01:46:11.517Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-3940aeae16145116/build-script-build`
24972026-04-22T01:46:11.517Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7add5d0777938364/build-script-build`
24982026-04-22T01:46:11.555Z Compiling generic-array v0.14.7
24992026-04-22T01:46:11.558Z Compiling iana-time-zone v0.1.65
25002026-04-22T01:46:11.558Z Compiling regex-syntax v0.8.10
25012026-04-22T01:46:11.558Z Compiling rustversion v1.0.22
25022026-04-22T01:46:11.558Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ac3e663d1ec7b374 -C extra-filename=-d3864d76002543d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032026-04-22T01:46:11.616Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=55c4bd435417fedf -C extra-filename=-6d38f3aad90247c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042026-04-22T01:46:11.619Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=3becf9fd609a916a -C extra-filename=-563d05d7861c894f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052026-04-22T01:46:11.619Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=151fb54fad19e36e -C extra-filename=-1b9f34569c9e6d83 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-1b9f34569c9e6d83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062026-04-22T01:46:11.954Z Compiling futures-core v0.3.32
25072026-04-22T01:46:11.957Z Compiling schemars v0.8.22
25082026-04-22T01:46:11.957Z Compiling dyn-clone v1.0.20
25092026-04-22T01:46:11.957Z Compiling strsim v0.11.1
25102026-04-22T01:46:11.988Z Compiling const-oid v0.9.6
25112026-04-22T01:46:12.089Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7554ec2544b2f237 -C extra-filename=-fb2264d067608a99 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-fb2264d067608a99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122026-04-22T01:46:12.092Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=02d266953b4dacaf -C extra-filename=-99f20a04b8966635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132026-04-22T01:46:12.092Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=248bccd4a4b19966 -C extra-filename=-9e1cf3ccd5b53459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142026-04-22T01:46:12.092Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=2a2081676d8273a2 -C extra-filename=-dc5b0f910a1492c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-dc5b0f910a1492c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152026-04-22T01:46:12.092Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-4da682a4d60c6eb4/build-script-build`
25162026-04-22T01:46:12.092Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=24293bd3dc477430 -C extra-filename=-99360ac57d065395 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
25172026-04-22T01:46:12.306Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-a6dc96f5426d52df/build-script-build`
25182026-04-22T01:46:12.306Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8c73409461af41ab/build-script-build`
25192026-04-22T01:46:12.309Z Compiling hashbrown v0.16.1
25202026-04-22T01:46:12.309Z Compiling aho-corasick v1.1.4
25212026-04-22T01:46:12.309Z Compiling byteorder v1.5.0
25222026-04-22T01:46:12.310Z Compiling rustix v1.1.3
25232026-04-22T01:46:12.340Z Compiling futures-sink v0.3.32
25242026-04-22T01:46:12.343Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-f1f5db4d25d8d85e/build-script-build`
25252026-04-22T01:46:12.343Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=beb2e92d68b47545 -C extra-filename=-1187af0aead528db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262026-04-22T01:46:12.343Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7017eda210e0720e -C extra-filename=-417a3d6901854ea7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272026-04-22T01:46:12.343Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f469bda7520cf030 -C extra-filename=-7aa0a185f0e945eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282026-04-22T01:46:12.343Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=ecd1c7a28247f443 -C extra-filename=-6a94cfb1b9a52a20 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-6a94cfb1b9a52a20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292026-04-22T01:46:12.343Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=537fc90f8939e3ac -C extra-filename=-d2281c904bfe50c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302026-04-22T01:46:12.782Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=bd052e45009e345e -C extra-filename=-01e0def4c6020b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
25312026-04-22T01:46:12.787Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-77e44bf544d6c93a/build-script-build`
25322026-04-22T01:46:12.787Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=ddb9f9bc57c180b4 -C extra-filename=-5ce25e48eebfce10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3318559a2770f550.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332026-04-22T01:46:12.787Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9cb600151b865d70/build-script-build`
25342026-04-22T01:46:12.787Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=749f11c240e2dd84 -C extra-filename=-2b3e0a333636a188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352026-04-22T01:46:12.787Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=b778c2084380fde6 -C extra-filename=-9ccc3691c9035196 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362026-04-22T01:46:12.787Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-cf171686784f8471/build-script-build`
25372026-04-22T01:46:12.816Z Compiling futures-task v0.3.32
25382026-04-22T01:46:12.820Z Compiling futures-io v0.3.32
25392026-04-22T01:46:12.820Z Compiling slab v0.4.12
25402026-04-22T01:46:12.820Z Compiling syn v1.0.109
25412026-04-22T01:46:12.820Z Compiling thiserror v1.0.69
25422026-04-22T01:46:12.820Z Compiling cpufeatures v0.2.17
25432026-04-22T01:46:12.820Z Compiling getrandom v0.3.4
25442026-04-22T01:46:12.820Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-bafae3106b84a963/build-script-build`
25452026-04-22T01:46:12.820Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7722af16dd7648ee -C extra-filename=-9396e77066661b89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(icu4c_enable_renaming)'`
25462026-04-22T01:46:12.820Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28c0e95fa5b59182 -C extra-filename=-b4bc34960579f53a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(icu4c_enable_renaming)'`
25472026-04-22T01:46:12.820Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-a7461f4be8b12f71/build-script-build`
25482026-04-22T01:46:12.820Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=609a79aa6c4da28e -C extra-filename=-494ba3a71996a280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
25492026-04-22T01:46:12.820Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-f1ea735de1df6c80/build-script-build`
25502026-04-22T01:46:12.820Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3ed83e807e8cb248 -C extra-filename=-ab8db966f19237e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512026-04-22T01:46:12.847Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=972c720ae028e481 -C extra-filename=-1079dfc81c68b9a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg arch_enabled --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(intrinsics_enabled)' --check-cfg 'cfg(arch_enabled)' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(x86_no_sse)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)'`
25522026-04-22T01:46:12.883Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=1b8b039d7356d00a -C extra-filename=-699d9cec6385d284 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-699d9cec6385d284 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532026-04-22T01:46:13.159Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-1b9f34569c9e6d83/build-script-build`
25542026-04-22T01:46:13.159Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-dc5b0f910a1492c7/build-script-build`
25552026-04-22T01:46:13.159Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=8fa769611d8cb212 -C extra-filename=-a5f9eb635e32839e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562026-04-22T01:46:13.162Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=5830c5b14282f93e -C extra-filename=-f90e97ec9fd53070 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572026-04-22T01:46:13.162Z Compiling errno v0.3.14
25582026-04-22T01:46:13.162Z Compiling getrandom v0.2.17
25592026-04-22T01:46:13.162Z Compiling jobserver v0.1.34
25602026-04-22T01:46:13.162Z Compiling mio v1.2.0
25612026-04-22T01:46:13.162Z Compiling socket2 v0.6.3
25622026-04-22T01:46:13.229Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed176373312d021e -C extra-filename=-dd045f7300f725bd --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-dd045f7300f725bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632026-04-22T01:46:13.232Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=cbbc0cd7f9461ec3 -C extra-filename=-399956ed3366567e --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-399956ed3366567e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642026-04-22T01:46:13.232Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef0b213c6997accf -C extra-filename=-5023923d33062f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652026-04-22T01:46:13.232Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a983bdf5ce347b3c -C extra-filename=-76115cfbe65924e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662026-04-22T01:46:13.232Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=15bd2e6d250befc9 -C extra-filename=-1dd0d7d183911908 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-1dd0d7d183911908 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672026-04-22T01:46:13.547Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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=1edeb5d936a4f79b -C extra-filename=-05dfe87d7423cf60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
25682026-04-22T01:46:13.547Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d6c7795d4a4c4899 -C extra-filename=-a898c7cc874d883a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692026-04-22T01:46:13.550Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d5c48cc474e3607 -C extra-filename=-1cbf82cce4c679a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702026-04-22T01:46:13.550Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=1f5abaf1e5ddf689 -C extra-filename=-9ef7dfa7d7bb714e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712026-04-22T01:46:13.550Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=837841c86bd322a0 -C extra-filename=-cda54deeadff7a53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("lsfe","fast-serialization","load-store-on-cond","distinct-ops","rmw"))' --check-cfg 'cfg(portable_atomic_atomic_intrinsics,portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_strict_provenance,portable_atomic_no_strict_provenance_atomic_ptr,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_privileged,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","lsfe","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","rmw","v6","v7","zaamo","zabha","zacas"))'`
25722026-04-22T01:46:13.550Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=9ebea569cb77092f -C extra-filename=-2ebd0ef4dbd4b49e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
25732026-04-22T01:46:13.550Z Compiling futures-channel v0.3.32
25742026-04-22T01:46:13.550Z Compiling pkg-config v0.3.32
25752026-04-22T01:46:13.550Z Compiling base64 v0.22.1
25762026-04-22T01:46:13.550Z Compiling ident_case v1.0.1
25772026-04-22T01:46:13.550Z Compiling anyhow v1.0.102
25782026-04-22T01:46:13.550Z Compiling either v1.15.0
25792026-04-22T01:46:13.550Z Compiling base64ct v1.8.3
25802026-04-22T01:46:13.550Z Compiling untrusted v0.9.0
25812026-04-22T01:46:13.583Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-6a94cfb1b9a52a20/build-script-build`
25822026-04-22T01:46:13.586Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=c84fd8e1557ec8dd -C extra-filename=-6ae901cd3497a02c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832026-04-22T01:46:13.586Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-fb2264d067608a99/build-script-build`
25842026-04-22T01:46:13.586Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=b6be0db2a1a3e197 -C extra-filename=-4c0681911c5a3fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852026-04-22T01:46:13.586Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=cbe87972bed8b790 -C extra-filename=-4043be771473f5c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-121c99ae03710109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862026-04-22T01:46:13.961Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=f3c9d2c82ef4331b -C extra-filename=-9741ffcf9f049a12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
25872026-04-22T01:46:13.961Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=14da8e6cd80c4009 -C extra-filename=-ce299ebbb1d61b46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882026-04-22T01:46:13.961Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=65a314ec058f731e -C extra-filename=-2694af6e2949e11f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892026-04-22T01:46:13.961Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d10f35d0d056107 -C extra-filename=-64e259f385e87aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902026-04-22T01:46:13.961Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=503150c89fd3d71a -C extra-filename=-daf175a1cd2d26ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912026-04-22T01:46:13.961Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-699d9cec6385d284/build-script-build`
25922026-04-22T01:46:13.965Z Compiling syn v2.0.117
25932026-04-22T01:46:13.965Z Compiling regex-automata v0.4.14
25942026-04-22T01:46:13.965Z Compiling crossbeam-utils v0.8.21
25952026-04-22T01:46:13.965Z Compiling anstyle v1.0.13
25962026-04-22T01:46:13.965Z Compiling utf8parse v0.2.2
25972026-04-22T01:46:13.965Z Compiling httparse v1.10.1
25982026-04-22T01:46:13.965Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=00d10a2a02b405c2 -C extra-filename=-8703aae8b2f9644d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992026-04-22T01:46:13.965Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=9cece984508d7341 -C extra-filename=-9e6f97d623d79a8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002026-04-22T01:46:13.965Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=b3c2caf7bb74f5c4 -C extra-filename=-4d7aa96ddad28561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012026-04-22T01:46:13.965Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=2da773157fa952e1 -C extra-filename=-35529f31f20d02eb --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-35529f31f20d02eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022026-04-22T01:46:13.965Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=acec9f24b04d6761 -C extra-filename=-9b3a004f0bbfd40d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032026-04-22T01:46:14.329Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=eb52a284bb6ede23 -C extra-filename=-7a2f750586328fe6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042026-04-22T01:46:14.330Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8244d5db0c24e527 -C extra-filename=-6933dc604de72165 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-1079dfc81c68b9a8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
26052026-04-22T01:46:14.333Z Compiling cc v1.2.56
26062026-04-22T01:46:14.333Z Compiling once_cell v1.21.3
26072026-04-22T01:46:14.333Z Compiling parking_lot v0.12.5
26082026-04-22T01:46:14.333Z Compiling rand_core v0.6.4
26092026-04-22T01:46:14.333Z Compiling signal-hook-registry v1.4.8
26102026-04-22T01:46:14.333Z Compiling anstyle-query v1.1.5
26112026-04-22T01:46:14.333Z Compiling colorchoice v1.0.4
26122026-04-22T01:46:14.333Z Compiling is_terminal_polyfill v1.70.2
26132026-04-22T01:46:14.333Z Compiling ryu v1.0.23
26142026-04-22T01:46:14.333Z Compiling pem-rfc7468 v0.7.0
26152026-04-22T01:46:14.366Z Compiling powerfmt v0.2.0
26162026-04-22T01:46:14.369Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=841d8d26c4449362 -C extra-filename=-27e48c156d319f55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172026-04-22T01:46:14.369Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-dd045f7300f725bd/build-script-build`
26182026-04-22T01:46:14.369Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-399956ed3366567e/build-script-build`
26192026-04-22T01:46:14.369Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=c18e638485bdfc97 -C extra-filename=-66f2b2a19b57dbf7 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-66f2b2a19b57dbf7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202026-04-22T01:46:14.369Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a77f4737629c483c -C extra-filename=-64ebcc41add088b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
26212026-04-22T01:46:14.369Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ee0a3b0cb6b21f84 -C extra-filename=-abbbcd209cf07bc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-abbbcd209cf07bc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222026-04-22T01:46:14.369Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=05829b7ce4228a5b -C extra-filename=-1e24df76c16f817b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232026-04-22T01:46:14.369Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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=9d05ba8ded201b8c -C extra-filename=-d2d25f9487a12a76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-22T01:46:14.759Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=1928b2438f88a0ef -C extra-filename=-14d0ce7904083a99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern find_msvc_tools=/work/oxidecomputer/omicron/target/debug/deps/libfind_msvc_tools-4b053de74216db79.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-1cbf82cce4c679a3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-fa4aea552415bcb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252026-04-22T01:46:14.759Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="critical-section"' --cfg 'feature="default"' --cfg 'feature="portable-atomic"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=478f1ca6850fea90 -C extra-filename=-e5797ea9908f0e04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern critical_section=/work/oxidecomputer/omicron/target/debug/deps/libcritical_section-bc63114d986d95c8.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262026-04-22T01:46:14.759Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=10454dad3801301b -C extra-filename=-62949386ed40d690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-37b593e45a181d21.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-2ebd0ef4dbd4b49e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272026-04-22T01:46:14.759Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unnecessary_clippy_cfg' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6ca3148cc2652ed -C extra-filename=-36c49b9ad30a636e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282026-04-22T01:46:14.764Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-1dd0d7d183911908/build-script-build`
26292026-04-22T01:46:14.764Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=a3eb9e2f41f77db6 -C extra-filename=-5df1b6f5f7e59625 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302026-04-22T01:46:14.764Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ecc2479b6dba8970 -C extra-filename=-d18156ad55a44d9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312026-04-22T01:46:14.764Z Compiling anstyle-parse v0.2.7
26322026-04-22T01:46:14.764Z Compiling time-core v0.1.8
26332026-04-22T01:46:14.764Z Compiling num-conv v0.2.0
26342026-04-22T01:46:14.764Z Compiling num_threads v0.1.7
26352026-04-22T01:46:14.764Z Compiling atomic-waker v1.1.2
26362026-04-22T01:46:14.764Z Compiling clap_lex v1.0.0
26372026-04-22T01:46:14.765Z Compiling flagset v0.4.7
26382026-04-22T01:46:14.765Z Compiling try-lock v0.2.5
26392026-04-22T01:46:14.765Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=4719f5b68aec4c2d -C extra-filename=-158ee63d9a68ba9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402026-04-22T01:46:14.765Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e94a8b00d6f640b -C extra-filename=-ec69541b7ea66eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412026-04-22T01:46:14.765Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=3d519c2c4012e40d -C extra-filename=-b542d191368554bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422026-04-22T01:46:14.765Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=d473dcf0cda3ba95 -C extra-filename=-922144cb400f44f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432026-04-22T01:46:14.765Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=f5cc850c3cc67866 -C extra-filename=-f08bb8b248c5184c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442026-04-22T01:46:15.124Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=81486b1e4b04d019 -C extra-filename=-60f9e10d0c2141f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
26452026-04-22T01:46:15.124Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=478763f38fd91cb9 -C extra-filename=-99d8b4ac7e33d344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462026-04-22T01:46:15.124Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=be52679a90e18c56 -C extra-filename=-23dd8e7968b65b07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472026-04-22T01:46:15.124Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc832ea703e42abd -C extra-filename=-eaa660764df265b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482026-04-22T01:46:15.128Z Compiling deranged v0.5.8
26492026-04-22T01:46:15.129Z Compiling httpdate v1.0.3
26502026-04-22T01:46:15.129Z Compiling dunce v1.0.5
26512026-04-22T01:46:15.129Z Compiling tower-layer v0.3.3
26522026-04-22T01:46:15.129Z Compiling pin-utils v0.1.0
26532026-04-22T01:46:15.129Z Compiling fs_extra v1.3.0
26542026-04-22T01:46:15.129Z Compiling tower-service v0.3.3
26552026-04-22T01:46:15.129Z Compiling camino v1.2.2
26562026-04-22T01:46:15.129Z Compiling socket2 v0.5.10
26572026-04-22T01:46:15.162Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-35529f31f20d02eb/build-script-build`
26582026-04-22T01:46:15.164Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=927addd293fdf57f -C extra-filename=-f6d7bb457d0068ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592026-04-22T01:46:15.165Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=d6b7f6fab4668176 -C extra-filename=-6c6bb4391ac8d17e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602026-04-22T01:46:15.165Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb5e4945cf699e6c -C extra-filename=-39e83d23797ddb4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612026-04-22T01:46:15.165Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=ab48a895facea330 -C extra-filename=-282222ca4c7256bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622026-04-22T01:46:15.197Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf762183abc528cc -C extra-filename=-308c91df5613d4de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632026-04-22T01:46:15.561Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=afda80241674eb2f -C extra-filename=-3136d8787cee3542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642026-04-22T01:46:15.562Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-66f2b2a19b57dbf7/build-script-build`
26652026-04-22T01:46:15.562Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffcc7c811efff218 -C extra-filename=-8f587c6ddd5813db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662026-04-22T01:46:15.562Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=092ded10a70262aa -C extra-filename=-7d72c1a8808103b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672026-04-22T01:46:15.562Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7792460d98c2a4f -C extra-filename=-02d7ef8c098a2a2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682026-04-22T01:46:15.565Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3c226d4ddb6cd9e -C extra-filename=-b8f2d017dfbfe3c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692026-04-22T01:46:15.565Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=016372c6a3afefb6 -C extra-filename=-81a339a39775c4c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-81a339a39775c4c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702026-04-22T01:46:15.565Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=043667f672933bec -C extra-filename=-5901c73d34c3c394 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712026-04-22T01:46:15.565Z Compiling tracing-core v0.1.36
26722026-04-22T01:46:15.565Z Compiling anstream v0.6.21
26732026-04-22T01:46:15.565Z Compiling want v0.3.1
26742026-04-22T01:46:15.565Z Compiling slog v2.8.2
26752026-04-22T01:46:15.565Z Compiling cmake v0.1.57
26762026-04-22T01:46:15.565Z Compiling spin v0.9.8
26772026-04-22T01:46:15.565Z Compiling vcpkg v0.2.15
26782026-04-22T01:46:15.565Z Compiling aws-lc-rs v1.16.0
26792026-04-22T01:46:15.565Z Compiling ucd-trie v0.1.7
26802026-04-22T01:46:15.565Z Compiling pretty-hex v0.4.1
26812026-04-22T01:46:15.598Z Compiling fastrand v2.3.0
26822026-04-22T01:46:15.601Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b169d0eeff884d3 -C extra-filename=-b069a8570b2e898f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832026-04-22T01:46:15.601Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-abbbcd209cf07bc5/build-script-build`
26842026-04-22T01:46:15.601Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand010", "rand08", "rand09", "serde"))' -C metadata=9556110bea7c5620 -C extra-filename=-7c5cc11432a2ac22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-922144cb400f44f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852026-04-22T01:46:15.601Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=76dad5f036941db4 -C extra-filename=-b929bb79b7ad5e10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862026-04-22T01:46:15.927Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=844ae4dfa3676734 -C extra-filename=-61f2464b9e941b65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872026-04-22T01:46:15.931Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=34f3557a97527afe -C extra-filename=-c32b696bd16762b0 --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-d2d25f9487a12a76.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-99d8b4ac7e33d344.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-d18156ad55a44d9b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-ec69541b7ea66eae.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-b542d191368554bf.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882026-04-22T01:46:15.931Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=761648fe3fa6b7b5 -C extra-filename=-ad5507ced58804c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-ad5507ced58804c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892026-04-22T01:46:15.931Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9d5aa3f39539f65 -C extra-filename=-e3c84e5aa934da16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-39e83d23797ddb4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902026-04-22T01:46:15.931Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=425b6a04822eb7b5 -C extra-filename=-5730252e0292bbbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912026-04-22T01:46:15.931Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=f5a8f9743a9e4f65 -C extra-filename=-498226a3d878704f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-37b593e45a181d21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922026-04-22T01:46:15.959Z Compiling bitflags v2.11.0
26932026-04-22T01:46:15.962Z Compiling semver v1.0.27
26942026-04-22T01:46:15.962Z Compiling uuid v1.23.0
26952026-04-22T01:46:15.962Z Compiling indexmap v2.13.0
26962026-04-22T01:46:15.962Z Compiling time-macros v0.2.27
26972026-04-22T01:46:15.962Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=b9506368bcd6bf4f -C extra-filename=-e902a69ed8c87be6 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e902a69ed8c87be6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982026-04-22T01:46:15.962Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=cf5da592f29880fa -C extra-filename=-4e50982a21137ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992026-04-22T01:46:15.962Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb3e10d51adf5269 -C extra-filename=-faac664678c803f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002026-04-22T01:46:15.962Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=eb81e45026cf4b62 -C extra-filename=-02375f6ebe64fa50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012026-04-22T01:46:15.995Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=3a226f3a4df2ea40 -C extra-filename=-f286a8126edb86b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022026-04-22T01:46:16.293Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=a5007bb0fab6bbf5 -C extra-filename=-c87d064435728b66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-494ba3a71996a280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
27032026-04-22T01:46:16.298Z Compiling ring v0.17.14
27042026-04-22T01:46:16.298Z Compiling rand_core v0.9.5
27052026-04-22T01:46:16.298Z Compiling pest v2.8.6
27062026-04-22T01:46:16.298Z Compiling untrusted v0.7.1
27072026-04-22T01:46:16.298Z Compiling unicode-segmentation v1.12.0
27082026-04-22T01:46:16.299Z Compiling plain v0.2.3
27092026-04-22T01:46:16.299Z Compiling rustls v0.23.37
27102026-04-22T01:46:16.299Z Compiling openssl-probe v0.2.1
27112026-04-22T01:46:16.299Z Compiling winnow v0.7.14
27122026-04-22T01:46:16.326Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=d5be8104bdf539cb -C extra-filename=-10536750ba824ae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132026-04-22T01:46:16.364Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=eaae755cf7d6ec51 -C extra-filename=-8b8139eadeadf9ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27142026-04-22T01:46:16.367Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=55c827baa76c0331 -C extra-filename=-1c5dc4b799a94734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
27152026-04-22T01:46:16.367Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=f599d255ce3906b0 -C extra-filename=-37faa1f68eac4450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
27162026-04-22T01:46:16.367Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=6f98fd25d2695426 -C extra-filename=-da9081ae5c21635c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172026-04-22T01:46:16.367Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=df2f3354942be840 -C extra-filename=-38592406369b8a48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
27182026-04-22T01:46:16.367Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=6e39b6df5e2f8340 -C extra-filename=-763e69004c310e8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-eaa660764df265b8.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-23dd8e7968b65b07.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192026-04-22T01:46:16.432Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=72683d5b240de1f7 -C extra-filename=-ec5a7b71e39fc295 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202026-04-22T01:46:16.714Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=4c7b2c76b9f4cc21 -C extra-filename=-d921f16cc8046928 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-d921f16cc8046928 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212026-04-22T01:46:16.718Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=0c6393d067c80d7c -C extra-filename=-3159a94201069dd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222026-04-22T01:46:16.718Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=a0cae428f31ebbde -C extra-filename=-dfa67a421c28d51d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-02375f6ebe64fa50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232026-04-22T01:46:16.718Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=48c9accc16ec8557 -C extra-filename=-1b927ed9105fe228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242026-04-22T01:46:16.718Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4546b1fd9de704c1 -C extra-filename=-23feec06cbb50781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252026-04-22T01:46:16.718Z Compiling regex v1.12.3
27262026-04-22T01:46:16.718Z Compiling sync_wrapper v1.0.2
27272026-04-22T01:46:16.718Z Compiling simd-adler32 v0.3.8
27282026-04-22T01:46:16.718Z Compiling iri-string v0.7.10
27292026-04-22T01:46:16.718Z Compiling adler2 v2.0.1
27302026-04-22T01:46:16.719Z Compiling mime v0.3.17
27312026-04-22T01:46:16.719Z Compiling static_assertions v1.1.0
27322026-04-22T01:46:16.755Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=f704885a92dae4ab -C extra-filename=-573fefe0732e62d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-573fefe0732e62d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332026-04-22T01:46:16.758Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb68c8fb96975383 -C extra-filename=-32a02797568f8843 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342026-04-22T01:46:16.758Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f94c3e1cebfe141 -C extra-filename=-243d21d0b0b607bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352026-04-22T01:46:16.758Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-81a339a39775c4c8/build-script-build`
27362026-04-22T01:46:16.758Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=9a0a22a3b6352867 -C extra-filename=-f7fee5e86f2f2b09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372026-04-22T01:46:17.007Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=1907b3768f19f1b3 -C extra-filename=-933ea8a694882c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382026-04-22T01:46:17.007Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-ad5507ced58804c0/build-script-build`
27392026-04-22T01:46:17.007Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=93b7a31f7066dcee -C extra-filename=-930b93cd044331fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402026-04-22T01:46:17.007Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=6cf6ac3c9625eb26 -C extra-filename=-e37e385602b72a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412026-04-22T01:46:17.007Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=51a1255a74c86087 -C extra-filename=-b3db75f06e318a4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422026-04-22T01:46:17.011Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=48d9bf483de05a60 -C extra-filename=-fa1b9b86a59e162f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432026-04-22T01:46:17.011Z Compiling aws-lc-sys v0.37.1
27442026-04-22T01:46:17.011Z Compiling rustc_version v0.4.1
27452026-04-22T01:46:17.011Z Compiling openssl-sys v0.9.111
27462026-04-22T01:46:17.011Z Compiling lazy_static v1.5.0
27472026-04-22T01:46:17.012Z Compiling crc32fast v1.5.0
27482026-04-22T01:46:17.012Z Compiling paste v1.0.15
27492026-04-22T01:46:17.012Z Compiling encoding_rs v0.8.35
27502026-04-22T01:46:17.012Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fc7d296a1dee7e3 -C extra-filename=-a07cde80cd4a0a17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512026-04-22T01:46:17.012Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e010b04c751337ed -C extra-filename=-8b5e68fb1f722bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522026-04-22T01:46:17.328Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=2c9c777266e2541c -C extra-filename=-cf300be829fa3186 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
27532026-04-22T01:46:17.333Z Compiling synstructure v0.13.2
27542026-04-22T01:46:17.333Z Compiling serde_derive_internals v0.29.1
27552026-04-22T01:46:17.333Z Compiling darling_core v0.21.3
27562026-04-22T01:46:17.333Z Compiling tinyvec_macros v0.1.1
27572026-04-22T01:46:17.333Z Compiling openssl v0.10.75
27582026-04-22T01:46:17.333Z Compiling foreign-types-shared v0.1.1
27592026-04-22T01:46:17.333Z Compiling num-integer v0.1.46
27602026-04-22T01:46:17.333Z Compiling data-encoding v2.10.0
27612026-04-22T01:46:17.333Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a8ed1cb6a25fef6 -C extra-filename=-93cd3c7fb33a6037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622026-04-22T01:46:17.333Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8a38a7fab51dfd1 -C extra-filename=-48d53fa97e1e2bdd --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-48d53fa97e1e2bdd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632026-04-22T01:46:17.333Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=70e8488271d6ed8c -C extra-filename=-ef4e9b54cb022e5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642026-04-22T01:46:17.333Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=ed3e9efb834ffda6 -C extra-filename=-9dc60e5f27682a84 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-9dc60e5f27682a84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652026-04-22T01:46:17.333Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=206922894cccfa2b -C extra-filename=-dd9102c781fc5d0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662026-04-22T01:46:17.333Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=5d767e71dde81ffd -C extra-filename=-14842183da3c6f4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
27672026-04-22T01:46:17.333Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.37.1/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "prebuilt-nasm", "ssl"))' -C metadata=8cb8f20c890e0869 -C extra-filename=-7415c3faf64b64e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7415c3faf64b64e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-5730252e0292bbbf.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-5901c73d34c3c394.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-7d72c1a8808103b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682026-04-22T01:46:17.334Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=9c3f628e63cf1f75 -C extra-filename=-84bbe3a032db01b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-84bbe3a032db01b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-faac664678c803f7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692026-04-22T01:46:17.620Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=4185cedc2897c102 -C extra-filename=-e8f1bb9ff17a4893 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702026-04-22T01:46:17.620Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdcc2085d3692a64 -C extra-filename=-e45898bb301690e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712026-04-22T01:46:17.620Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=bc83b3614b21dec4 -C extra-filename=-644937c78de1b446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722026-04-22T01:46:17.624Z Compiling miniz_oxide v0.8.9
27732026-04-22T01:46:17.624Z Compiling ahash v0.8.12
27742026-04-22T01:46:17.624Z Compiling native-tls v0.2.18
27752026-04-22T01:46:17.624Z Compiling usdt-impl v0.6.0
27762026-04-22T01:46:17.624Z Compiling object v0.37.3
27772026-04-22T01:46:17.624Z Compiling base16ct v0.2.0
27782026-04-22T01:46:17.624Z Compiling zlib-rs v0.6.2
27792026-04-22T01:46:17.656Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=5a307a0bc72da546 -C extra-filename=-8251b5d5639f018a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-8251b5d5639f018a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802026-04-22T01:46:17.661Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d57700da2438f112 -C extra-filename=-8a99b6dee15b72a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812026-04-22T01:46:17.662Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=5a2ba16f126866c4 -C extra-filename=-7b8b4079daab0ed4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822026-04-22T01:46:17.662Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c041c12b253d29e0 -C extra-filename=-186ed057f2be0056 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832026-04-22T01:46:17.662Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=59bdcb714ff8c00c -C extra-filename=-afe6ed1398c542c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842026-04-22T01:46:17.905Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-d921f16cc8046928/build-script-build`
27852026-04-22T01:46:17.905Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=acc39a73dec516c3 -C extra-filename=-187942c6dbec225b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-b3db75f06e318a4d.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862026-04-22T01:46:17.905Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=f8f691e119207d07 -C extra-filename=-100bcff608d838b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-100bcff608d838b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872026-04-22T01:46:17.908Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=b966f587e79a416b -C extra-filename=-12ce87b25e55e4c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-12ce87b25e55e4c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882026-04-22T01:46:17.908Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=3dca12f1c0530674 -C extra-filename=-12acf8694e8a2ff6 --out-dir /work/oxidecomputer/omicron/target/debug/build/object-12acf8694e8a2ff6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892026-04-22T01:46:17.908Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=edc64a0a2b2f2217 -C extra-filename=-dec54908fb143fe4 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-dec54908fb143fe4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902026-04-22T01:46:17.908Z Compiling time v0.3.47
27912026-04-22T01:46:17.909Z Compiling tinyvec v1.10.0
27922026-04-22T01:46:17.909Z Compiling foreign-types v0.3.2
27932026-04-22T01:46:17.909Z Compiling ff v0.13.1
27942026-04-22T01:46:17.909Z Compiling thread-id v5.1.0
27952026-04-22T01:46:17.909Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe_op_in_unsafe_fn --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-api", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "avx512", "c-allocator", "default", "quickcheck", "rust-allocator", "std", "vpclmulqdq"))' -C metadata=66ce746128c64e4e -C extra-filename=-9a7910bebc61de1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962026-04-22T01:46:17.909Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=1cecacfffab7d536 -C extra-filename=-9a1fee2dec1666ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972026-04-22T01:46:17.943Z Compiling pest_meta v2.8.6
27982026-04-22T01:46:17.974Z Compiling toml_parser v1.0.9+spec-1.1.0
27992026-04-22T01:46:18.011Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=f06ebf0e54828fcf -C extra-filename=-f1529167c9667213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-7c5cc11432a2ac22.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-eaa660764df265b8.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f6d7bb457d0068ce.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-922144cb400f44f2.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-23dd8e7968b65b07.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-763e69004c310e8b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002026-04-22T01:46:18.015Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7455142331c36bb1 -C extra-filename=-14f100f5295f5d28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8a99b6dee15b72a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012026-04-22T01:46:18.015Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=6aaf57476c4b61b7 -C extra-filename=-5bdddceadc240b18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022026-04-22T01:46:18.015Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f12db5712fb8caae -C extra-filename=-7304525c73e61ed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032026-04-22T01:46:18.015Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-9dc60e5f27682a84/build-script-build`
28042026-04-22T01:46:18.015Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "borsh", "debugger_visualizer", "default", "experimental_write_impl", "generic-array", "grab_spare_slice", "latest_stable_rust", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=948b74ba6931574b -C extra-filename=-2f087dd254ca002f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-e45898bb301690e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052026-04-22T01:46:18.016Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=c86fb8cf73679831 -C extra-filename=-82b6458813c5ac03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062026-04-22T01:46:18.043Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-84bbe3a032db01b2/build-script-main`
28072026-04-22T01:46:18.085Z Compiling cookie v0.18.1
28082026-04-22T01:46:18.087Z Compiling bit-vec v0.8.0
28092026-04-22T01:46:18.088Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-48d53fa97e1e2bdd/build-script-build`
28102026-04-22T01:46:18.120Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.9+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=5563f806ea858a04 -C extra-filename=-eddac49d652135bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112026-04-22T01:46:18.198Z Compiling litrs v1.0.0
28122026-04-22T01:46:18.201Z Compiling num-iter v0.1.45
28132026-04-22T01:46:18.202Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=37d9226ae6f9f744 -C extra-filename=-d5fd0f5185ed5b7a --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-d5fd0f5185ed5b7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142026-04-22T01:46:18.270Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=1f37a7d72b1fd549 -C extra-filename=-1f592c78e46269e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152026-04-22T01:46:18.309Z Compiling terminal_size v0.4.3
28162026-04-22T01:46:18.313Z Compiling tempfile v3.25.0
28172026-04-22T01:46:18.540Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "proc-macro2", "unicode-xid"))' -C metadata=9a02174e50cd78e3 -C extra-filename=-bf94deb561031c36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182026-04-22T01:46:18.543Z Compiling crossbeam-epoch v0.9.18
28192026-04-22T01:46:18.543Z Compiling bstr v1.12.1
28202026-04-22T01:46:18.543Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=d83a3318cad1eafb -C extra-filename=-5123d94d29602b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212026-04-22T01:46:18.543Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=0759838613bebd3a -C extra-filename=-74759b175612c26b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
28222026-04-22T01:46:18.543Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f826222acff493f1 -C extra-filename=-13c8b604a2d2a9ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232026-04-22T01:46:18.543Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=bbb7ba86851368de -C extra-filename=-032d8d4d9e498d64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-f286a8126edb86b2.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242026-04-22T01:46:18.765Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ada951d5874b026 -C extra-filename=-227ba1285ee48ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
28252026-04-22T01:46:18.768Z Compiling clap_builder v4.5.60
28262026-04-22T01:46:18.768Z Compiling group v0.13.0
28272026-04-22T01:46:18.768Z Compiling bit-set v0.8.0
28282026-04-22T01:46:18.768Z Compiling toml_datetime v0.7.5+spec-1.1.0
28292026-04-22T01:46:18.769Z Compiling wait-timeout v0.2.1
28302026-04-22T01:46:18.769Z Compiling memmap2 v0.9.10
28312026-04-22T01:46:18.769Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-12ce87b25e55e4c9/build-script-build`
28322026-04-22T01:46:18.769Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dec54908fb143fe4/build-script-build`
28332026-04-22T01:46:18.769Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=3959a3af0918eae7 -C extra-filename=-d7011e9bfeca9f9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342026-04-22T01:46:18.769Z Running `/work/oxidecomputer/omicron/target/debug/build/object-12acf8694e8a2ff6/build-script-build`
28352026-04-22T01:46:18.769Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=ff46a1952510bf51 -C extra-filename=-81b267cc7138b84d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362026-04-22T01:46:18.808Z Running `/home/build/.rustup/toolchains/1.94.0-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.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=a02649405af5557f -C extra-filename=-c2f1590ad89e38d5 --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-c32b696bd16762b0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-308c91df5613d4de.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-13c8b604a2d2a9ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372026-04-22T01:46:18.811Z Compiling serde_derive v1.0.228
28382026-04-22T01:46:18.841Z Compiling zeroize_derive v1.4.3
28392026-04-22T01:46:18.846Z Compiling zerofrom-derive v0.1.6
28402026-04-22T01:46:18.846Z Compiling yoke-derive v0.8.1
28412026-04-22T01:46:18.846Z Compiling zerovec-derive v0.11.2
28422026-04-22T01:46:18.846Z Compiling displaydoc v0.2.5
28432026-04-22T01:46:18.873Z Compiling zerocopy-derive v0.8.40
28442026-04-22T01:46:18.876Z Compiling thiserror-impl v2.0.18
28452026-04-22T01:46:18.909Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=1098d731ea8a68b0 -C extra-filename=-7c5d1d9dcfc14d59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_SRTP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
28462026-04-22T01:46:18.914Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=e21e9341094e1bfd -C extra-filename=-20761e9cc32e3f9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472026-04-22T01:46:18.914Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wait-timeout-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=971754710fd2bdb3 -C extra-filename=-aee2972910b9b9b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482026-04-22T01:46:18.914Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d5fd0f5185ed5b7a/build-script-build`
28492026-04-22T01:46:18.914Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a05ad596727c0e3b -C extra-filename=-54f21ffbb79648bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-1f592c78e46269e4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502026-04-22T01:46:18.914Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=2d08a91c9904947e -C extra-filename=-2220684d8a71e79b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512026-04-22T01:46:18.914Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=2c1f893334390867 -C extra-filename=-7cd91c71ab4e74b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522026-04-22T01:46:18.914Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-100bcff608d838b5/build-script-build`
28532026-04-22T01:46:18.914Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-8251b5d5639f018a/build-script-build`
28542026-04-22T01:46:18.988Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=e2f6e76370735f5e -C extra-filename=-e04030d52c537d80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552026-04-22T01:46:18.993Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce6d3884db398ebb -C extra-filename=-08b04244e7d4da09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562026-04-22T01:46:18.994Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2ffdaf00e95891b -C extra-filename=-0dbd4b74c5e71236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-e8f1bb9ff17a4893.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572026-04-22T01:46:18.994Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37dd0e4e94e7ed01 -C extra-filename=-fbba08d7e403729c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582026-04-22T01:46:18.994Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b6df546c4010464 -C extra-filename=-3c509900f286cffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-e8f1bb9ff17a4893.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592026-04-22T01:46:18.994Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e47ba3e113485a3f -C extra-filename=-1e15ebb7a06b491f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602026-04-22T01:46:19.026Z Compiling tokio-macros v2.7.0
28612026-04-22T01:46:19.029Z Compiling schemars_derive v0.8.22
28622026-04-22T01:46:19.029Z Compiling futures-macro v0.3.32
28632026-04-22T01:46:19.029Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(zerocopy_unstable_derive_on_error)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7c2e305bc5328b6 -C extra-filename=-48be899401e2bff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642026-04-22T01:46:19.029Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c69ab371a6dd3264 -C extra-filename=-6ba382c3f51299b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652026-04-22T01:46:19.134Z Compiling thiserror-impl v1.0.69
28662026-04-22T01:46:19.138Z Compiling tracing-attributes v0.1.31
28672026-04-22T01:46:19.138Z Compiling der_derive v0.7.3
28682026-04-22T01:46:19.138Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce23d89889a5acb2 -C extra-filename=-49bf1aa090e86c0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692026-04-22T01:46:19.138Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4d3154da2ef36fd -C extra-filename=-2a3ed83a82b6c7e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702026-04-22T01:46:19.139Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=459075fb18dd7bfa -C extra-filename=-33c4b69d66a36c14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-186ed057f2be0056.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712026-04-22T01:46:19.210Z Compiling clap_derive v4.5.55
28722026-04-22T01:46:19.213Z Compiling async-trait v0.1.89
28732026-04-22T01:46:19.213Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0c8fc2e26f7a632 -C extra-filename=-a393eb2d50036fca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742026-04-22T01:46:19.213Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bc46b58ce23606b -C extra-filename=-059cf9f819953873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752026-04-22T01:46:19.213Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=5537333d3d7d650f -C extra-filename=-30d54ab20e9dcfc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762026-04-22T01:46:19.244Z Compiling pest_generator v2.8.6
28772026-04-22T01:46:19.247Z Running `/home/build/.rustup/toolchains/1.94.0-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.55/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=d79fdc7408d10ac8 -C extra-filename=-0e2ea2788d235950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782026-04-22T01:46:19.247Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0930baa98a48d308 -C extra-filename=-7a627029a175eba8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792026-04-22T01:46:19.277Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=b3ccb94e0aeaf8c6 -C extra-filename=-299c7c1285c5945a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-82b6458813c5ac03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802026-04-22T01:46:19.621Z Compiling hubpack_derive v0.1.1
28812026-04-22T01:46:19.690Z Compiling strum_macros v0.26.4
28822026-04-22T01:46:19.693Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff4134e3e581bcba -C extra-filename=-4ae4202e04529fb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832026-04-22T01:46:19.693Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a63aefc8b8c554b9 -C extra-filename=-f4708de838994be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842026-04-22T01:46:19.888Z Compiling scroll_derive v0.13.1
28852026-04-22T01:46:19.966Z Compiling openssl-macros v0.1.1
28862026-04-22T01:46:19.969Z Compiling scroll_derive v0.12.1
28872026-04-22T01:46:19.969Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54c165e4acb96605 -C extra-filename=-cdb34a68aef283e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882026-04-22T01:46:19.969Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02cd42e621ec749f -C extra-filename=-ce564823738f1922 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892026-04-22T01:46:19.969Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1d2fd9f6d130dbe -C extra-filename=-923a0a7b0f8e4a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902026-04-22T01:46:20.006Z Compiling document-features v0.2.12
28912026-04-22T01:46:20.042Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.12/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=b3df82d134558ea0 -C extra-filename=-f1440f2cce620e94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern litrs=/work/oxidecomputer/omicron/target/debug/deps/liblitrs-bf94deb561031c36.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922026-04-22T01:46:20.080Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=b24d9fa83ff3a7ad -C extra-filename=-0f656ff4875bc8de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg core_error --check-cfg 'cfg(core_error)'`
28932026-04-22T01:46:20.121Z Compiling zerocopy-derive v0.7.35
28942026-04-22T01:46:20.124Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ac60e9c8a9c505f -C extra-filename=-513e837a9e6fa26a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952026-04-22T01:46:20.165Z Compiling zeroize v1.8.2
28962026-04-22T01:46:20.205Z Compiling cfg_aliases v0.2.1
28972026-04-22T01:46:20.249Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=8092bbfa01ec0557 -C extra-filename=-e1162002be34ba6d --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-08b04244e7d4da09.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982026-04-22T01:46:20.256Z Compiling darling_macro v0.21.3
28992026-04-22T01:46:20.293Z Compiling psl-types v2.0.11
29002026-04-22T01:46:20.296Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c307ec09a418be48 -C extra-filename=-81f427d9a41870f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012026-04-22T01:46:20.330Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3d4b8246c1cfdbc -C extra-filename=-7de085c31a9b03bf --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-644937c78de1b446.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022026-04-22T01:46:20.333Z Compiling pest_derive v2.8.6
29032026-04-22T01:46:20.367Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97757d02c256af22 -C extra-filename=-d7c954c5e8c62581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042026-04-22T01:46:20.370Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=e6ca9f5308529068 -C extra-filename=-5aa2316c79f72e77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-299c7c1285c5945a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052026-04-22T01:46:20.375Z Compiling num-bigint-dig v0.8.6
29062026-04-22T01:46:20.378Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=91c7d4198de7e7b3 -C extra-filename=-698ac3da0275bb50 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-698ac3da0275bb50 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072026-04-22T01:46:20.538Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=6fa95a5530c1d0f3 -C extra-filename=-d360b8343ba5b75b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
29082026-04-22T01:46:20.580Z Compiling rustls-pki-types v1.14.0
29092026-04-22T01:46:20.585Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=e128153dacf5bffb -C extra-filename=-0de3afb176597fec --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-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102026-04-22T01:46:20.633Z Compiling flate2 v1.1.9
29112026-04-22T01:46:20.638Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=5d9ba92a0dedbe00 -C extra-filename=-1643abf9e1a342b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rmeta --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-9a7910bebc61de1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122026-04-22T01:46:20.852Z Compiling siphasher v1.0.2
29132026-04-22T01:46:20.856Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=137a2ce9cea978b3 -C extra-filename=-cd202310ad5c957e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142026-04-22T01:46:20.891Z Compiling rustix v0.38.44
29152026-04-22T01:46:20.894Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=7a994a3764062f69 -C extra-filename=-d482eff6bcce1d00 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d482eff6bcce1d00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162026-04-22T01:46:20.934Z Compiling der v0.7.10
29172026-04-22T01:46:20.934Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=5e2e0bb3ec18b41e -C extra-filename=-455ff897770a9865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182026-04-22T01:46:20.938Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=a76e61e07725f09f -C extra-filename=-417f69d8a1ccd116 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-059cf9f819953873.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-282222ca4c7256bd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192026-04-22T01:46:21.016Z Compiling futures-util v0.3.32
29202026-04-22T01:46:21.019Z Compiling darling_core v0.20.11
29212026-04-22T01:46:21.019Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=47cc5920973f4a9f -C extra-filename=-566fbacf2287d8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-ce564823738f1922.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-7c5d1d9dcfc14d59.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_SRTP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_fips)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl350)'`
29222026-04-22T01:46:21.019Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-698ac3da0275bb50/build-script-build`
29232026-04-22T01:46:21.019Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=5e0d69b9735cdffc -C extra-filename=-2af439753ba3fae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-2a3ed83a82b6c7e7.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242026-04-22T01:46:21.056Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=d8071f1536d9b536 -C extra-filename=-ca42e8c6e5993854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252026-04-22T01:46:21.099Z Compiling zerofrom v0.1.6
29262026-04-22T01:46:21.214Z Compiling rustls-native-certs v0.8.3
29272026-04-22T01:46:21.217Z Compiling webpki-roots v1.0.6
29282026-04-22T01:46:21.217Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=f6339ca88ae8287b -C extra-filename=-f016854169fb0f48 --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-0dbd4b74c5e71236.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292026-04-22T01:46:21.332Z Compiling crypto-common v0.1.7
29302026-04-22T01:46:21.332Z Compiling block-buffer v0.10.4
29312026-04-22T01:46:21.335Z Compiling block-padding v0.3.3
29322026-04-22T01:46:21.335Z Compiling crypto-bigint v0.5.5
29332026-04-22T01:46:21.335Z Compiling scroll v0.12.0
29342026-04-22T01:46:21.335Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=98355dd4c5c8e174 -C extra-filename=-adb40abc60c255f4 --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-6ba382c3f51299b0.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)'`
29352026-04-22T01:46:21.335Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2dc8fdd96ecf87a2 -C extra-filename=-b1c23b7ca6abed9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-243d21d0b0b607bc.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362026-04-22T01:46:21.335Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1eefc16f132ded47 -C extra-filename=-8b0cbcd1ae2c3e60 --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-0de3afb176597fec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372026-04-22T01:46:21.335Z Compiling yoke v0.8.1
29382026-04-22T01:46:21.335Z Compiling darling v0.21.3
29392026-04-22T01:46:21.335Z Compiling scroll v0.13.0
29402026-04-22T01:46:21.335Z Compiling heck v0.4.1
29412026-04-22T01:46:21.370Z Compiling itertools v0.13.0
29422026-04-22T01:46:21.373Z Compiling usdt-impl v0.5.0
29432026-04-22T01:46:21.407Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d331dffa20b95e6 -C extra-filename=-a7a7b96567b23653 --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-d360b8343ba5b75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442026-04-22T01:46:21.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=90285217eb4f911a -C extra-filename=-867692b189580a16 --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-48be899401e2bff4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)'`
29452026-04-22T01:46:21.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=b48d165463a812fb -C extra-filename=-3d2b4d9d4f1a3fd7 --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-d360b8343ba5b75b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462026-04-22T01:46:21.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=64a3aacc8c43b502 -C extra-filename=-6dd09c5b364dc16b --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-d360b8343ba5b75b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472026-04-22T01:46:21.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=1cdd8d3e7797c02b -C extra-filename=-8dbb03729d45c659 --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-923a0a7b0f8e4a4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482026-04-22T01:46:21.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=11b3fc2d7af0452e -C extra-filename=-bfc099fd21137fa3 --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-d360b8343ba5b75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492026-04-22T01:46:21.447Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=b4a523e1af79e9fa -C extra-filename=-35364b62aabb565e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-4c61d3348f11ddaa.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-3c509900f286cffc.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f016854169fb0f48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502026-04-22T01:46:21.450Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=b423a5595514fb33 -C extra-filename=-dac69a3fe8e72409 --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-644937c78de1b446.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-7de085c31a9b03bf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512026-04-22T01:46:21.450Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3899af514618ae2 -C extra-filename=-1bbdb513003c6cd4 --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-a393eb2d50036fca.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)'`
29522026-04-22T01:46:21.450Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=e1fbd682f86ffa5d -C extra-filename=-30c734ef007773f2 --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-cdb34a68aef283e9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532026-04-22T01:46:21.450Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=16f7b7edd93f4143 -C extra-filename=-e4c83b89c41d405d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542026-04-22T01:46:21.510Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=4c873fe557b70abf -C extra-filename=-445c8839df6eec4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552026-04-22T01:46:21.585Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=f51b4dd9d0a4f512 -C extra-filename=-dbc21d817e9b0f46 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-dbc21d817e9b0f46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562026-04-22T01:46:21.588Z Compiling tracing v0.1.44
29572026-04-22T01:46:21.588Z Compiling dtrace-parser v0.3.0
29582026-04-22T01:46:21.588Z Compiling quick-error v1.2.3
29592026-04-22T01:46:21.692Z Compiling digest v0.10.7
29602026-04-22T01:46:21.695Z Compiling zerocopy v0.7.35
29612026-04-22T01:46:21.796Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d482eff6bcce1d00/build-script-build`
29622026-04-22T01:46:21.801Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32e82eb8e67db0a5 -C extra-filename=-a270e9e4dd3e13ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632026-04-22T01:46:21.802Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=4ebbe1fa3984fb9b -C extra-filename=-f05cd7af60490361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-30d54ab20e9dcfc0.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-61f2464b9e941b65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642026-04-22T01:46:21.802Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85fde2c554380458 -C extra-filename=-d6eac2cf4364fb0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-5aa2316c79f72e77.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652026-04-22T01:46:21.870Z Compiling inout v0.1.4
29662026-04-22T01:46:21.873Z Compiling clap v4.5.60
29672026-04-22T01:46:21.873Z Compiling winnow v0.5.40
29682026-04-22T01:46:21.873Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=83995cce8309df62 -C extra-filename=-b18b7b68b836f74d --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-a7a7b96567b23653.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3d2b4d9d4f1a3fd7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692026-04-22T01:46:21.975Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=096a9380bcff1e10 -C extra-filename=-cedfdcbdcdc30045 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-513e837a9e6fa26a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702026-04-22T01:46:22.120Z Compiling spki v0.7.3
29712026-04-22T01:46:22.121Z Compiling goblin v0.8.2
29722026-04-22T01:46:22.124Z Compiling curve25519-dalek v4.1.3
29732026-04-22T01:46:22.124Z Compiling rand_xorshift v0.4.0
29742026-04-22T01:46:22.229Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=c48e0756d272ad67 -C extra-filename=-e425f2701dae9a30 --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-bfc099fd21137fa3.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752026-04-22T01:46:22.232Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=edf225a9cfcbcb2f -C extra-filename=-e04b7e1d74a87d9b --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-c2f1590ad89e38d5.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-0e2ea2788d235950.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762026-04-22T01:46:22.232Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=06b985c1103843b1 -C extra-filename=-5b14b0a300cb9907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772026-04-22T01:46:22.341Z Compiling zerovec v0.11.5
29782026-04-22T01:46:22.341Z Compiling zerotrie v0.2.3
29792026-04-22T01:46:22.344Z Compiling sha2 v0.10.9
29802026-04-22T01:46:22.344Z Compiling hmac v0.12.1
29812026-04-22T01:46:22.344Z Compiling signature v2.2.0
29822026-04-22T01:46:22.344Z Compiling strum v0.26.3
29832026-04-22T01:46:22.344Z Compiling sha1 v0.10.6
29842026-04-22T01:46:22.413Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=161560b5aab11e72 -C extra-filename=-9b6bf89d831ba713 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-23feec06cbb50781.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-8dbb03729d45c659.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852026-04-22T01:46:22.415Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=ee6e35670253d2a8 -C extra-filename=-7c1963df26100967 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
29862026-04-22T01:46:22.416Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=1d8d4e55641865fc -C extra-filename=-95a32e5a88eff220 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-95a32e5a88eff220 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872026-04-22T01:46:22.416Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=3a452063da9e725d -C extra-filename=-6c5ce86718ad8a97 --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-417f69d8a1ccd116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882026-04-22T01:46:22.416Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=6153c5c4ea95e03c -C extra-filename=-1f3968fe0d43d709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892026-04-22T01:46:22.607Z Compiling cipher v0.4.4
29902026-04-22T01:46:22.607Z Compiling goblin v0.10.5
29912026-04-22T01:46:22.610Z Compiling dtrace-parser v0.2.0
29922026-04-22T01:46:22.610Z Compiling rusty-fork v0.3.1
29932026-04-22T01:46:22.610Z Compiling thread-id v4.2.2
29942026-04-22T01:46:22.610Z Compiling memoffset v0.9.1
29952026-04-22T01:46:22.610Z Compiling unarray v0.1.4
29962026-04-22T01:46:22.641Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=798ae1ab8d7c1627 -C extra-filename=-e207619bb20e2d3c --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-35364b62aabb565e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f016854169fb0f48.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-fbba08d7e403729c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972026-04-22T01:46:22.645Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=83453ada8c6f9229 -C extra-filename=-0dce3ef2d3f5a588 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b18b7b68b836f74d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982026-04-22T01:46:22.645Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=689f51aeb49befb5 -C extra-filename=-35699615af3c3358 --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-f4708de838994be0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992026-04-22T01:46:22.645Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=ff91e2b0052b949a -C extra-filename=-84b995bd35224e51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b18b7b68b836f74d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002026-04-22T01:46:22.645Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=88d5fefbf95f648a -C extra-filename=-3dce58c91af68ff9 --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-b18b7b68b836f74d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012026-04-22T01:46:22.645Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=143ca7671879f4d7 -C extra-filename=-f2606fb0a9a55329 --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-b18b7b68b836f74d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022026-04-22T01:46:22.645Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerotrie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=5d899b0b4448000f -C extra-filename=-3c5fe4ef693ce370 --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-1e15ebb7a06b491f.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-35364b62aabb565e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f016854169fb0f48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032026-04-22T01:46:22.944Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=2180520b7d381451 -C extra-filename=-3ff3bf40139ea91e --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-3d2b4d9d4f1a3fd7.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042026-04-22T01:46:22.944Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=3e5c297381437054 -C extra-filename=-12ee54eb32641bf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-23feec06cbb50781.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-30c734ef007773f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052026-04-22T01:46:22.947Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=3ef0bd3102a1011a -C extra-filename=-9a82faff30e4a240 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
30062026-04-22T01:46:22.947Z Compiling x509-cert v0.2.5
30072026-04-22T01:46:22.947Z Compiling curve25519-dalek-derive v0.1.1
30082026-04-22T01:46:22.947Z Compiling serde_with_macros v3.17.0
30092026-04-22T01:46:22.947Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=57e9ce59e1100b4f -C extra-filename=-1e60a28a9d64bbe5 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-1e60a28a9d64bbe5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30102026-04-22T01:46:22.947Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dbc21d817e9b0f46/build-script-build`
30112026-04-22T01:46:22.947Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusty-fork-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=0fa4025bafda4e64 -C extra-filename=-ddae37cce3e698c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a270e9e4dd3e13ac.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-aee2972910b9b9b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122026-04-22T01:46:22.947Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8080e9308638e233 -C extra-filename=-0c85d7019b9b3bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132026-04-22T01:46:22.947Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d9c17a566ba2185 -C extra-filename=-f60964155e44738e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142026-04-22T01:46:22.947Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e7c05c2b81a617f -C extra-filename=-043d7a1526811242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-5aa2316c79f72e77.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152026-04-22T01:46:23.127Z Compiling tinystr v0.8.2
30162026-04-22T01:46:23.127Z Compiling potential_utf v0.1.4
30172026-04-22T01:46:23.130Z Compiling aes v0.8.4
30182026-04-22T01:46:23.130Z Compiling pbkdf2 v0.12.2
30192026-04-22T01:46:23.130Z Compiling cbc v0.1.2
30202026-04-22T01:46:23.130Z Compiling salsa20 v0.10.2
30212026-04-22T01:46:23.130Z Compiling hkdf v0.12.4
30222026-04-22T01:46:23.130Z Compiling rfc6979 v0.4.0
30232026-04-22T01:46:23.130Z Compiling env_filter v1.0.0
30242026-04-22T01:46:23.130Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=5640622141f7f1ed -C extra-filename=-5e836c051e4e885b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.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)'`
30252026-04-22T01:46:23.130Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b4de3d0420091d8 -C extra-filename=-fab36104829485ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262026-04-22T01:46:23.130Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=49c8218c0d8a6f37 -C extra-filename=-1663407d045d2736 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272026-04-22T01:46:23.130Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7415c3faf64b64e0/build-script-main`
30282026-04-22T01:46:23.130Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="schemars_0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=66fc4afd195bd8e8 -C extra-filename=-47d8c27765709821 --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-dac69a3fe8e72409.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292026-04-22T01:46:23.196Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=5e6ef01ba8e938b6 -C extra-filename=-25abce78689579ff --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-1e15ebb7a06b491f.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302026-04-22T01:46:23.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=59b5b6583fd86704 -C extra-filename=-4aa9665c878dceff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3ff3bf40139ea91e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312026-04-22T01:46:23.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=db64d6fa51ac8aaa -C extra-filename=-943ddcd81131a1ac --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-3ff3bf40139ea91e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322026-04-22T01:46:23.200Z Compiling toml_write v0.1.2
30332026-04-22T01:46:23.200Z Compiling keccak v0.1.6
30342026-04-22T01:46:23.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=b82631d18511edc7 -C extra-filename=-c85e66fb17a68ec9 --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-f2606fb0a9a55329.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352026-04-22T01:46:23.200Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-95a32e5a88eff220/build-script-build`
30362026-04-22T01:46:23.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=26aea3c014cbea1d -C extra-filename=-cc4eba1dd6c4f71f --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-3ff3bf40139ea91e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372026-04-22T01:46:23.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name potential_utf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "writeable", "zerovec"))' -C metadata=dad36d30a5465ea1 -C extra-filename=-e555f22568d20079 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382026-04-22T01:46:23.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=8bd95289291896bd -C extra-filename=-9e082d982f54ba0c --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-b18b7b68b836f74d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392026-04-22T01:46:23.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf14ec30959c882e -C extra-filename=-df8378385b18586f --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-f2606fb0a9a55329.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402026-04-22T01:46:23.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=da31c21526165a29 -C extra-filename=-cf65c8f4ae801381 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412026-04-22T01:46:23.233Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=eebbfde9c1b5e973 -C extra-filename=-6b540301fa1f26bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422026-04-22T01:46:23.271Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=876c574d9d1652f0 -C extra-filename=-12b2944ee860319d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432026-04-22T01:46:23.343Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=d119e98fa268532c -C extra-filename=-c0333c3a307e3ba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-243d21d0b0b607bc.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-7c5d1d9dcfc14d59.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version --check-cfg 'cfg(have_min_max_version)'`
30442026-04-22T01:46:23.376Z Compiling icu_locale_core v2.1.1
30452026-04-22T01:46:23.379Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-1e60a28a9d64bbe5/build-script-build`
30462026-04-22T01:46:23.410Z Compiling icu_collections v2.1.1
30472026-04-22T01:46:23.414Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locale_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=ac3efd02e7557086 -C extra-filename=-f88c998a58232777 --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-1e15ebb7a06b491f.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-aa272defcd706b4d.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-25abce78689579ff.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-51b02bc6ee80691a.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482026-04-22T01:46:23.448Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde"))' -C metadata=fdea531874520af7 -C extra-filename=-39bba66942528f3e --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-1e15ebb7a06b491f.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-e555f22568d20079.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-35364b62aabb565e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f016854169fb0f48.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492026-04-22T01:46:23.527Z Compiling bytes v1.11.1
30502026-04-22T01:46:23.558Z Compiling chrono v0.4.44
30512026-04-22T01:46:23.561Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=c9050f79626defc8 -C extra-filename=-c11560d9b5666be8 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522026-04-22T01:46:23.634Z Compiling serde_tokenstream v0.2.3
30532026-04-22T01:46:23.637Z Compiling ipnet v2.11.0
30542026-04-22T01:46:23.637Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=0d41c81f7f40819f -C extra-filename=-d33b24db3b255967 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552026-04-22T01:46:23.712Z Compiling erased-serde v0.3.31
30562026-04-22T01:46:23.715Z Compiling hex v0.4.3
30572026-04-22T01:46:23.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=8731de1143d7893f -C extra-filename=-ce82e998364a0399 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582026-04-22T01:46:23.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb09d6fc6c9fd1fc -C extra-filename=-8140cca6fe309559 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592026-04-22T01:46:23.856Z Compiling serde_urlencoded v0.7.1
30602026-04-22T01:46:23.860Z Compiling scrypt v0.11.0
30612026-04-22T01:46:23.860Z Compiling openapiv3 v2.2.0
30622026-04-22T01:46:23.860Z Compiling toml_datetime v0.6.11
30632026-04-22T01:46:23.860Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=e68b7465126be2cc -C extra-filename=-c53d3365c72bf5ed --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642026-04-22T01:46:23.860Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=898afe2f1039ac3e -C extra-filename=-d4f476048b76b3c5 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652026-04-22T01:46:24.088Z Compiling serde_spanned v0.6.9
30662026-04-22T01:46:24.088Z Compiling hubpack v0.1.2
30672026-04-22T01:46:24.091Z Compiling darling_macro v0.20.11
30682026-04-22T01:46:24.092Z Compiling signal-hook v0.3.18
30692026-04-22T01:46:24.092Z Compiling sha3 v0.10.8
30702026-04-22T01:46:24.092Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60229f25b665b409 -C extra-filename=-67a409a95ba2a68a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712026-04-22T01:46:24.092Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=97b50b41ccd1c01d -C extra-filename=-71199290d1ade439 --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-9e082d982f54ba0c.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-943ddcd81131a1ac.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722026-04-22T01:46:24.092Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=9edb7332321fbf50 -C extra-filename=-70bfe26bf693ac5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732026-04-22T01:46:24.092Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d57ae442d626b2af -C extra-filename=-61e874c337ece72f --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742026-04-22T01:46:24.310Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=432c9bb9db57aff1 -C extra-filename=-34898c4640e92688 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752026-04-22T01:46:24.313Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=241d4e30a483a0ac -C extra-filename=-693a4dbac6957403 --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-4ae4202e04529fb2.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762026-04-22T01:46:24.313Z Compiling env_logger v0.11.9
30772026-04-22T01:46:24.313Z Compiling nix v0.31.2
30782026-04-22T01:46:24.313Z Compiling daft-derive v0.1.5
30792026-04-22T01:46:24.313Z Compiling zstd-sys v2.0.16+zstd.1.5.7
30802026-04-22T01:46:24.313Z Compiling bzip2-sys v0.1.13+1.0.8
30812026-04-22T01:46:24.313Z Compiling bitflags v1.3.2
30822026-04-22T01:46:24.351Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=16dfea26370175c4 -C extra-filename=-0b48cbbe548ec97c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of`
30832026-04-22T01:46:24.354Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=1ccccedc05d5d491 -C extra-filename=-384d3d426f014587 --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-b18b7b68b836f74d.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-12b2944ee860319d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842026-04-22T01:46:24.354Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=8343a75cd54db685 -C extra-filename=-ef43ea7ecfd5f84d --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-ef43ea7ecfd5f84d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852026-04-22T01:46:24.354Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bacc9955b35ea643 -C extra-filename=-020ae0f863ac6e6a --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-ca42e8c6e5993854.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862026-04-22T01:46:24.465Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=b9ad8e6e0c029e19 -C extra-filename=-23aa6fb1770d2dd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-fab36104829485ba.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b18b7b68b836f74d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.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"'`
30872026-04-22T01:46:24.468Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=2b2bf7b3ab724548 -C extra-filename=-3a31cdbc0156014c --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-c32b696bd16762b0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-cf65c8f4ae801381.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882026-04-22T01:46:24.468Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --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=64b2f47f13c75140 -C extra-filename=-16a7adf67c9edb1a --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-16a7adf67c9edb1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-81f427d9a41870f2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892026-04-22T01:46:24.468Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=1716a389d3d28654 -C extra-filename=-c4e5ed5f39733e9b --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-c4e5ed5f39733e9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902026-04-22T01:46:24.468Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=267c1b843ea32ccb -C extra-filename=-860f38112229de57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912026-04-22T01:46:24.504Z Compiling icu_provider v2.1.1
30922026-04-22T01:46:24.506Z Compiling tokio v1.52.1
30932026-04-22T01:46:24.506Z Compiling ppv-lite86 v0.2.21
30942026-04-22T01:46:24.506Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=178d6462aa21b78a -C extra-filename=-d567866028523e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952026-04-22T01:46:24.506Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=a6a5cc78b2808aaa -C extra-filename=-3fb7452c3d4bca80 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fb7452c3d4bca80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962026-04-22T01:46:24.683Z Compiling http v1.4.0
30972026-04-22T01:46:24.686Z Compiling pkcs5 v0.7.1
30982026-04-22T01:46:24.686Z Compiling toml_edit v0.19.15
30992026-04-22T01:46:24.686Z Compiling dof v0.3.0
31002026-04-22T01:46:24.686Z Compiling toml_edit v0.22.27
31012026-04-22T01:46:24.686Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="baked"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=3abc8bfb0fb2ea86 -C extra-filename=-64576f83af2e334a --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-1e15ebb7a06b491f.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-f88c998a58232777.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-51b02bc6ee80691a.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-35364b62aabb565e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f016854169fb0f48.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-3c5fe4ef693ce370.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022026-04-22T01:46:24.686Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=f76c90f0a4622e97 -C extra-filename=-235c7ef47960a868 --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-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032026-04-22T01:46:24.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=d375652afd8edbdc -C extra-filename=-6301487785fba0f8 --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-c11560d9b5666be8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-36c49b9ad30a636e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-49bf1aa090e86c0a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042026-04-22T01:46:24.947Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f6aced25f0f2c1fb -C extra-filename=-bd162c0c86e103cd --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-c11560d9b5666be8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052026-04-22T01:46:24.950Z Compiling enum-as-inner v0.6.1
31062026-04-22T01:46:24.950Z Compiling unicode-normalization v0.1.25
31072026-04-22T01:46:24.950Z Compiling vergen-lib v0.1.6
31082026-04-22T01:46:24.950Z Compiling managed v0.8.0
31092026-04-22T01:46:24.950Z Compiling cargo-platform v0.1.9
31102026-04-22T01:46:24.950Z Compiling phf_shared v0.11.3
31112026-04-22T01:46:24.951Z Compiling vergen v9.0.6
31122026-04-22T01:46:24.951Z Compiling fs-err v3.3.0
31132026-04-22T01:46:24.951Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=a116b6b3623eb837 -C extra-filename=-81c506065a6fc17b --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-c53d3365c72bf5ed.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
31142026-04-22T01:46:24.951Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=5e650831f8609cae -C extra-filename=-78c2aa64fb702eaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.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)'`
31152026-04-22T01:46:24.951Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=91a421b89fc7cf68 -C extra-filename=-f36ddc049d2e6511 --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-9b6bf89d831ba713.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cedfdcbdcdc30045.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162026-04-22T01:46:24.951Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=2a43cbae468118fd -C extra-filename=-777df11dc961b25a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-34898c4640e92688.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-6b540301fa1f26bc.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172026-04-22T01:46:24.951Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=82a6d3780b0ff4e5 -C extra-filename=-febe477698915f63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-34898c4640e92688.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5b14b0a300cb9907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182026-04-22T01:46:24.951Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=1c5f7736485d078a -C extra-filename=-96592ce1f0d7e89a --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-4aa9665c878dceff.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-cc4eba1dd6c4f71f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9e082d982f54ba0c.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-71199290d1ade439.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192026-04-22T01:46:25.080Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-ef43ea7ecfd5f84d/build-script-build`
31202026-04-22T01:46:25.083Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=571d81b35a557e68 -C extra-filename=-f86e47055563d213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212026-04-22T01:46:25.083Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=eee94bcac811e184 -C extra-filename=-fb54e068726995e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222026-04-22T01:46:25.083Z Compiling icu_properties v2.1.2
31232026-04-22T01:46:25.083Z Compiling icu_normalizer v2.1.1
31242026-04-22T01:46:25.083Z Compiling rand_chacha v0.9.0
31252026-04-22T01:46:25.116Z Compiling rand_chacha v0.3.1
31262026-04-22T01:46:25.120Z Compiling darling v0.20.11
31272026-04-22T01:46:25.120Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=a1a55b6fcecb120f -C extra-filename=-3bd3c49fbd5e76b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-cd202310ad5c957e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282026-04-22T01:46:25.120Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-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=fc02e92f2f0dc818 -C extra-filename=-8186817b1de4f8ec --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-8186817b1de4f8ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292026-04-22T01:46:25.120Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.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=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=7b32cb15a1f3de02 -C extra-filename=-7cf2bb95adc02fe0 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302026-04-22T01:46:25.120Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=afb86ba5abc1e90c -C extra-filename=-c37eb626818e4c60 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-c37eb626818e4c60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312026-04-22T01:46:25.120Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0ce62b668cc3f86 -C extra-filename=-5028ff464868707e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322026-04-22T01:46:25.120Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=fd78ed403b050d4f -C extra-filename=-21608e1e95ea0b3a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-21608e1e95ea0b3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332026-04-22T01:46:25.291Z Compiling pkcs8 v0.10.2
31342026-04-22T01:46:25.296Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=9661152942ccee6b -C extra-filename=-c250d746b449375e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-39bba66942528f3e.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-f88c998a58232777.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-b4bc34960579f53a.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-64576f83af2e334a.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-3c5fe4ef693ce370.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352026-04-22T01:46:25.296Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=24a4e015abc03089 -C extra-filename=-22edf2ccb1e9b408 --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-235c7ef47960a868.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362026-04-22T01:46:25.296Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_unstable_fast_trie_only)' --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=4c6fe06641cf3c36 -C extra-filename=-d9df857861fabc14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-39bba66942528f3e.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-9396e77066661b89.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-64576f83af2e334a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372026-04-22T01:46:25.296Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=b3199045e1767778 -C extra-filename=-30c4b2e5948aa829 --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-235c7ef47960a868.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382026-04-22T01:46:25.296Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=e36a352ca4508431 -C extra-filename=-68291b4f14fb4100 --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-ca42e8c6e5993854.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-020ae0f863ac6e6a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392026-04-22T01:46:25.373Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=b96759e846d826aa -C extra-filename=-328f92fad8721757 --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-417f69d8a1ccd116.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-96592ce1f0d7e89a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402026-04-22T01:46:25.378Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=5b562eb1d6cf876a -C extra-filename=-d664f58d04c64926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-36c49b9ad30a636e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412026-04-22T01:46:25.378Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-c4e5ed5f39733e9b/build-script-build`
31422026-04-22T01:46:25.587Z Compiling http-body v1.0.1
31432026-04-22T01:46:25.590Z Compiling rand v0.9.2
31442026-04-22T01:46:25.590Z Compiling derive_builder_core v0.20.2
31452026-04-22T01:46:25.664Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=3df94909b4a9b2c0 -C extra-filename=-8f7b724a69a04d1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-043d7a1526811242.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-f60964155e44738e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
31462026-04-22T01:46:25.748Z Compiling rand v0.8.5
31472026-04-22T01:46:25.748Z Compiling dof v0.4.0
31482026-04-22T01:46:25.752Z Compiling sec1 v0.7.3
31492026-04-22T01:46:25.752Z Compiling pkcs1 v0.7.5
31502026-04-22T01:46:25.752Z Compiling ed25519 v2.2.3
31512026-04-22T01:46:25.752Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ab9a7f862033cd2 -C extra-filename=-a1af09c9c8a6b650 --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-c11560d9b5666be8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522026-04-22T01:46:25.752Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=44c291b533f1fc0d -C extra-filename=-7f8aab39f72b691d --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-22edf2ccb1e9b408.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31532026-04-22T01:46:25.752Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=e0c6838446adeb97 -C extra-filename=-d40d24fabadde0a0 --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-68291b4f14fb4100.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542026-04-22T01:46:25.752Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-16a7adf67c9edb1a/build-script-build`
31552026-04-22T01:46:25.825Z Compiling new_debug_unreachable v1.0.6
31562026-04-22T01:46:25.829Z Compiling ref-cast v1.0.25
31572026-04-22T01:46:25.829Z Compiling zstd-safe v7.2.4
31582026-04-22T01:46:25.829Z Compiling precomputed-hash v0.1.1
31592026-04-22T01:46:25.829Z Compiling fixedbitset v0.4.2
31602026-04-22T01:46:25.862Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=2abdc54677b10313 -C extra-filename=-9d3d9336860a04b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-30c4b2e5948aa829.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612026-04-22T01:46:25.865Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=50ab27e25b17eb8e -C extra-filename=-b4c0fb53c0bda72e --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-417f69d8a1ccd116.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-328f92fad8721757.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622026-04-22T01:46:25.865Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fb7452c3d4bca80/build-script-build`
31632026-04-22T01:46:25.866Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=3457fbfb64a53254 -C extra-filename=-d67c44d0a162e8e3 --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-328f92fad8721757.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3dce58c91af68ff9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642026-04-22T01:46:25.895Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=fe7168da73ded0d6 -C extra-filename=-9ebf915e91b2c8cd --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-12ee54eb32641bf5.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652026-04-22T01:46:25.898Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=74d14dfebd4449c7 -C extra-filename=-59eac3f26857a2ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-328f92fad8721757.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662026-04-22T01:46:25.958Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-c37eb626818e4c60/build-script-build`
31672026-04-22T01:46:25.961Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f855e348beea0a69 -C extra-filename=-c136a3ec92f4eb3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682026-04-22T01:46:25.961Z Compiling http-body-util v0.1.3
31692026-04-22T01:46:25.962Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d74a434bf6aae5bf -C extra-filename=-8ad7a70031326172 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702026-04-22T01:46:25.962Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90ef351b3915c7ce -C extra-filename=-c40e69f07b38b683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712026-04-22T01:46:25.962Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=671f8bbcf00f4ed2 -C extra-filename=-4fca2b658b6213c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-4fca2b658b6213c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722026-04-22T01:46:25.962Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=f288b44164548847 -C extra-filename=-a9880241af53b29a --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-a9880241af53b29a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732026-04-22T01:46:26.207Z Compiling foldhash v0.1.5
31742026-04-22T01:46:26.211Z Compiling signal-hook-mio v0.2.5
31752026-04-22T01:46:26.211Z Compiling cargo_metadata v0.19.2
31762026-04-22T01:46:26.211Z Compiling ref-cast-impl v1.0.25
31772026-04-22T01:46:26.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=a9ae85112e11e973 -C extra-filename=-7ee5b9deaa63e8ea --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-c11560d9b5666be8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782026-04-22T01:46:26.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --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=f3cdc516b2d00255 -C extra-filename=-c3375757754b439a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-0b48cbbe548ec97c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
31792026-04-22T01:46:26.458Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3874fdef8a6ed975 -C extra-filename=-de8eb01e6339d07a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802026-04-22T01:46:26.462Z Compiling idna_adapter v1.2.1
31812026-04-22T01:46:26.462Z Compiling elliptic-curve v0.13.8
31822026-04-22T01:46:26.462Z Compiling petgraph v0.6.5
31832026-04-22T01:46:26.462Z Compiling string_cache v0.8.9
31842026-04-22T01:46:26.462Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=5686ffb106d03fed -C extra-filename=-853b38597816e147 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852026-04-22T01:46:26.489Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21608e1e95ea0b3a/build-script-build`
31862026-04-22T01:46:26.563Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.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=b59e020f80430c3b -C extra-filename=-c2f5dfad79fe2b03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-7cf2bb95adc02fe0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872026-04-22T01:46:26.599Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2bd92e9d3278b18 -C extra-filename=-dbbaab83cd7eb49d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882026-04-22T01:46:26.603Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8186817b1de4f8ec/build-script-build`
31892026-04-22T01:46:26.604Z Compiling proptest v1.10.0
31902026-04-22T01:46:26.604Z Compiling ed25519-dalek v2.2.0
31912026-04-22T01:46:26.604Z Compiling toml v0.7.8
31922026-04-22T01:46:26.604Z Compiling rustc-hash v2.1.1
31932026-04-22T01:46:26.604Z Compiling heapless v0.7.17
31942026-04-22T01:46:26.604Z Compiling bumpalo v3.20.2
31952026-04-22T01:46:26.604Z Compiling lalrpop-util v0.19.12
31962026-04-22T01:46:26.604Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=63be4a22b784b111 -C extra-filename=-6a6be3f48eb1e588 --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-d9df857861fabc14.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-c250d746b449375e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972026-04-22T01:46:26.604Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=eeb3c4c34462247b -C extra-filename=-41650820d2f17ba3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-8ad7a70031326172.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982026-04-22T01:46:26.604Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=fb748a1020062f2d -C extra-filename=-ba48d1aa0718435b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-c136a3ec92f4eb3e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-3bd3c49fbd5e76b7.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-c40e69f07b38b683.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992026-04-22T01:46:26.604Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=7b297b158e868768 -C extra-filename=-2545d1ea07b01fcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-6dd09c5b364dc16b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b18b7b68b836f74d.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-328f92fad8721757.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-59eac3f26857a2ef.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002026-04-22T01:46:26.643Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=d61f6e7b30ca4794 -C extra-filename=-38e32c58ec9eba41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-1079dfc81c68b9a8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
32012026-04-22T01:46:26.647Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=46cb65fb9ada7d69 -C extra-filename=-9f1522a4a949d28e --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-23aa6fb1770d2dd9.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-d67c44d0a162e8e3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3dce58c91af68ff9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022026-04-22T01:46:26.647Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-4fca2b658b6213c5/build-script-build`
32032026-04-22T01:46:26.647Z Compiling hashbrown v0.15.5
32042026-04-22T01:46:26.647Z Compiling libbz2-rs-sys v0.2.2
32052026-04-22T01:46:26.680Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=b153441945d66c8e -C extra-filename=-5e1de2712858255e --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-5e836c051e4e885b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-34898c4640e92688.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062026-04-22T01:46:26.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=1da7d4560588b34a -C extra-filename=-e33874ae1f2a5c15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072026-04-22T01:46:26.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=1457b087cfd2da6c -C extra-filename=-16d58879cbb79d19 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-16d58879cbb79d19 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082026-04-22T01:46:26.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "bench_allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=024cd182060cdd8f -C extra-filename=-b0ceb12795a3beca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092026-04-22T01:46:26.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=0eac2b2b4b6f79fd -C extra-filename=-7ba7e28b3f6f37cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-54f21ffbb79648bf.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-1f592c78e46269e4.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-22edf2ccb1e9b408.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-1f3968fe0d43d709.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-ddae37cce3e698c4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-0c85d7019b9b3bd1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102026-04-22T01:46:26.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=dacf5db92e7fd4fc -C extra-filename=-8e87eb6c026a0ee2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112026-04-22T01:46:26.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libbz2_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbz2-rs-sys-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal-fuzz-disable-checksum", "c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "stdio", "testing-prefix"))' -C metadata=a45a3b84fc34a2f3 -C extra-filename=-b3f83e4d28a515e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122026-04-22T01:46:26.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=00846ef46258f696 -C extra-filename=-74cdada1b096953c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3318559a2770f550.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-de8eb01e6339d07a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132026-04-22T01:46:26.718Z Compiling idna v1.1.0
32142026-04-22T01:46:26.937Z Compiling derive_builder_macro v0.20.2
32152026-04-22T01:46:26.941Z Compiling crossterm v0.28.1
32162026-04-22T01:46:26.941Z Compiling serde-big-array v0.5.1
32172026-04-22T01:46:26.941Z Compiling similar v2.7.0
32182026-04-22T01:46:26.941Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=7915334d37a0a319 -C extra-filename=-8f02865f11d66aa2 --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-6a6be3f48eb1e588.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-530edc1d78d8d38d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192026-04-22T01:46:26.941Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=3eb46f78b1a1077b -C extra-filename=-7440248235290706 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -l static=bz2`
32202026-04-22T01:46:27.056Z Compiling ecdsa v0.16.9
32212026-04-22T01:46:27.059Z Compiling hash32 v0.2.1
32222026-04-22T01:46:27.059Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=bedf0e20fad5a318 -C extra-filename=-9af12432c24c5281 --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-d40d24fabadde0a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232026-04-22T01:46:27.059Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04b95e972bf5f433 -C extra-filename=-43aa9fb8f231b9f0 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242026-04-22T01:46:27.059Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=6753c09e6636f08d -C extra-filename=-213591dc35900c35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-853b38597816e147.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252026-04-22T01:46:27.086Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=4e70e86afd00dfe7 -C extra-filename=-e759b52ab3fc81c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262026-04-22T01:46:27.157Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=7f3aa1c62babcff4 -C extra-filename=-d17d24254c9d4f20 --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-417f69d8a1ccd116.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b18b7b68b836f74d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2545d1ea07b01fcb.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-df8378385b18586f.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3dce58c91af68ff9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272026-04-22T01:46:27.160Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9b501f45fbe856d -C extra-filename=-6bebb303f7391209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282026-04-22T01:46:27.268Z Compiling bzip2 v0.6.1
32292026-04-22T01:46:27.271Z Compiling zopfli v0.8.3
32302026-04-22T01:46:27.271Z Compiling jiff v0.2.21
32312026-04-22T01:46:27.271Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=f5b88c1bf54bf2f3 -C extra-filename=-86046d116a58ff19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d6eac2cf4364fb0f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-7304525c73e61ed8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
32322026-04-22T01:46:27.341Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a21f01b972524fff -C extra-filename=-9d2d5ee8cf0aec8d --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-dbbaab83cd7eb49d.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)'`
32332026-04-22T01:46:27.380Z Compiling unicode-properties v0.1.4
32342026-04-22T01:46:27.381Z Compiling unicode-bidi v0.3.18
32352026-04-22T01:46:27.384Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bzip2-sys", "default", "static"))' -C metadata=5b7444232e017800 -C extra-filename=-c4a9e5e5ff78eef0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libbz2_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibbz2_rs_sys-b3f83e4d28a515e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362026-04-22T01:46:27.384Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=188387fbcc186221 -C extra-filename=-89ca56f9fb569726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bumpalo=/work/oxidecomputer/omicron/target/debug/deps/libbumpalo-b0ceb12795a3beca.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372026-04-22T01:46:27.384Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=aa827f703ac72da9 -C extra-filename=-6b6fe6e597f528f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382026-04-22T01:46:27.460Z Compiling bzip2 v0.4.4
32392026-04-22T01:46:27.498Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-16d58879cbb79d19/build-script-build`
32402026-04-22T01:46:27.502Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=0b8c52e29d9c50d4 -C extra-filename=-04b5ba7a620e4501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412026-04-22T01:46:27.502Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=dc527fc4d6875a04 -C extra-filename=-fa94290699649ee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422026-04-22T01:46:27.576Z Compiling url v2.5.8
32432026-04-22T01:46:27.580Z Compiling publicsuffix v2.3.0
32442026-04-22T01:46:27.580Z Compiling predicates-core v1.0.10
32452026-04-22T01:46:27.608Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=6ef0445dea089422 -C extra-filename=-780af7aceb8674f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-7440248235290706.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib`
32462026-04-22T01:46:27.763Z Compiling smoltcp v0.9.1
32472026-04-22T01:46:27.767Z Compiling md-5 v0.10.6
32482026-04-22T01:46:27.767Z Compiling strum_macros v0.27.2
32492026-04-22T01:46:27.767Z Compiling float-cmp v0.10.0
32502026-04-22T01:46:27.768Z Compiling difflib v0.4.0
32512026-04-22T01:46:27.840Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=f9765755be8efec2 -C extra-filename=-1d450f798a1ac453 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522026-04-22T01:46:27.845Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=ad50af5960ea0b56 -C extra-filename=-d8dcb85d6057f2ce --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-8f02865f11d66aa2.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-d7c954c5e8c62581.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532026-04-22T01:46:27.845Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9927ad62021ea287 -C extra-filename=-4ac1a54594d09143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542026-04-22T01:46:27.952Z Compiling rsa v0.9.10
32552026-04-22T01:46:27.955Z Compiling fallible-iterator v0.2.0
32562026-04-22T01:46:27.955Z Compiling normalize-line-endings v0.3.0
32572026-04-22T01:46:27.955Z Compiling phf_shared v0.13.1
32582026-04-22T01:46:27.955Z Compiling serde_repr v0.1.20
32592026-04-22T01:46:27.955Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=622a4987a0635f86 -C extra-filename=-85fb81ff7c175365 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-85fb81ff7c175365 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602026-04-22T01:46:27.955Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=f7c5e3406313a158 -C extra-filename=-77744700c03e2777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b18b7b68b836f74d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612026-04-22T01:46:27.955Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=ba9e6cd00f8c8695 -C extra-filename=-5fe7d1db8071b93a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622026-04-22T01:46:27.955Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=387945661a99462b -C extra-filename=-ec444930233c813b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632026-04-22T01:46:27.955Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d29459595debaf5 -C extra-filename=-341ab75f5cac778c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642026-04-22T01:46:28.140Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=e90a2f571189c9b4 -C extra-filename=-cf553a8ab57ebe45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b18b7b68b836f74d.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-38e32c58ec9eba41.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-b4c0fb53c0bda72e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-328f92fad8721757.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3dce58c91af68ff9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652026-04-22T01:46:28.144Z Compiling usdt-attr-macro v0.6.0
32662026-04-22T01:46:28.144Z Compiling usdt-macro v0.6.0
32672026-04-22T01:46:28.144Z Compiling zip v0.6.6
32682026-04-22T01:46:28.144Z Compiling stringprep v0.1.5
32692026-04-22T01:46:28.171Z Compiling peg-runtime v0.8.5
32702026-04-22T01:46:28.174Z Compiling fixedbitset v0.5.7
32712026-04-22T01:46:28.174Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
32722026-04-22T01:46:28.174Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=786475a282e91256 -C extra-filename=-a05ddf4c68cd9738 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732026-04-22T01:46:28.175Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a2ea2301bf595e0 -C extra-filename=-4b064a989d39d51b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742026-04-22T01:46:28.175Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=5792b8f9feab9b32 -C extra-filename=-3d460714bd08b8cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-6bebb303f7391209.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-4c61d3348f11ddaa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
32752026-04-22T01:46:28.175Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=e1b65a272e8e758b -C extra-filename=-5d3af881bba1979d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-cd202310ad5c957e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762026-04-22T01:46:28.175Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=530e59bc64ff5d09 -C extra-filename=-83e2b9f87ee5221f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772026-04-22T01:46:28.395Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7ed670b0d961726 -C extra-filename=-aa55b7c2b0fcc750 --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-d6eac2cf4364fb0f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-86046d116a58ff19.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782026-04-22T01:46:28.398Z Compiling cookie_store v0.22.1
32792026-04-22T01:46:28.398Z Compiling derive_builder v0.20.2
32802026-04-22T01:46:28.398Z Compiling predicates v3.1.4
32812026-04-22T01:46:28.398Z Compiling whoami v2.1.0
32822026-04-22T01:46:28.398Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=432c76855b4333c0 -C extra-filename=-ec979e27769f042e --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-d6eac2cf4364fb0f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-86046d116a58ff19.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832026-04-22T01:46:28.398Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=b846a0bf47459fce -C extra-filename=-33e28f4acfa34e04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-780af7aceb8674f9.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib`
32842026-04-22T01:46:28.398Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringprep-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f54c4cef124e9df5 -C extra-filename=-a4c763bf947ef036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-fa94290699649ee5.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f86e47055563d213.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-04b5ba7a620e4501.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852026-04-22T01:46:28.429Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=408c67c487d9d408 -C extra-filename=-3482c46276f5baf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862026-04-22T01:46:28.432Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=8409ba5c228fc90a -C extra-filename=-6ea17d19d7865e8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872026-04-22T01:46:28.432Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-ereport-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="debug-impls"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "serde"))' -C metadata=24bb2adfbec00d91 -C extra-filename=-62cb94a11d90e592 --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-5e836c051e4e885b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882026-04-22T01:46:28.623Z Compiling tokio-util v0.7.18
32892026-04-22T01:46:28.623Z Compiling tower v0.5.3
32902026-04-22T01:46:28.626Z Compiling tokio-native-tls v0.3.1
32912026-04-22T01:46:28.626Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=1da1fac47d3809fb -C extra-filename=-06efe3a7df2ae4e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f1440f2cce620e94.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-d8dcb85d6057f2ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922026-04-22T01:46:28.626Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="wasi-wasite"' --cfg 'feature="wasm-web"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-stub", "std", "wasi-wasite", "wasm-web"))' -C metadata=a0edcb22a181e191 -C extra-filename=-4e81badbf47919c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932026-04-22T01:46:28.626Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=4e51005715e5260b -C extra-filename=-c3dcef9083e1baa5 --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-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-33c4b69d66a36c14.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
32942026-04-22T01:46:28.626Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=42fcd4493c8e3eca -C extra-filename=-f3f17e39b6d660db --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-d2d25f9487a12a76.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-341ab75f5cac778c.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-5fe7d1db8071b93a.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-4b064a989d39d51b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952026-04-22T01:46:28.626Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=6a3d93b96fc88766 -C extra-filename=-20becf909a9773f7 --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-9af12432c24c5281.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962026-04-22T01:46:28.775Z Compiling hickory-proto v0.25.2
32972026-04-22T01:46:28.779Z Compiling postgres-protocol v0.6.10
32982026-04-22T01:46:28.779Z Compiling buf-list v1.1.2
32992026-04-22T01:46:28.779Z Compiling petgraph v0.8.3
33002026-04-22T01:46:28.779Z Compiling phf v0.13.1
33012026-04-22T01:46:28.779Z Compiling is-terminal v0.4.17
33022026-04-22T01:46:28.779Z Compiling futures-executor v0.3.32
33032026-04-22T01:46:28.779Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=dbcfc8bd9bc1a545 -C extra-filename=-ea920c433a6a6907 --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-c11560d9b5666be8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042026-04-22T01:46:28.779Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=add4fcf63480f897 -C extra-filename=-53f6a1ef831d6404 --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-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_56 --cfg rustc_1_63 --cfg rustc_1_73 --cfg rustc_1_75 --cfg rustc_1_81 --cfg rustc_1_89 --check-cfg 'cfg(rustc_1_56)' --check-cfg 'cfg(rustc_1_63)' --check-cfg 'cfg(rustc_1_73)' --check-cfg 'cfg(rustc_1_75)' --check-cfg 'cfg(rustc_1_81)' --check-cfg 'cfg(rustc_1_89)'`
33052026-04-22T01:46:28.779Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=8bce18b37c08ae55 -C extra-filename=-bd4bea3dbaca04af --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-c0333c3a307e3ba2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.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`
33062026-04-22T01:46:28.779Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=bbcf752adca4deca -C extra-filename=-498515854327567b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072026-04-22T01:46:28.960Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-85fb81ff7c175365/build-script-build`
33082026-04-22T01:46:28.964Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=0238fb1ef4498bc8 -C extra-filename=-b99861bc78ef69e9 --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-7a627029a175eba8.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5028ff464868707e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092026-04-22T01:46:28.964Z Compiling crossbeam-channel v0.5.15
33102026-04-22T01:46:28.964Z Compiling thread_local v1.1.9
33112026-04-22T01:46:28.964Z Compiling slog-async v2.8.0
33122026-04-22T01:46:28.993Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=69bf6d7fe15c5574 -C extra-filename=-19d45355a5dd5b56 --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-c11560d9b5666be8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132026-04-22T01:46:28.996Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=a79636c801de84bb -C extra-filename=-5d1418223123921e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-77744700c03e2777.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-a4c763bf947ef036.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142026-04-22T01:46:28.997Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=7f00cccb126a183b -C extra-filename=-59a140cf81e57d6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3482c46276f5baf9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152026-04-22T01:46:28.997Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=f89cdbb4965cdcc2 -C extra-filename=-dc308447c61f5c52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-5d3af881bba1979d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162026-04-22T01:46:28.997Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59ceee0657ef7d9b -C extra-filename=-20b7496aabe07267 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172026-04-22T01:46:28.997Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=d40608ae62bdcb13 -C extra-filename=-5d446f02ddbf1c37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182026-04-22T01:46:29.136Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=2fb83bc2f7651d89 -C extra-filename=-f61ce2b0fa5dde8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20becf909a9773f7.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)'`
33192026-04-22T01:46:29.139Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3b6ceaaa71879093 -C extra-filename=-44f9d96f1d23d9ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202026-04-22T01:46:29.139Z Compiling regress v0.10.5
33212026-04-22T01:46:29.139Z Compiling take_mut v0.2.2
33222026-04-22T01:46:29.139Z Compiling term v1.2.1
33232026-04-22T01:46:29.171Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=fcda5dc73b107d6c -C extra-filename=-50400560ef360c96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242026-04-22T01:46:29.176Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=ea344a9e128fe8b3 -C extra-filename=-5bc4956278004c44 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-5bc4956278004c44 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252026-04-22T01:46:29.242Z Compiling structmeta-derive v0.3.0
33262026-04-22T01:46:29.246Z Compiling match_cfg v0.1.0
33272026-04-22T01:46:29.246Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=67108aca4df15cb0 -C extra-filename=-4726b16ef8640a46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282026-04-22T01:46:29.246Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=9420d4928b5318f4 -C extra-filename=-18021c815c1d3b58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-3d460714bd08b8cb.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292026-04-22T01:46:29.246Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f48a700d5ac3b25f -C extra-filename=-b72da4781351932d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302026-04-22T01:46:29.246Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=b3e1bb91e2480931 -C extra-filename=-ba8ab60006030851 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312026-04-22T01:46:29.314Z Compiling tower-http v0.6.8
33322026-04-22T01:46:29.348Z Compiling futures v0.3.32
33332026-04-22T01:46:29.350Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40b7f7e9d880edc0 -C extra-filename=-fb1e42b9cf9e846e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342026-04-22T01:46:29.350Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=ac760d855e9b7b63 -C extra-filename=-01d9d79c09366ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352026-04-22T01:46:29.385Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=aaf7e3326a53049d -C extra-filename=-b34805f326bcb22f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-e37e385602b72a4a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-498515854327567b.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362026-04-22T01:46:29.389Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=036894abc326a2d3 -C extra-filename=-97a3868d40601a98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-5d446f02ddbf1c37.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372026-04-22T01:46:29.456Z Compiling ipnetwork v0.21.1
33382026-04-22T01:46:29.536Z Compiling h2 v0.4.13
33392026-04-22T01:46:29.536Z Compiling serde_with v3.17.0
33402026-04-22T01:46:29.536Z Compiling newtype-uuid v1.3.2
33412026-04-22T01:46:29.539Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=a0e767f19a0829c4 -C extra-filename=-d1b39bac35ae9f5d --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-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422026-04-22T01:46:29.656Z Compiling usdt v0.6.0
33432026-04-22T01:46:29.659Z Compiling tokio-stream v0.1.18
33442026-04-22T01:46:29.659Z Compiling postgres-types v0.2.12
33452026-04-22T01:46:29.659Z Compiling slog-term v2.9.2
33462026-04-22T01:46:29.659Z Compiling hostname v0.3.1
33472026-04-22T01:46:29.659Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=ff243f906fd12f60 -C extra-filename=-f4f4fd47321d1d3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-6c6bb4391ac8d17e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482026-04-22T01:46:29.659Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="macros"' --cfg 'feature="schemars_0_8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hashbrown_0_16", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=6650a252ceab189f -C extra-filename=-2b107ed7b24932f7 --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-d4f476048b76b3c5.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-47d8c27765709821.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492026-04-22T01:46:29.659Z Running `/home/build/.rustup/toolchains/1.94.0-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=2da2f6c6ba2caa9e -C extra-filename=-90f065035915e822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-c2f5dfad79fe2b03.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20becf909a9773f7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f61ce2b0fa5dde8d.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)'`
33502026-04-22T01:46:29.659Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4", "v7"))' -C metadata=e5e2a45eecd57cfe -C extra-filename=-fad6582b01721226 --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-7ba7e28b3f6f37cd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512026-04-22T01:46:29.754Z Compiling slog-json v2.6.1
33522026-04-22T01:46:29.757Z Compiling newtype-uuid-macros v0.1.0
33532026-04-22T01:46:29.757Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=5e2ba7fbcaa6b308 -C extra-filename=-1745bef36c86ee9d --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-9ebf915e91b2c8cd.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-12ee54eb32641bf5.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-20761e9cc32e3f9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-aa55b7c2b0fcc750.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-86046d116a58ff19.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-ec979e27769f042e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542026-04-22T01:46:29.757Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=0ee6749d4e46b0e8 -C extra-filename=-be9fde702610345b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552026-04-22T01:46:29.757Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=25ea12a412c8b01d -C extra-filename=-882168a63784c527 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-01d9d79c09366ce0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562026-04-22T01:46:29.789Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-5bc4956278004c44/build-script-build`
33572026-04-22T01:46:29.792Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "bit-vec-07", "bit-vec-08", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "jiff-02", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-bit-vec-0_7", "with-bit-vec-0_8", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-jiff-0_2", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=da5a7482c87087a0 -C extra-filename=-0bf430e59612266a --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-c11560d9b5666be8.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-5d1418223123921e.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582026-04-22T01:46:29.792Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=da320ab84c901ce0 -C extra-filename=-b2aa6b5c21cf87d6 --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-d33b24db3b255967.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4726b16ef8640a46.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-50400560ef360c96.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592026-04-22T01:46:29.792Z Compiling debug-ignore v1.0.5
33602026-04-22T01:46:29.829Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=d8d14a62fdefd8ed -C extra-filename=-670a4516f32aeb2a --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-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612026-04-22T01:46:29.832Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d634c76db079266 -C extra-filename=-85814c9d092ee3d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622026-04-22T01:46:29.865Z Compiling oxnet v0.1.4
33632026-04-22T01:46:29.869Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b6443418df423c33 -C extra-filename=-01d8b05da6de4b39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642026-04-22T01:46:29.901Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std"))' -C metadata=f619eb8fe000e116 -C extra-filename=-87f875600adb1a5e --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-d1b39bac35ae9f5d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652026-04-22T01:46:29.931Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=fc0cf413b7572fde -C extra-filename=-02d0c236cd440461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-44f9d96f1d23d9ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-b72da4781351932d.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-50400560ef360c96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
33662026-04-22T01:46:30.013Z Compiling serde_spanned v1.0.4
33672026-04-22T01:46:30.018Z Compiling rustls v0.22.4
33682026-04-22T01:46:30.084Z Compiling toml_writer v1.0.6+spec-1.1.0
33692026-04-22T01:46:30.089Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=f263131cce846a79 -C extra-filename=-fd845e4993d13fcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702026-04-22T01:46:30.089Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=69bdd90d85ca1ccb -C extra-filename=-98eb74245e847c40 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-98eb74245e847c40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712026-04-22T01:46:30.200Z Compiling slog-bunyan v2.5.0
33722026-04-22T01:46:30.203Z Compiling rustls-webpki v0.102.8
33732026-04-22T01:46:30.203Z Compiling serde_path_to_error v0.1.20
33742026-04-22T01:46:30.203Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ecb2fb9009378234 -C extra-filename=-fadb4f6091feaea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752026-04-22T01:46:30.315Z Compiling daft v0.1.5
33762026-04-22T01:46:30.315Z Compiling strum v0.27.2
33772026-04-22T01:46:30.318Z Compiling tokio-postgres v0.7.16
33782026-04-22T01:46:30.318Z Compiling multer v3.1.0
33792026-04-22T01:46:30.318Z Compiling async-stream-impl v0.3.6
33802026-04-22T01:46:30.318Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=ee28a8de7b2f8a7c -C extra-filename=-f0b568ad7b44a842 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-882168a63784c527.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-670a4516f32aeb2a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812026-04-22T01:46:30.318Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=e6748065511e8f38 -C extra-filename=-9e7370b9dd697535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
33822026-04-22T01:46:30.318Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59dabd6cce859fb4 -C extra-filename=-759d3b0cdfed70c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832026-04-22T01:46:30.318Z Compiling rustls-pemfile v2.2.0
33842026-04-22T01:46:30.318Z Compiling waitgroup v0.1.2
33852026-04-22T01:46:30.318Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=08e539a63c53a6e3 -C extra-filename=-90e7050a57d538d9 --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-860f38112229de57.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862026-04-22T01:46:30.349Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-bit-vec-0_7", "with-bit-vec-0_8", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-jiff-0_2", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=41557366cc7f51b9 -C extra-filename=-43149bf7babe8eae --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-7a627029a175eba8.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-dc308447c61f5c52.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-5d1418223123921e.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0bf430e59612266a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-4e81badbf47919c0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872026-04-22T01:46:30.358Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfdf8b7c56766b9e -C extra-filename=-35c55e2734f6868a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882026-04-22T01:46:30.358Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=ef4f97d6695f9ca3 -C extra-filename=-2864dcdad0d218a0 --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-ec444930233c813b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892026-04-22T01:46:30.358Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=f93535b6ab0606d0 -C extra-filename=-0d8b11bfadeb291e --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-0d8b11bfadeb291e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902026-04-22T01:46:30.358Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34a5e2495582be4d -C extra-filename=-7e3d284a925f84e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-6c6bb4391ac8d17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912026-04-22T01:46:30.358Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5f84f642ae359d0f -C extra-filename=-532724550d84ea3d --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-0de3afb176597fec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922026-04-22T01:46:30.458Z Compiling hostname v0.4.2
33932026-04-22T01:46:30.498Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=ed0efadbb22fad65 -C extra-filename=-a0351535f0249bb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942026-04-22T01:46:30.562Z Compiling dropshot v0.16.7
33952026-04-22T01:46:30.565Z Compiling toml v0.9.12+spec-1.1.0
33962026-04-22T01:46:30.602Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-98eb74245e847c40/build-script-build`
33972026-04-22T01:46:30.643Z Compiling dropshot_endpoint v0.16.7
33982026-04-22T01:46:30.646Z Compiling itertools v0.14.0
33992026-04-22T01:46:30.646Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4ca8a3f22e07abae -C extra-filename=-d62d74bb82e50931 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-d62d74bb82e50931 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002026-04-22T01:46:30.679Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.12+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=d728c0b13d6e9bd8 -C extra-filename=-5272333e71804918 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fd845e4993d13fcb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-fadb4f6091feaea2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012026-04-22T01:46:30.720Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
34022026-04-22T01:46:30.723Z Compiling iddqd v0.3.17
34032026-04-22T01:46:30.723Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=bb5a47f05af42a4a -C extra-filename=-a121c9cfd8c3a9f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042026-04-22T01:46:30.723Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.16.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=781536ae4b507d34 -C extra-filename=-53065c8e8253a743 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052026-04-22T01:46:30.837Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34062026-04-22T01:46:30.840Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
34072026-04-22T01:46:30.946Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="proptest"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=0dd1516e37967f40 -C extra-filename=-445b2b00c7eb92d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3318559a2770f550.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082026-04-22T01:46:30.949Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=20b08d1ac0856f6a -C extra-filename=-854b23351fb7cab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-43aa9fb8f231b9f0.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-83e2b9f87ee5221f.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-18021c815c1d3b58.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ec444930233c813b.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092026-04-22T01:46:30.988Z Compiling structmeta v0.3.0
34102026-04-22T01:46:30.991Z Compiling macaddr v1.0.1
34112026-04-22T01:46:30.991Z Compiling instant v0.1.13
34122026-04-22T01:46:30.991Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
34132026-04-22T01:46:30.991Z Compiling backon v1.6.0
34142026-04-22T01:46:30.991Z Compiling unicode-width v0.2.0
34152026-04-22T01:46:30.991Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=bccd89a7ad22ae47 -C extra-filename=-2d122a2f0210aa0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-9e7370b9dd697535.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
34162026-04-22T01:46:30.991Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=7b908164d08c7777 -C extra-filename=-f874c5ebebef521c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172026-04-22T01:46:30.991Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/8f60acd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08"))' -C metadata=f8a31bb33f77f920 -C extra-filename=-95a458c6659b1f7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182026-04-22T01:46:31.063Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f474f8c11e96ea96 -C extra-filename=-7164abf2cbc254bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-fb1e42b9cf9e846e.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192026-04-22T01:46:31.066Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=9336052c846b5716 -C extra-filename=-1a9ae6b8537a6d69 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202026-04-22T01:46:31.066Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-0d8b11bfadeb291e/build-script-build`
34212026-04-22T01:46:31.066Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34222026-04-22T01:46:31.066Z Compiling convert_case v0.4.0
34232026-04-22T01:46:31.066Z Compiling half v2.7.1
34242026-04-22T01:46:31.097Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instant-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=0f6a551cbdce865c -C extra-filename=-86d1f25375d74a93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252026-04-22T01:46:31.101Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1bebddfc431906f -C extra-filename=-d4b32a865dd5abdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262026-04-22T01:46:31.101Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name backon --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backon-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "embassy-sleep", "embassy-time", "futures-timer", "futures-timer-sleep", "gloo-timers", "gloo-timers-sleep", "std", "std-blocking-sleep", "tokio", "tokio-sleep"))' -C metadata=1536842c447d1606 -C extra-filename=-ee97001c3cfca795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-f286a8126edb86b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272026-04-22T01:46:31.101Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=d406ca423e74d453 -C extra-filename=-8050cade88cb721a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282026-04-22T01:46:31.101Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-d62d74bb82e50931/build-script-build`
34292026-04-22T01:46:31.101Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=738d67906f135c4e -C extra-filename=-b338e60015c32f1a --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-90e7050a57d538d9.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-85814c9d092ee3d0.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302026-04-22T01:46:31.101Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=ebe2178a8a9719ae -C extra-filename=-f0151779063ab4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312026-04-22T01:46:31.101Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "default", "nightly", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=4dba737b790ceed8 -C extra-filename=-b8a887ede189b15f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322026-04-22T01:46:31.197Z Compiling ciborium-io v0.2.2
34332026-04-22T01:46:31.201Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=8e285989295f0d70 -C extra-filename=-c7f9bdf8f54edfdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342026-04-22T01:46:31.238Z Compiling secrecy v0.10.3
34352026-04-22T01:46:31.241Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d5d08dc490ab9f42 -C extra-filename=-253a49645f9faf1d --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-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362026-04-22T01:46:31.276Z Compiling unsafe-libyaml v0.2.11
34372026-04-22T01:46:31.281Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9b435d7a29b3b63 -C extra-filename=-583cfd0c0cc1cf48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382026-04-22T01:46:31.445Z Compiling async-stream v0.3.6
34392026-04-22T01:46:31.483Z Compiling derive-ex v0.1.8
34402026-04-22T01:46:31.486Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=627605c36ac3d1eb -C extra-filename=-7bc560c1e73e395d --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-35c55e2734f6868a.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412026-04-22T01:46:31.557Z Compiling parse-display-derive v0.10.0
34422026-04-22T01:46:31.632Z Compiling ciborium-ll v0.2.2
34432026-04-22T01:46:31.635Z Compiling universal-hash v0.5.1
34442026-04-22T01:46:31.671Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=538abe899ac5c6cf -C extra-filename=-de1927ffabb85bc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7164abf2cbc254bd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452026-04-22T01:46:31.675Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73887b7901b2e165 -C extra-filename=-ffeed4f710fb4271 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7164abf2cbc254bd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462026-04-22T01:46:31.744Z Compiling backoff v0.4.0
34472026-04-22T01:46:31.747Z Compiling opaque-debug v0.3.1
34482026-04-22T01:46:31.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f4eb28e5c45eab58 -C extra-filename=-611065599d460bcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-b8a887ede189b15f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492026-04-22T01:46:31.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=c37c5b65a0e8bf2d -C extra-filename=-44e0be2df27366ed --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-3d2b4d9d4f1a3fd7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502026-04-22T01:46:31.850Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34512026-04-22T01:46:31.853Z Compiling indent_write v2.2.0
34522026-04-22T01:46:31.853Z Compiling crucible-workspace-hack v0.1.0
34532026-04-22T01:46:31.940Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=12dec626734bcb51 -C extra-filename=-7c799f01f543fd29 --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-c11560d9b5666be8.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542026-04-22T01:46:31.975Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=5d795c66563bb3f3 -C extra-filename=-7aad8fd8d54e7c53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-86d1f25375d74a93.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552026-04-22T01:46:31.978Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8945c303dfda1bac -C extra-filename=-194905f61176ced2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562026-04-22T01:46:31.981Z Compiling derive_more v0.99.20
34572026-04-22T01:46:31.985Z Compiling aead v0.5.2
34582026-04-22T01:46:31.985Z Compiling typify-impl v0.6.1
34592026-04-22T01:46:31.985Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=d865d4d209057aba -C extra-filename=-8ede348f1f418989 --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-81c506065a6fc17b.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-f874c5ebebef521c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602026-04-22T01:46:31.985Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c8b72f4dd2d5ddfc -C extra-filename=-1e56b698c6a22bdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612026-04-22T01:46:31.985Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbfa76feee9cc26f -C extra-filename=-d58b50b2f59be3a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d58b50b2f59be3a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622026-04-22T01:46:32.097Z Compiling ciborium v0.2.2
34632026-04-22T01:46:32.103Z Compiling serde_yaml v0.9.34+deprecated
34642026-04-22T01:46:32.103Z Compiling poly1305 v0.8.0
34652026-04-22T01:46:32.103Z Compiling chacha20 v0.9.1
34662026-04-22T01:46:32.103Z Compiling thiserror-impl-no-std v2.0.2
34672026-04-22T01:46:32.103Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=32c9f938f435c925 -C extra-filename=-c70ee8b8546d9309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-f0151779063ab4a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682026-04-22T01:46:32.103Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=53c29177c960ee55 -C extra-filename=-c8047e20f28508fc --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-3d2b4d9d4f1a3fd7.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692026-04-22T01:46:32.103Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86ff3f548cf7bc2f -C extra-filename=-59ebe922ece3c17a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702026-04-22T01:46:32.257Z Compiling camino-tempfile v1.4.1
34712026-04-22T01:46:32.260Z Compiling swrite v0.1.0
34722026-04-22T01:46:32.260Z Compiling byte-wrapper v0.1.0
34732026-04-22T01:46:32.260Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8541c879314d5a1c -C extra-filename=-acc578f05ddc32ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-583cfd0c0cc1cf48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742026-04-22T01:46:32.260Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=2dc394c9c1e3fd46 -C extra-filename=-a6baec050aa63860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-44e0be2df27366ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752026-04-22T01:46:32.260Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=e843fb86a7365329 -C extra-filename=-001b065364cd9ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762026-04-22T01:46:32.260Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=f3cedbdb3811add7 -C extra-filename=-f8724bab07eb59c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3ff3bf40139ea91e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772026-04-22T01:46:32.260Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=537e7cc1c666a62f -C extra-filename=-1bc321bceb338989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-611065599d460bcc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782026-04-22T01:46:32.404Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34792026-04-22T01:46:32.404Z Compiling blake2 v0.10.6
34802026-04-22T01:46:32.520Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=820c835928ba736e -C extra-filename=-b3758e5b4f760a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812026-04-22T01:46:32.520Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=71b3b7282bd4d916 -C extra-filename=-2cfb252a9919bb49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822026-04-22T01:46:32.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name byte_wrapper --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byte-wrapper-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "default", "hex", "schemars08", "serde"))' -C metadata=fa66256241793a8c -C extra-filename=-51e4d5beed14f2a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern schemars08=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832026-04-22T01:46:32.524Z Compiling chacha20poly1305 v0.10.1
34842026-04-22T01:46:32.524Z Compiling password-hash v0.5.0
34852026-04-22T01:46:32.524Z Compiling toml v0.8.23
34862026-04-22T01:46:32.524Z Compiling crossbeam-deque v0.8.6
34872026-04-22T01:46:32.524Z Compiling rayon-core v1.13.0
34882026-04-22T01:46:32.524Z Compiling glob v0.3.3
34892026-04-22T01:46:32.524Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d58b50b2f59be3a8/build-script-build`
34902026-04-22T01:46:32.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/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=e127b4cd92ed8d32 -C extra-filename=-4326ac41716e4f11 --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-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912026-04-22T01:46:32.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=23c5e1fe6909bf84 -C extra-filename=-c04850cc8cfaf23b --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-b18b7b68b836f74d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922026-04-22T01:46:32.524Z Compiling proc-macro-error-attr v1.0.4
34932026-04-22T01:46:32.524Z Compiling proc-macro-error v1.0.4
34942026-04-22T01:46:32.524Z Compiling toml_edit v0.23.10+spec-1.0.0
34952026-04-22T01:46:32.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=68917a789b5eb7ab -C extra-filename=-5eeef5de274b51ce --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-c8047e20f28508fc.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-f8724bab07eb59c0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3ff3bf40139ea91e.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-a6baec050aa63860.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962026-04-22T01:46:32.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=149cfa41e644eba9 -C extra-filename=-8a50f808802d6daa --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-5e836c051e4e885b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-34898c4640e92688.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972026-04-22T01:46:32.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9d969a67116f5e82 -C extra-filename=-51872676107046e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982026-04-22T01:46:32.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=c77dabd4c3f0a4ea -C extra-filename=-f761551f0647f5fe --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-f761551f0647f5fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992026-04-22T01:46:32.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7df52d425d9a782 -C extra-filename=-d7e788ba801484ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002026-04-22T01:46:32.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=be80444d90ea276c -C extra-filename=-aee9816782fc5b48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012026-04-22T01:46:32.529Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=512e3bd9fb23c26f -C extra-filename=-6a15400c2e7ba83a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-6a15400c2e7ba83a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022026-04-22T01:46:32.529Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "parse", "serde", "unbounded"))' -C metadata=4cf5d8434b1ed4a6 -C extra-filename=-4282c72e613cdd8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032026-04-22T01:46:32.561Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=037b2fbf85dce33c -C extra-filename=-bb924e1674c1886b --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-bb924e1674c1886b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042026-04-22T01:46:32.632Z Compiling hyper v1.8.1
35052026-04-22T01:46:32.637Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=4ffcab272c7b0e4c -C extra-filename=-8f2222eb07d9506a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-6c6bb4391ac8d17e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-f4f4fd47321d1d3a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-02d7ef8c098a2a2a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-e3c84e5aa934da16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062026-04-22T01:46:32.768Z Compiling unicode-width v0.1.14
35072026-04-22T01:46:32.771Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f16d6a76268fbaa6 -C extra-filename=-38e8a5c56c9e7b6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082026-04-22T01:46:32.771Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=f258b8f7dc3d7605 -C extra-filename=-498165c747409775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092026-04-22T01:46:32.879Z Compiling tokio-rustls v0.25.0
35102026-04-22T01:46:32.882Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=4946a85a493b5d8c -C extra-filename=-b2db778b1fd566c2 --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-2d122a2f0210aa0a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
35112026-04-22T01:46:32.918Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
35122026-04-22T01:46:32.951Z Compiling tabwriter v1.4.1
35132026-04-22T01:46:32.954Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ae1da83/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=290b39c96f5e4db9 -C extra-filename=-ecfd92ca35fdd75e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142026-04-22T01:46:33.031Z Compiling heapless v0.8.0
35152026-04-22T01:46:33.091Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=477dac854b128680 -C extra-filename=-793719933d52d486 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162026-04-22T01:46:33.165Z Compiling ingot-macros v0.1.1
35172026-04-22T01:46:33.169Z Compiling hash32 v0.3.1
35182026-04-22T01:46:33.169Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35192026-04-22T01:46:33.169Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-f761551f0647f5fe/build-script-build`
35202026-04-22T01:46:33.169Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=4beb64aeed98141a -C extra-filename=-aef1d53b8f6eeb07 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-aef1d53b8f6eeb07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212026-04-22T01:46:33.169Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-bb924e1674c1886b/build-script-build`
35222026-04-22T01:46:33.276Z Compiling argon2 v0.5.3
35232026-04-22T01:46:33.279Z Compiling smoltcp v0.11.0
35242026-04-22T01:46:33.279Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=767fa631f50ad2a9 -C extra-filename=-46c915933335eb47 --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-dac69a3fe8e72409.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252026-04-22T01:46:33.279Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3de78c6e5ee760c7 -C extra-filename=-274b20cc3c2d3f43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262026-04-22T01:46:33.279Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3a62d4689a86856 -C extra-filename=-58cfd89847c4b176 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-58cfd89847c4b176 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272026-04-22T01:46:33.314Z Compiling cobs v0.3.0
35282026-04-22T01:46:33.317Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
35292026-04-22T01:46:33.317Z Compiling colored v3.1.1
35302026-04-22T01:46:33.317Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=b99245b6017a797c -C extra-filename=-2ab9966e8a5fe83b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -l static=zstd`
35312026-04-22T01:46:33.352Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-a9880241af53b29a/build-script-build`
35322026-04-22T01:46:33.355Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=568678c0dbd0265c -C extra-filename=-67dec77b3f0ee1b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-67dec77b3f0ee1b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332026-04-22T01:46:33.355Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=50b93a6d2a9bd25a -C extra-filename=-44047f1696432bcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-51872676107046e4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342026-04-22T01:46:33.355Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=001caf585c7a2143 -C extra-filename=-66835a6e3e9494eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-c04850cc8cfaf23b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-aee9816782fc5b48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352026-04-22T01:46:33.389Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "serde", "std", "use_std"))' -C metadata=6f97f8d77fb948b8 -C extra-filename=-646a67aa2183e6d4 --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-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362026-04-22T01:46:33.392Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36571e53cbe5b8f7 -C extra-filename=-bef73dc87024835a --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-bef73dc87024835a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372026-04-22T01:46:33.392Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unsafe_code '--warn=clippy::suspicious' '--warn=clippy::style' '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' --warn=deprecated '--warn=clippy::correctness' '--warn=clippy::complexity' '--allow=clippy::wildcard_imports' '--allow=clippy::unwrap_used' '--allow=clippy::too_many_lines' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_const_for_fn' '--allow=clippy::expect_used' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=3f95390326afd122 -C extra-filename=-20818eb2682fe51d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382026-04-22T01:46:33.428Z Compiling proc-macro-crate v3.4.0
35392026-04-22T01:46:33.433Z Compiling proc-macro-crate v1.3.1
35402026-04-22T01:46:33.433Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-6a15400c2e7ba83a/build-script-build`
35412026-04-22T01:46:33.496Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
35422026-04-22T01:46:33.499Z Compiling foreign-types-macros v0.2.3
35432026-04-22T01:46:33.499Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce38aa2ec4690008 -C extra-filename=-24adcddf22f58b1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4282c72e613cdd8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442026-04-22T01:46:33.499Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e563ee773d28a017 -C extra-filename=-e2c0ca15e9441740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452026-04-22T01:46:33.536Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/crates/propolis-api-types-versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c3e580e9bef7fe7 -C extra-filename=-73447f1682d84e4a --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-ecfd92ca35fdd75e.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-4326ac41716e4f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462026-04-22T01:46:33.539Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=1ca27d9ff36a6195 -C extra-filename=-67491513fa2e2be3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472026-04-22T01:46:33.612Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
35482026-04-22T01:46:33.616Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
35492026-04-22T01:46:33.616Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6ffbc977ee85e94 -C extra-filename=-b44c6dc939254ac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502026-04-22T01:46:33.649Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/bae0440/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=dd2ca6d539de7819 -C extra-filename=-319e79d5009fec08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512026-04-22T01:46:33.652Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/bae0440/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=b7210238172a0699 -C extra-filename=-3741c6c797db3d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-3741c6c797db3d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522026-04-22T01:46:33.761Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-58cfd89847c4b176/build-script-build`
35532026-04-22T01:46:33.764Z Compiling test-strategy v0.4.5
35542026-04-22T01:46:33.799Z Compiling cpufeatures v0.3.0
35552026-04-22T01:46:33.802Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-aef1d53b8f6eeb07/build-script-build`
35562026-04-22T01:46:33.877Z Compiling hyper-util v0.1.20
35572026-04-22T01:46:33.879Z Compiling thiserror-no-std v2.0.2
35582026-04-22T01:46:33.880Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3131f38e0f8f15ff -C extra-filename=-d485e9a46a9073e1 --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-ffeed4f710fb4271.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7164abf2cbc254bd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592026-04-22T01:46:33.880Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31d41bbcdc641dd2 -C extra-filename=-197686315eaba168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602026-04-22T01:46:34.103Z Compiling parse-display v0.10.0
35612026-04-22T01:46:34.103Z Compiling rayon v1.11.0
35622026-04-22T01:46:34.107Z Compiling foreign-types-shared v0.3.1
35632026-04-22T01:46:34.107Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35642026-04-22T01:46:34.107Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=cc8091b34397cf74 -C extra-filename=-f765dc701cb02aec --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-001b065364cd9ac4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652026-04-22T01:46:34.107Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=11cf552d80c48271 -C extra-filename=-68435e2f2fa8916f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662026-04-22T01:46:34.327Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_safe --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=2e2e6247985e079f -C extra-filename=-927cfc9a62573ba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_sys=/work/oxidecomputer/omicron/target/debug/deps/libzstd_sys-2ab9966e8a5fe83b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out`
35672026-04-22T01:46:34.331Z Compiling postcard v1.1.3
35682026-04-22T01:46:34.331Z Compiling chacha20 v0.10.0
35692026-04-22T01:46:34.331Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
35702026-04-22T01:46:34.331Z Compiling sigpipe v0.1.3
35712026-04-22T01:46:34.331Z Compiling cstr-argument v0.1.2
35722026-04-22T01:46:34.331Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
35732026-04-22T01:46:34.331Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=e178141c9801d685 -C extra-filename=-2b484c1ac7964fe8 --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-de1927ffabb85bc1.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742026-04-22T01:46:34.331Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-bef73dc87024835a/build-script-build`
35752026-04-22T01:46:34.331Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=b7e5d7e8b14d46be -C extra-filename=-dd3ee3dffdc4c25c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-44047f1696432bcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762026-04-22T01:46:34.331Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb8b0b45d88fecc4 -C extra-filename=-003708f9f08f1814 --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-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772026-04-22T01:46:34.331Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66d661d35c207158 -C extra-filename=-e2b03b1de77612b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782026-04-22T01:46:34.443Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=a35d692ee8e8ec81 -C extra-filename=-f4985a9e8a380b43 --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-b44c6dc939254ac3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
35792026-04-22T01:46:34.448Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core-num-saturating", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "nalgebra-v0_33", "nalgebra_v0_33", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=636b43b28516ef71 -C extra-filename=-0d897d1666ed339a --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-646a67aa2183e6d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802026-04-22T01:46:34.448Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' -C debug-assertions=on --cfg 'feature="rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=796e1c71df957fc4 -C extra-filename=-125376f38a35097b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-197686315eaba168.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-121c99ae03710109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812026-04-22T01:46:34.448Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-3741c6c797db3d0f/build-script-build`
35822026-04-22T01:46:34.448Z Compiling zstd v0.13.3
35832026-04-22T01:46:34.448Z Compiling vsss-rs v3.3.4
35842026-04-22T01:46:34.475Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/bae0440/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b20d19a6339b098b -C extra-filename=-c39522619ce25d70 --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-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852026-04-22T01:46:34.479Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5fe390e535b9fa43 -C extra-filename=-b2b295196ab278b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862026-04-22T01:46:34.479Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3ef05aa76b64e3a -C extra-filename=-08821fb7089c8154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872026-04-22T01:46:34.479Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/1e40efd/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ab3f16f173d8d8c -C extra-filename=-f1e4459d1186ccdb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-f1e4459d1186ccdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882026-04-22T01:46:34.479Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-67dec77b3f0ee1b4/build-script-build`
35892026-04-22T01:46:34.645Z Compiling num_enum_derive v0.5.11
35902026-04-22T01:46:34.648Z Compiling foreign-types v0.5.0
35912026-04-22T01:46:34.648Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
35922026-04-22T01:46:34.677Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
35932026-04-22T01:46:34.680Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "thin", "thin-lto", "wasm", "zdict_builder", "zstdmt"))' -C metadata=1bb65a1ec9eaec0a -C extra-filename=-41bc2db6be4522c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_safe=/work/oxidecomputer/omicron/target/debug/deps/libzstd_safe-927cfc9a62573ba0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out`
35942026-04-22T01:46:34.680Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=b47cb74fc20ec090 -C extra-filename=-aa1792d552fd8b7a --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-23aa6fb1770d2dd9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2545d1ea07b01fcb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-30c4b2e5948aa829.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-f765dc701cb02aec.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952026-04-22T01:46:34.680Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=3012f0ec0c898714 -C extra-filename=-9f3676ae236d3648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-274b20cc3c2d3f43.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-4c61d3348f11ddaa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962026-04-22T01:46:34.680Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0eee7b7f08e57db -C extra-filename=-998d3e58729545f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
35972026-04-22T01:46:34.864Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=47b3b73911f33d4b -C extra-filename=-40d5200e860ebfa0 --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-67491513fa2e2be3.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-e2b03b1de77612b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982026-04-22T01:46:34.867Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=571ab6ff45321ecb -C extra-filename=-4e86e66753237f79 --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-e2c0ca15e9441740.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992026-04-22T01:46:34.867Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d968e654e17275a -C extra-filename=-bca8bb8c1bf9d50f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
36002026-04-22T01:46:34.867Z Compiling num_enum_derive v0.7.5
36012026-04-22T01:46:34.867Z Compiling rand v0.10.0
36022026-04-22T01:46:34.867Z Compiling num-derive v0.4.2
36032026-04-22T01:46:34.899Z Compiling itertools v0.12.1
36042026-04-22T01:46:34.902Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50e64036eb31f76f -C extra-filename=-f5b74026f3393e59 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-f5b74026f3393e59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052026-04-22T01:46:34.902Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/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=a51e197e55543fcf -C extra-filename=-48e061d1d963dea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062026-04-22T01:46:35.117Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36072026-04-22T01:46:35.121Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36082026-04-22T01:46:35.121Z Compiling smf v0.2.3
36092026-04-22T01:46:35.121Z Compiling whoami v1.6.1
36102026-04-22T01:46:35.121Z Compiling usdt-macro v0.5.0
36112026-04-22T01:46:35.121Z Compiling usdt-attr-macro v0.5.0
36122026-04-22T01:46:35.121Z Compiling atomicwrites v0.4.4
36132026-04-22T01:46:35.145Z Compiling memmap v0.7.0
36142026-04-22T01:46:35.148Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=b377b8e9d482f477 -C extra-filename=-69a0f944722eb3a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-125376f38a35097b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-121c99ae03710109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152026-04-22T01:46:35.148Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=da2d1f4c07b340fc -C extra-filename=-2835ca4522b5f476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-24adcddf22f58b1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162026-04-22T01:46:35.148Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9829b54c789968c5 -C extra-filename=-9544354c5c503a30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172026-04-22T01:46:35.148Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=ab5fd69ec83078b7 -C extra-filename=-079631bae9789ff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182026-04-22T01:46:35.391Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-f1e4459d1186ccdb/build-script-build`
36192026-04-22T01:46:35.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79901b2345cefb0e -C extra-filename=-1d9679b93387a4aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-003708f9f08f1814.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202026-04-22T01:46:35.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=90d45afaac519cb7 -C extra-filename=-24ff6e2d2025515b --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-24ff6e2d2025515b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212026-04-22T01:46:35.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4c0c4af4a70222b -C extra-filename=-2103e36ff950f728 --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-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222026-04-22T01:46:35.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=96ebc35b2076393b -C extra-filename=-c37bbd24ee2fea5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232026-04-22T01:46:35.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=a46db5b9cb4596a1 -C extra-filename=-d558996014eb75a6 --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-043d7a1526811242.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8f7b724a69a04d1f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242026-04-22T01:46:35.395Z Compiling zip v4.6.1
36252026-04-22T01:46:35.422Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
36262026-04-22T01:46:35.425Z Compiling zone_cfg_derive v0.3.1
36272026-04-22T01:46:35.425Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36282026-04-22T01:46:35.425Z Compiling derive-where v1.6.0
36292026-04-22T01:46:35.425Z Compiling console v0.15.11
36302026-04-22T01:46:35.425Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4c457494f850486 -C extra-filename=-3d27c33688bca414 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312026-04-22T01:46:35.425Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=5d1c4bc8c4a63c87 -C extra-filename=-e24cc0d5f818f98e --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-043d7a1526811242.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8f7b724a69a04d1f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322026-04-22T01:46:35.425Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=246120830bf6d273 -C extra-filename=-65eaccd67be90356 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332026-04-22T01:46:35.568Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="jiff-02"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "lzma-static", "nt-time", "pbkdf2", "ppmd", "sha1", "time", "unreserved", "xz", "xz-static", "zeroize", "zstd"))' -C metadata=b29216558999b7bf -C extra-filename=-e1130671e4b3da06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-c4a9e5e5ff78eef0.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-89ca56f9fb569726.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-41bc2db6be4522c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out`
36342026-04-22T01:46:35.573Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=5517c37c0f9c5eda -C extra-filename=-cb388b4807b3b38d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-9f3676ae236d3648.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352026-04-22T01:46:35.573Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36599df50593833a -C extra-filename=-5700595b02ef7a4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-b2b295196ab278b2.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-40d5200e860ebfa0.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-998d3e58729545f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362026-04-22T01:46:35.606Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8a480dfa7888d59 -C extra-filename=-b7e52e9dd3f0ee7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-f4985a9e8a380b43.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372026-04-22T01:46:35.609Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/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=afcecc7d2e5df4a7 -C extra-filename=-5867122525a4ae0f --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-48e061d1d963dea6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382026-04-22T01:46:35.609Z Compiling hyper-tls v0.6.0
36392026-04-22T01:46:35.637Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36402026-04-22T01:46:35.640Z Compiling newline-converter v0.3.0
36412026-04-22T01:46:35.640Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=4b408c31b969b438 -C extra-filename=-3ffff16a0e8e2ffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422026-04-22T01:46:35.640Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=384d56ecbac56671 -C extra-filename=-f4c7a5ecc60f8628 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432026-04-22T01:46:35.750Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=04dbd82311265ea1 -C extra-filename=-c1702887b9713738 --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-c11560d9b5666be8.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-68435e2f2fa8916f.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-c0333c3a307e3ba2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-bd4bea3dbaca04af.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
36442026-04-22T01:46:35.753Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36452026-04-22T01:46:35.753Z Compiling num-rational v0.4.2
36462026-04-22T01:46:35.784Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/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=5016a140268c7b99 -C extra-filename=-174aba5af6fe6c73 --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-ecfd92ca35fdd75e.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-73447f1682d84e4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472026-04-22T01:46:35.787Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-f5b74026f3393e59/build-script-build`
36482026-04-22T01:46:35.787Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3e8e407d6b6f9dc1 -C extra-filename=-166e32c989b32ef4 --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-7bc560c1e73e395d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-53065c8e8253a743.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-a0351535f0249bb1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-68435e2f2fa8916f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-7c799f01f543fd29.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-84b995bd35224e51.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f0b568ad7b44a842.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-670a4516f32aeb2a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b2db778b1fd566c2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5272333e71804918.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1745bef36c86ee9d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7e3d284a925f84e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
36492026-04-22T01:46:35.787Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e931cba587a5b3a6 -C extra-filename=-c5454fd0ab193012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502026-04-22T01:46:35.821Z Compiling num-complex v0.4.6
36512026-04-22T01:46:35.824Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-24ff6e2d2025515b/build-script-build`
36522026-04-22T01:46:35.824Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=92e3f2038fbb5992 -C extra-filename=-5195203d42711f51 --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-90e7050a57d538d9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532026-04-22T01:46:35.824Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=24baa19f4135aa65 -C extra-filename=-6a26e49cc52db37f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542026-04-22T01:46:35.856Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=39fd0d08a5c4be03 -C extra-filename=-a47631c902b04a66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552026-04-22T01:46:35.931Z Compiling bytecount v0.6.9
36562026-04-22T01:46:36.043Z Compiling owo-colors v4.3.0
36572026-04-22T01:46:36.046Z Compiling float-ord v0.3.2
36582026-04-22T01:46:36.046Z Compiling cancel-safe-futures v0.1.5
36592026-04-22T01:46:36.046Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=f03dc18d297e0d07 -C extra-filename=-330c87bd18ddc8ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602026-04-22T01:46:36.122Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=9dc1c2f2287ff6ad -C extra-filename=-7ecdccf7225704bf --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-7ecdccf7225704bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612026-04-22T01:46:36.160Z Compiling libsw-core v0.3.2
36622026-04-22T01:46:36.163Z Compiling linear-map v1.2.0
36632026-04-22T01:46:36.163Z Compiling prettyplease v0.2.37
36642026-04-22T01:46:36.163Z Compiling gethostname v0.5.0
36652026-04-22T01:46:36.163Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0089ec61322d8e56 -C extra-filename=-c2a575e03cd92687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662026-04-22T01:46:36.163Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=ddd98dfef7c1b0d4 -C extra-filename=-87ea9737c8363339 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-87ea9737c8363339 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672026-04-22T01:46:36.280Z Compiling same-file v1.0.6
36682026-04-22T01:46:36.283Z Compiling unicode-xid v0.2.6
36692026-04-22T01:46:36.283Z Compiling async-recursion v1.1.1
36702026-04-22T01:46:36.283Z Compiling resolv-conf v0.7.6
36712026-04-22T01:46:36.283Z Compiling convert_case v0.10.0
36722026-04-22T01:46:36.283Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=a5b00391183be50b -C extra-filename=-69fb845b653ec8cb --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-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732026-04-22T01:46:36.283Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=5d9c1c1338b1be42 -C extra-filename=-a5393bade2e03a8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742026-04-22T01:46:36.283Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=fa096dd7a3dc044a -C extra-filename=-a7dfbad96e68477c --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-a7dfbad96e68477c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752026-04-22T01:46:36.319Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db99399e0200cf81 -C extra-filename=-fadc287d5286e722 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762026-04-22T01:46:36.437Z Compiling num_enum v0.5.11
36772026-04-22T01:46:36.440Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36782026-04-22T01:46:36.440Z Compiling expectorate v1.2.0
36792026-04-22T01:46:36.517Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2da27c0042d3aba -C extra-filename=-06f73d05a211c991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36802026-04-22T01:46:36.520Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("system"))' -C metadata=7ba12df9332ee762 -C extra-filename=-3f9c2a9c19a71c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812026-04-22T01:46:36.520Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b3655a267061260 -C extra-filename=-1b0901582467a41f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822026-04-22T01:46:36.521Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51ed57499d2d2f0f -C extra-filename=-d0eea7c597dd0bad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832026-04-22T01:46:36.521Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=d6e3c65798bc0107 -C extra-filename=-926f5fabeb167efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842026-04-22T01:46:36.639Z Compiling num_enum v0.7.5
36852026-04-22T01:46:36.643Z Compiling zone v0.3.1
36862026-04-22T01:46:36.643Z Compiling num v0.4.3
36872026-04-22T01:46:36.643Z Compiling libsw v3.5.0
36882026-04-22T01:46:36.643Z Compiling smawk v0.3.2
36892026-04-22T01:46:36.643Z Compiling unicode-linebreak v0.1.5
36902026-04-22T01:46:36.643Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=5ca66f1f2c31d227 -C extra-filename=-21034107fa2e8297 --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-4e86e66753237f79.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912026-04-22T01:46:36.643Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=f4de490ff4150317 -C extra-filename=-32065407089088fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4c7a5ecc60f8628.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-c5454fd0ab193012.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922026-04-22T01:46:36.643Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/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=1434c6867f6f6add -C extra-filename=-191483c6379a0b7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9544354c5c503a30.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932026-04-22T01:46:36.847Z Compiling typify-macro v0.6.1
36942026-04-22T01:46:36.847Z Compiling ingot-types v0.1.2
36952026-04-22T01:46:36.851Z Compiling usdt v0.5.0
36962026-04-22T01:46:36.851Z Compiling walkdir v2.5.0
36972026-04-22T01:46:36.851Z Compiling papergrid v0.11.0
36982026-04-22T01:46:36.851Z Compiling tabled_derive v0.7.0
36992026-04-22T01:46:36.851Z Compiling globset v0.4.18
37002026-04-22T01:46:36.851Z Compiling slog-dtrace v0.3.0
37012026-04-22T01:46:36.851Z Compiling termtree v0.5.1
37022026-04-22T01:46:36.851Z Compiling pin-project-internal v1.1.11
37032026-04-22T01:46:36.883Z Compiling fd-lock v4.0.4
37042026-04-22T01:46:36.886Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=1b12d4877e8cf5ce -C extra-filename=-700e7238e9014ef4 --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-2835ca4522b5f476.so --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-04-22T01:46:36.886Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=18cbd8d634aefec7 -C extra-filename=-d142be9420a73f99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062026-04-22T01:46:36.886Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=d0db8a5c09f03457 -C extra-filename=-44c1612c5dbda4cc --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-69fb845b653ec8cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072026-04-22T01:46:36.886Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=0fd3f72cd02b1f33 -C extra-filename=-7edb1e71e79184a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-a47631c902b04a66.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-6a26e49cc52db37f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082026-04-22T01:46:36.886Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=1ac7bf41341da652 -C extra-filename=-172dac5e7b0475e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-079631bae9789ff9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-b7e52e9dd3f0ee7c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092026-04-22T01:46:36.886Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40b50456130ac154 -C extra-filename=-e8c393500322ecae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102026-04-22T01:46:37.122Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84e01c25b885dcd0 -C extra-filename=-abf18d663758f033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-59ebe922ece3c17a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112026-04-22T01:46:37.126Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=e56dd193675e85db -C extra-filename=-cdb4c5a3370cd5be --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-46c915933335eb47.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122026-04-22T01:46:37.126Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=60352f0823f5e2c5 -C extra-filename=-d54c0d6fca6b9684 --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-f36ddc049d2e6511.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-043d7a1526811242.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-9b6bf89d831ba713.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-65eaccd67be90356.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-d558996014eb75a6.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8f7b724a69a04d1f.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e24cc0d5f818f98e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132026-04-22T01:46:37.126Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-87ea9737c8363339/build-script-build`
37142026-04-22T01:46:37.126Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "log", "serde", "serde1", "simd-accel"))' -C metadata=73cd7167ae2832df -C extra-filename=-7ed5b5014e10b2ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152026-04-22T01:46:37.126Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
37162026-04-22T01:46:37.126Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37172026-04-22T01:46:37.155Z Compiling derive_more-impl v2.1.1
37182026-04-22T01:46:37.158Z Compiling vte v0.14.1
37192026-04-22T01:46:37.158Z Compiling linked-hash-map v0.5.6
37202026-04-22T01:46:37.158Z Compiling minimal-lexical v0.2.1
37212026-04-22T01:46:37.158Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13f8eaabdfa3dcd6 -C extra-filename=-094c81373b782df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-f4985a9e8a380b43.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222026-04-22T01:46:37.158Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3e560e688571334 -C extra-filename=-ae4ba44fdce7e38a --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ae4ba44fdce7e38a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232026-04-22T01:46:37.158Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c3b0ef2244f00d8 -C extra-filename=-87c37d8cc338976d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242026-04-22T01:46:37.158Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2a74f7622e6ec91 -C extra-filename=-f6d9845e3c86ab5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252026-04-22T01:46:37.158Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e30f5242819f7d1 -C extra-filename=-97d2f635cac76560 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262026-04-22T01:46:37.158Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=aae93931be5aa4eb -C extra-filename=-79b04dba0041c8e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-330c87bd18ddc8ae.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272026-04-22T01:46:37.158Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa27714a92a7b885 -C extra-filename=-d90d9ddae0a31d49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-1b0901582467a41f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282026-04-22T01:46:37.158Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-a7dfbad96e68477c/build-script-build`
37292026-04-22T01:46:37.158Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7ecdccf7225704bf/build-script-build`
37302026-04-22T01:46:37.474Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default"))' -C metadata=deb60cbe966a6af2 -C extra-filename=-29757ff05e07c029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-bca8bb8c1bf9d50f.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-700e7238e9014ef4.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312026-04-22T01:46:37.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38f84b70da118941 -C extra-filename=-fe4b1f656aa4e2be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-21034107fa2e8297.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322026-04-22T01:46:37.478Z Compiling hickory-proto v0.24.4
37332026-04-22T01:46:37.502Z Compiling pem v3.0.6
37342026-04-22T01:46:37.505Z Compiling nu-ansi-term v0.50.3
37352026-04-22T01:46:37.505Z Compiling display-error-chain v0.2.2
37362026-04-22T01:46:37.505Z Compiling ar_archive_writer v0.5.1
37372026-04-22T01:46:37.538Z Compiling snafu-derive v0.8.9
37382026-04-22T01:46:37.543Z Compiling textwrap v0.16.2
37392026-04-22T01:46:37.543Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=cf9115e6f52762c0 -C extra-filename=-4b16e32a2cb11a90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-d0eea7c597dd0bad.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402026-04-22T01:46:37.543Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "bitflags", "cursor-icon", "default", "log", "no_std", "serde"))' -C metadata=49f109b244b1b909 -C extra-filename=-b50d0eeaa2ae1808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412026-04-22T01:46:37.543Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=9eb70a9675625986 -C extra-filename=-adb4768ff66a44e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422026-04-22T01:46:37.544Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=75b4d85fdf901b6b -C extra-filename=-59deb866faca874d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432026-04-22T01:46:37.758Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=2bc5b389ce57c817 -C extra-filename=-2ea35f8f1ae95352 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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)'`
37442026-04-22T01:46:37.762Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=59faf8b1b26babb4 -C extra-filename=-90b9264fd07878d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'`
37452026-04-22T01:46:37.795Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=e95df7198630d2e8 -C extra-filename=-a66b21d7e85e0d3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462026-04-22T01:46:37.798Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/display-error-chain-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=570a051af1190c4f -C extra-filename=-25bb92595f18c8f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472026-04-22T01:46:37.798Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive_serde_style", "gnu_legacy", "serde", "std"))' -C metadata=9b7eaa8b837d6aee -C extra-filename=-62d06a8cd2db10be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482026-04-22T01:46:37.825Z Compiling tokio-dtrace v0.1.1
37492026-04-22T01:46:37.827Z Compiling olpc-cjson v0.1.4
37502026-04-22T01:46:37.827Z Compiling serde_plain v1.0.2
37512026-04-22T01:46:37.827Z Compiling typed-path v0.9.3
37522026-04-22T01:46:37.827Z Compiling stacker v0.1.23
37532026-04-22T01:46:37.828Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ar_archive_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ar_archive_writer-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a18335c6a85b44e -C extra-filename=-859f9985b3b6115d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542026-04-22T01:46:37.828Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=210dc41de678043a -C extra-filename=-23173c3b3efa2ff8 --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-7a627029a175eba8.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5028ff464868707e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552026-04-22T01:46:37.828Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=c3ee84434c300e91 -C extra-filename=-0bfc0d4a374e8cb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562026-04-22T01:46:37.828Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=a94930138129484c -C extra-filename=-5519d6c27e4bdc59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-d142be9420a73f99.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-13c8b604a2d2a9ec.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e8c393500322ecae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572026-04-22T01:46:37.966Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e772c602eff2d58 -C extra-filename=-6069d96d58be2c07 --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-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582026-04-22T01:46:37.969Z Compiling ingot v0.1.1
37592026-04-22T01:46:37.969Z Compiling strip-ansi-escapes v0.2.1
37602026-04-22T01:46:37.999Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=54c9a54e86c1294b -C extra-filename=-9d36953a0627bf6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612026-04-22T01:46:38.002Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=409425748f0fd6e4 -C extra-filename=-93579350b8206f00 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622026-04-22T01:46:38.002Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8beeec1d3d9b818 -C extra-filename=-0d80a98082e378fc --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-0d80a98082e378fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632026-04-22T01:46:38.002Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ae4ba44fdce7e38a/build-script-build`
37642026-04-22T01:46:38.037Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typed-path-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cbebaecd37320204 -C extra-filename=-bbdfa85da1bca7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652026-04-22T01:46:38.041Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9396ef23990624c3 -C extra-filename=-66e816845a3c3a3a --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-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f86e47055563d213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662026-04-22T01:46:38.142Z Compiling lru-cache v0.1.2
37672026-04-22T01:46:38.145Z Compiling nom v7.1.3
37682026-04-22T01:46:38.175Z Compiling csv-core v0.1.13
37692026-04-22T01:46:38.178Z Compiling highway v1.3.0
37702026-04-22T01:46:38.178Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=45799c1983a7f2db -C extra-filename=-fa651574ff73e462 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-46c915933335eb47.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-cdb4c5a3370cd5be.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712026-04-22T01:46:38.178Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/1e40efd/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c179cfc11a569db -C extra-filename=-be6aa4833dcf6142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-20818eb2682fe51d.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-29757ff05e07c029.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-700e7238e9014ef4.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-5700595b02ef7a4c.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-998d3e58729545f6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-69a0f944722eb3a4.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-1d9679b93387a4aa.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
37722026-04-22T01:46:38.178Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strip-ansi-escapes-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=051dc94a6d604807 -C extra-filename=-129169b27369193c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-b50d0eeaa2ae1808.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732026-04-22T01:46:38.178Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccc0fee8d2055ec0 -C extra-filename=-bcc71af26b00ef2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-fe4b1f656aa4e2be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -l static=pci`
37742026-04-22T01:46:38.320Z Compiling humantime v2.3.0
37752026-04-22T01:46:38.323Z Compiling cfg_aliases v0.1.1
37762026-04-22T01:46:38.323Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=262c5861f07cb8a1 -C extra-filename=-642be4af1a5a9ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-59deb866faca874d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772026-04-22T01:46:38.323Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=beb099c7336ac0a2 -C extra-filename=-1da99390fe30d311 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-adb4768ff66a44e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782026-04-22T01:46:38.362Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/highway-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e7757e7738737e08 -C extra-filename=-3f48b8540bd04fa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792026-04-22T01:46:38.366Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-core-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=ebf9cdaa59d700bc -C extra-filename=-869a63dcb2cda8ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802026-04-22T01:46:38.480Z Compiling nibble_vec v0.1.0
37812026-04-22T01:46:38.484Z Compiling endian-type v0.1.2
37822026-04-22T01:46:38.484Z Compiling home v0.5.12
37832026-04-22T01:46:38.484Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37842026-04-22T01:46:38.515Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=221deffa282292c9 -C extra-filename=-cd62a8092d4aee07 --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-d33b24db3b255967.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852026-04-22T01:46:38.518Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mu"))' -C metadata=cf111cabeb34da68 -C extra-filename=-e8260ba4e9f18d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862026-04-22T01:46:38.518Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07e0eeac62cc3026 -C extra-filename=-2ca8f6c584800249 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872026-04-22T01:46:38.693Z Compiling oxide-tokio-rt v0.1.4
37882026-04-22T01:46:38.696Z Compiling tabled v0.15.0
37892026-04-22T01:46:38.696Z Compiling pin-project v1.1.11
37902026-04-22T01:46:38.696Z Compiling reedline v0.40.0
37912026-04-22T01:46:38.696Z Compiling csv v1.4.0
37922026-04-22T01:46:38.696Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea90a123f48994d9 -C extra-filename=-80e541eacc8a163b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932026-04-22T01:46:38.696Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43f3b03b55c23dd8 -C extra-filename=-7199a57ac63de693 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942026-04-22T01:46:38.696Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/e3d9a1c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5f8a2dbea86b0a9 -C extra-filename=-a089afdd475e647a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952026-04-22T01:46:38.696Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52a22e0d6cd2100e -C extra-filename=-7d492a479d7016e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962026-04-22T01:46:38.915Z Compiling derive_more v2.1.1
37972026-04-22T01:46:38.918Z Compiling nix v0.28.0
37982026-04-22T01:46:38.918Z Compiling phf_shared v0.12.1
37992026-04-22T01:46:38.918Z Compiling recursive-proc-macro-impl v0.1.1
38002026-04-22T01:46:38.918Z Compiling semver v0.1.20
38012026-04-22T01:46:38.918Z Compiling chrono-tz v0.10.4
38022026-04-22T01:46:38.918Z Compiling const_format_proc_macros v0.2.34
38032026-04-22T01:46:38.918Z Compiling peg-macros v0.8.5
38042026-04-22T01:46:38.918Z Compiling sqlparser_derive v0.5.0
38052026-04-22T01:46:38.951Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg, tokio_unstable)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=fa4462a2a568d065 -C extra-filename=-12801943aac47a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-6069d96d58be2c07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062026-04-22T01:46:38.954Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=2c71928033336b82 -C extra-filename=-19d8d497c53e0b20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-79b04dba0041c8e4.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-094c81373b782df2.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072026-04-22T01:46:38.954Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=dd297d9da5d30748 -C extra-filename=-052e736aa72b25c2 --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-d33b24db3b255967.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-213591dc35900c35.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-f6d9845e3c86ab5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-62d06a8cd2db10be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-129169b27369193c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-f4708de838994be0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082026-04-22T01:46:38.954Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06827cd9edea9136 -C extra-filename=-d701457ac65eaf98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-869a63dcb2cda8ad.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092026-04-22T01:46:38.954Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-0d80a98082e378fc/build-script-build`
38102026-04-22T01:46:38.954Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac81bee985241561 -C extra-filename=-57958fddfb9dbace --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-97d2f635cac76560.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112026-04-22T01:46:39.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=2d922d4841d83146 -C extra-filename=-9bcc34f4b9043861 --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-4b16e32a2cb11a90.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122026-04-22T01:46:39.207Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=f488f431ba3e1e4a -C extra-filename=-543b74546a1d6fbb --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-543b74546a1d6fbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-2ca8f6c584800249.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132026-04-22T01:46:39.207Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b283619342d2d4b4 -C extra-filename=-677abeaa10d77504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142026-04-22T01:46:39.207Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name recursive_proc_macro_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-proc-macro-impl-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4827d8a46a92a5b6 -C extra-filename=-3dbbcdaceddb5104 --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-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152026-04-22T01:46:39.239Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=91981639ffea113e -C extra-filename=-a51f221c980015c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-cd202310ad5c957e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162026-04-22T01:46:39.242Z Compiling psm v0.1.30
38172026-04-22T01:46:39.242Z Compiling radix_trie v0.2.1
38182026-04-22T01:46:39.242Z Compiling winnow v0.6.26
38192026-04-22T01:46:39.242Z Compiling unicode_categories v0.1.1
38202026-04-22T01:46:39.242Z Compiling bcs v0.1.6
38212026-04-22T01:46:39.242Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
38222026-04-22T01:46:39.242Z Compiling filetime v0.2.27
38232026-04-22T01:46:39.243Z Compiling xattr v1.6.1
38242026-04-22T01:46:39.243Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=3a0b7ca7d170def7 -C extra-filename=-678bbdc40ba25fdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252026-04-22T01:46:39.278Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3a95a4e559c7c54 -C extra-filename=-0b420b0e47f16de5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262026-04-22T01:46:39.281Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=1140399df6de9207 -C extra-filename=-405c455d6ab88401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272026-04-22T01:46:39.281Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=05a1fbb8800ea8dd -C extra-filename=-cee97c955ebe6fcc --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-cee97c955ebe6fcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282026-04-22T01:46:39.350Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49cf0b63752591e2 -C extra-filename=-ac68c59aa511e214 --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-ac68c59aa511e214 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-859f9985b3b6115d.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292026-04-22T01:46:39.383Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=8beda756b173e392 -C extra-filename=-b5df0a67340ac3d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-7d492a479d7016e4.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-7199a57ac63de693.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302026-04-22T01:46:39.386Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=891ee3888f2b605d -C extra-filename=-c0a6705721dfc792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312026-04-22T01:46:39.386Z Compiling typify v0.6.1
38322026-04-22T01:46:39.386Z Compiling crossterm v0.29.0
38332026-04-22T01:46:39.386Z Compiling subprocess v0.2.15
38342026-04-22T01:46:39.417Z Compiling headers-core v0.3.0
38352026-04-22T01:46:39.420Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b5141609c499a7b -C extra-filename=-2520c199c51d5b47 --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-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362026-04-22T01:46:39.420Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=70dc533b3f4b5e07 -C extra-filename=-90bed323691ab3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372026-04-22T01:46:39.420Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rdb_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/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=5c0d500c986764b4 -C extra-filename=-193488b7a4e43374 --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-87f875600adb1a5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382026-04-22T01:46:39.420Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=1c9b2fcfc5c1fc7b -C extra-filename=-bcb7dd51ca81bac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392026-04-22T01:46:39.420Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=259a3b6d3ba4cc52 -C extra-filename=-42ab93db90545655 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402026-04-22T01:46:39.556Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=58235f65c03742eb -C extra-filename=-4ad6c784163f9a62 --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-59ebe922ece3c17a.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-abf18d663758f033.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412026-04-22T01:46:39.560Z Compiling phf v0.12.1
38422026-04-22T01:46:39.560Z Compiling base64 v0.21.7
38432026-04-22T01:46:39.560Z Compiling yasna v0.5.2
38442026-04-22T01:46:39.588Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=da74c42af9272f3a -C extra-filename=-819947e791efb7e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9bcc34f4b9043861.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f1440f2cce620e94.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-853b38597816e147.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452026-04-22T01:46:39.591Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7930bab6671917a -C extra-filename=-de8b45ee1d4a05f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462026-04-22T01:46:39.591Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c57ab3b3d5ce0c4 -C extra-filename=-3d278c03b6f7453f --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-bd162c0c86e103cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472026-04-22T01:46:39.591Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=ace5181b5eb7df3f -C extra-filename=-1cc3d69a5b340d4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a51f221c980015c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482026-04-22T01:46:39.591Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-cee97c955ebe6fcc/build-script-build`
38492026-04-22T01:46:39.591Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9b61347c6f026021 -C extra-filename=-dd4fa1a35289f367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502026-04-22T01:46:39.627Z Compiling rustc_version v0.1.7
38512026-04-22T01:46:39.630Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=d45ab6ecfb017ff3 -C extra-filename=-f6080bf5a811f2ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522026-04-22T01:46:39.665Z Compiling tar v0.4.45
38532026-04-22T01:46:39.670Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65da65da5b078809 -C extra-filename=-5cb7ce6385f83707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-677abeaa10d77504.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542026-04-22T01:46:39.670Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=dead_code --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=39792e29fb51c744 -C extra-filename=-9e5d1d8037063043 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-bcb7dd51ca81bac9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552026-04-22T01:46:39.705Z Compiling headers v0.4.1
38562026-04-22T01:46:39.742Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e401452ad71b802e -C extra-filename=-ec3f3f3f4abbd1a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-3d278c03b6f7453f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-84b995bd35224e51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572026-04-22T01:46:39.820Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-543b74546a1d6fbb/build-script-build`
38582026-04-22T01:46:39.823Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38592026-04-22T01:46:39.823Z Compiling dropshot-api-manager-types v0.6.0
38602026-04-22T01:46:39.893Z Compiling progenitor-impl v0.13.0
38612026-04-22T01:46:39.896Z Compiling hickory-resolver v0.24.4
38622026-04-22T01:46:39.896Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=ffa2306dde3e55db -C extra-filename=-265fede021c7bb03 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-265fede021c7bb03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632026-04-22T01:46:39.933Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c7fd020b9e7061c -C extra-filename=-6c24f3beaf08c134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642026-04-22T01:46:40.044Z Compiling snafu v0.8.9
38652026-04-22T01:46:40.047Z Compiling tagptr v0.2.0
38662026-04-22T01:46:40.047Z Compiling utf-8 v0.7.6
38672026-04-22T01:46:40.150Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7e05b966d5add5e -C extra-filename=-5f4a607086c95e3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-4ad6c784163f9a62.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682026-04-22T01:46:40.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=3dd9d3176417076e -C extra-filename=-9659de3644bedf74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-23173c3b3efa2ff8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1da99390fe30d311.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3f9c2a9c19a71c2c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692026-04-22T01:46:40.262Z Compiling newtype_derive v0.1.6
38702026-04-22T01:46:40.266Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
38712026-04-22T01:46:40.266Z Compiling libefi-sys v0.1.0
38722026-04-22T01:46:40.266Z Compiling bitfield-struct v0.6.2
38732026-04-22T01:46:40.266Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38742026-04-22T01:46:40.266Z Compiling radium v0.7.0
38752026-04-22T01:46:40.266Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=bf525387ae2d8acb -C extra-filename=-e984f6592b564be3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-57958fddfb9dbace.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-0bfc0d4a374e8cb1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762026-04-22T01:46:40.266Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=56b598f8a88e82df -C extra-filename=-8565648b02354f9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
38772026-04-22T01:46:40.266Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c108111c758fd0f3 -C extra-filename=-9b4dcb7dd8572e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782026-04-22T01:46:40.266Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tagptr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tagptr-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa6ba459caac74c8 -C extra-filename=-1b77d19f7a207b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792026-04-22T01:46:40.405Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-ac68c59aa511e214/build-script-build`
38802026-04-22T01:46:40.408Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
38812026-04-22T01:46:40.408Z Compiling const_format v0.2.35
38822026-04-22T01:46:40.408Z Compiling rcgen v0.12.1
38832026-04-22T01:46:40.408Z Compiling maybe-uninit v2.0.0
38842026-04-22T01:46:40.439Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=cb1873e16b4e76d6 -C extra-filename=-3895659be43078d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-3895659be43078d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5cb7ce6385f83707.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852026-04-22T01:46:40.444Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c501deaf16b96283 -C extra-filename=-75e468c27f09179e --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-75e468c27f09179e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862026-04-22T01:46:40.444Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=6ac1d11ae8d6e6d1 -C extra-filename=-46df762378d6d699 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-46df762378d6d699 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872026-04-22T01:46:40.444Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34f3b71d36a3316f -C extra-filename=-c6ec84973037b99f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882026-04-22T01:46:40.444Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f4c8f669de0b02b -C extra-filename=-1f239757afdd21d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-1f239757afdd21d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892026-04-22T01:46:40.444Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8e7efe113c1425e -C extra-filename=-e386cd846ec3269e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902026-04-22T01:46:40.616Z Compiling moka v0.12.13
38912026-04-22T01:46:40.619Z Compiling tungstenite v0.21.0
38922026-04-22T01:46:40.619Z Compiling tap v1.0.1
38932026-04-22T01:46:40.646Z Compiling zerocopy-derive v0.6.6
38942026-04-22T01:46:40.651Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=3ab7c9c273999813 -C extra-filename=-4631c617a980eb28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-f6080bf5a811f2ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
38952026-04-22T01:46:40.651Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/bae0440/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=76c35297617a46ee -C extra-filename=-b9c2bcdfaba5a68f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-319e79d5009fec08.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-fa651574ff73e462.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-0d897d1666ed339a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-cb388b4807b3b38d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962026-04-22T01:46:40.651Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=9359f92fd70c19b5 -C extra-filename=-b96b5aa171e7158a --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-678bbdc40ba25fdc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972026-04-22T01:46:40.651Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=24acf5867e385239 -C extra-filename=-c709906a8e75c71e --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-d33b24db3b255967.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1cc3d69a5b340d4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982026-04-22T01:46:40.651Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9055361cee57932 -C extra-filename=-289fda8af79879a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-289fda8af79879a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992026-04-22T01:46:40.796Z Compiling sqlformat v0.3.5
39002026-04-22T01:46:40.800Z Compiling peg v0.8.5
39012026-04-22T01:46:40.800Z Compiling crc-catalog v2.4.0
39022026-04-22T01:46:40.834Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name psm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c306a3c03361b94 -C extra-filename=-a6e72d83245523e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
39032026-04-22T01:46:40.839Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08a74816c990beb3 -C extra-filename=-d9e3bb92705d3d95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042026-04-22T01:46:40.839Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=8a78da3022f43fc6 -C extra-filename=-7c3b1a4586afb7c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-84b995bd35224e51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-9b4dcb7dd8572e1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052026-04-22T01:46:40.839Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1632e1c1780ce542 -C extra-filename=-c1c2c47715ac2178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062026-04-22T01:46:40.839Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "quanta", "sync", "unstable-debug-counters"))' -C metadata=0ba198453c3d7ad2 -C extra-filename=-6fcabc641a336514 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-44f9d96f1d23d9ae.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-1b77d19f7a207b7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072026-04-22T01:46:40.871Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbf198c74e164449 -C extra-filename=-f7fb554c399c395e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-c0a6705721dfc792.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-90bed323691ab3cb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082026-04-22T01:46:40.874Z Compiling wyz v0.5.1
39092026-04-22T01:46:40.874Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-265fede021c7bb03/build-script-build`
39102026-04-22T01:46:40.874Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fce1ffebaa942224 -C extra-filename=-a87d8ff45cf640d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112026-04-22T01:46:40.875Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=f74208367ce6354f -C extra-filename=-dcf4020f0700e8a3 --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-405c455d6ab88401.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122026-04-22T01:46:41.052Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=2612078ca5f713c7 -C extra-filename=-57d526702f8f8747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-c1c2c47715ac2178.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132026-04-22T01:46:41.198Z Compiling funty v2.0.0
39142026-04-22T01:46:41.198Z Compiling packed_struct v0.10.1
39152026-04-22T01:46:41.201Z Compiling crc v3.4.0
39162026-04-22T01:46:41.201Z Compiling packed_struct_codegen v0.10.1
39172026-04-22T01:46:41.201Z Compiling bitfield-macros v0.19.4
39182026-04-22T01:46:41.201Z Compiling indexmap v1.9.3
39192026-04-22T01:46:41.201Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-3895659be43078d7/build-script-build`
39202026-04-22T01:46:41.201Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-46df762378d6d699/build-script-build`
39212026-04-22T01:46:41.201Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-1f239757afdd21d8/build-script-build`
39222026-04-22T01:46:41.201Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-75e468c27f09179e/build-script-build`
39232026-04-22T01:46:41.394Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-289fda8af79879a5/build-script-build`
39242026-04-22T01:46:41.397Z Compiling qorb v0.4.1
39252026-04-22T01:46:41.397Z Compiling rustyline v14.0.0
39262026-04-22T01:46:41.397Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39272026-04-22T01:46:41.397Z Compiling tokio-tungstenite v0.21.0
39282026-04-22T01:46:41.397Z Compiling nodrop v0.1.14
39292026-04-22T01:46:41.397Z Compiling hashbrown v0.12.3
39302026-04-22T01:46:41.397Z Compiling ron v0.8.1
39312026-04-22T01:46:41.426Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dab592b7ef13a5b4 -C extra-filename=-3345789e57cdaf58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-a87d8ff45cf640d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322026-04-22T01:46:41.430Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=ff00eba98d99f851 -C extra-filename=-73e4e73fdada66c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-73e4e73fdada66c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332026-04-22T01:46:41.430Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a228fbad5dc9a111 -C extra-filename=-2945faefcbd24140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342026-04-22T01:46:41.430Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=92f5dbfe8b82b361 -C extra-filename=-c6e2b792a2fde82c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352026-04-22T01:46:41.430Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=9e2bea805b5e386f -C extra-filename=-18f218aad7f8981b --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-18f218aad7f8981b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362026-04-22T01:46:41.430Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58dfdeb99ec0d3bb -C extra-filename=-1390cf9209a072a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372026-04-22T01:46:41.608Z Compiling hashbrown v0.13.2
39382026-04-22T01:46:41.611Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=b1b6d987ec2b4092 -C extra-filename=-d98942204e719ac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-9659de3644bedf74.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392026-04-22T01:46:41.611Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=fdeb1585a0815001 -C extra-filename=-a3e9acc453f72690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402026-04-22T01:46:41.639Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=ec9747e4c2d7d9b6 -C extra-filename=-1c603fe9d466fbde --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-2af439753ba3fae8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-7c3b1a4586afb7c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412026-04-22T01:46:41.642Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea5e8a6423ebeb40 -C extra-filename=-dffe9acce1131fbf --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-c6ec84973037b99f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422026-04-22T01:46:41.642Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=8a5a4a468084f6d1 -C extra-filename=-dc6bccccd51e9c18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432026-04-22T01:46:41.642Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=26eca7512bf92f83 -C extra-filename=-d1b94cb05f463156 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442026-04-22T01:46:41.642Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad241f5f20c7bf23 -C extra-filename=-441bde8251a51daa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
39452026-04-22T01:46:41.642Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name stacker --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddab1e52673f4d66 -C extra-filename=-7f20be138954f37b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-a6e72d83245523e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out`
39462026-04-22T01:46:41.642Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=e6b91f8e575c0bde -C extra-filename=-08c6f270fc9aa1c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-f6d9845e3c86ab5b.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-80e541eacc8a163b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8565648b02354f9d.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-b5df0a67340ac3d3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472026-04-22T01:46:41.889Z Compiling hickory-resolver v0.25.2
39482026-04-22T01:46:41.889Z Compiling array-init v0.0.4
39492026-04-22T01:46:41.893Z Compiling crc-any v2.5.0
39502026-04-22T01:46:41.893Z Compiling xshell-macros v0.2.7
39512026-04-22T01:46:41.893Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=b6792a8144910385 -C extra-filename=-13e665606f435ce9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
39522026-04-22T01:46:41.893Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa43832539692950 -C extra-filename=-501adfc8560ea4ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
39532026-04-22T01:46:41.941Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b367cbd578e3d27c -C extra-filename=-2c5b4012fdeaaa56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
39542026-04-22T01:46:41.944Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=b13282e9dadf22bc -C extra-filename=-e9a256f83b13698a --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-78c2aa64fb702eaa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552026-04-22T01:46:42.118Z Compiling recursive v0.1.1
39562026-04-22T01:46:42.118Z Compiling zerocopy v0.6.6
39572026-04-22T01:46:42.122Z Compiling bitvec v1.0.1
39582026-04-22T01:46:42.122Z Compiling smallvec v0.6.14
39592026-04-22T01:46:42.122Z Compiling path-slash v0.1.5
39602026-04-22T01:46:42.122Z Compiling half v1.8.3
39612026-04-22T01:46:42.122Z Compiling num-derive v0.3.3
39622026-04-22T01:46:42.122Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/bae0440/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=f185c87fb9ff5f12 -C extra-filename=-3fae85e05c51c18e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-319e79d5009fec08.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-fa651574ff73e462.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-c39522619ce25d70.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-b9c2bcdfaba5a68f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-0d897d1666ed339a.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.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)'`
39632026-04-22T01:46:42.122Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=14b1d6a4cc0ce2b6 -C extra-filename=-147c502226db37b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642026-04-22T01:46:42.122Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-18f218aad7f8981b/build-script-build`
39652026-04-22T01:46:42.122Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=7b809f8ede4fe968 -C extra-filename=-737283aa05120af2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-a3e9acc453f72690.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662026-04-22T01:46:42.122Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=ad5955c9b89b0fed -C extra-filename=-a608132efa14fe62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-6fcabc641a336514.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3f9c2a9c19a71c2c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672026-04-22T01:46:42.122Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xshell_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-macros-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0eebec97685ef343 -C extra-filename=-7bc7e60f65199121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682026-04-22T01:46:42.268Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name recursive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3c562147532e70c -C extra-filename=-7f10c06cbc430ca8 --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-3dbbcdaceddb5104.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-7f20be138954f37b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out`
39692026-04-22T01:46:42.271Z Compiling steno v0.4.1
39702026-04-22T01:46:42.271Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39712026-04-22T01:46:42.271Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39722026-04-22T01:46:42.271Z Compiling proc-macro-error-attr2 v2.0.0
39732026-04-22T01:46:42.304Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39742026-04-22T01:46:42.335Z Compiling fxhash v0.2.1
39752026-04-22T01:46:42.339Z Compiling maplit v1.0.2
39762026-04-22T01:46:42.339Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-73e4e73fdada66c5/build-script-build`
39772026-04-22T01:46:42.339Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=0aa73623e2f7338c -C extra-filename=-ce8240904e94ca51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-c6e2b792a2fde82c.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-441bde8251a51daa.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-c1c2c47715ac2178.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-57d526702f8f8747.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782026-04-22T01:46:42.339Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "num-traits", "serde", "serialize", "std", "use-intrinsics", "zerocopy"))' -C metadata=13aa3309cc7d162f -C extra-filename=-e54dfc1655ecf43f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792026-04-22T01:46:42.339Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("full-syntax"))' -C metadata=1dea29285f7a3e06 -C extra-filename=-0bc9f6852a78650d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802026-04-22T01:46:42.339Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=b9bf4e17f42647e7 -C extra-filename=-3a9c68edcfc0b182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -l pq`
39812026-04-22T01:46:42.339Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f04ba05cade1c2c2 -C extra-filename=-7818962d0556daac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39822026-04-22T01:46:42.339Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=65356b351a9b5f48 -C extra-filename=-d000bd11ea7d48a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-501adfc8560ea4ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832026-04-22T01:46:42.339Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=174c54a15253ebdd -C extra-filename=-07d9a0c27f746347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-d9e3bb92705d3d95.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39842026-04-22T01:46:42.372Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f3334712c8df223 -C extra-filename=-924690bfd03b65a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852026-04-22T01:46:42.375Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=98c07dedbd1dc33d -C extra-filename=-e03ffdc048cb3ed0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d1b94cb05f463156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
39862026-04-22T01:46:42.375Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6410d885cce3ecd7 -C extra-filename=-e9da9abda901af9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872026-04-22T01:46:42.375Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
39882026-04-22T01:46:42.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f05e81715e7b980 -C extra-filename=-2710c06b0597b522 --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-dffe9acce1131fbf.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-e386cd846ec3269e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892026-04-22T01:46:42.415Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77c9e3d23810f9fd -C extra-filename=-f3236050e8208ffb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-2c5b4012fdeaaa56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902026-04-22T01:46:42.415Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13c0736eb8160eb4 -C extra-filename=-1f7fb59fa0fc8bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912026-04-22T01:46:42.444Z Compiling sqlparser v0.61.0
39922026-04-22T01:46:42.447Z Compiling bitfield v0.19.4
39932026-04-22T01:46:42.448Z Compiling papergrid v0.17.0
39942026-04-22T01:46:42.475Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a8e39abb5c8a101 -C extra-filename=-592e0cbf24357969 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952026-04-22T01:46:42.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/bae0440/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=9de0c8c33d59897c -C extra-filename=-0638c4e5ea873622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-319e79d5009fec08.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3fae85e05c51c18e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962026-04-22T01:46:42.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a70178c0e9cdeee -C extra-filename=-f144e0ea11d99cff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972026-04-22T01:46:42.543Z Compiling serde-hex v0.1.0
39982026-04-22T01:46:42.546Z Compiling testing_table v0.3.0
39992026-04-22T01:46:42.546Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.61.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="recursive"' --cfg 'feature="recursive-protection"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "derive-dialect", "json_example", "recursive", "recursive-protection", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=a096fa4ec3116b69 -C extra-filename=-7df17a1d3c6c9f28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-7f10c06cbc430ca8.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-0b420b0e47f16de5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out`
40002026-04-22T01:46:42.583Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=093194061ecc5a27 -C extra-filename=-5fc6c03f1838dc63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-330c87bd18ddc8ae.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012026-04-22T01:46:42.619Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c945086fcd3ad231 -C extra-filename=-f0fad55f39e6f50a --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-1390cf9209a072a7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022026-04-22T01:46:42.695Z Compiling serde_cbor v0.11.2
40032026-04-22T01:46:42.699Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
40042026-04-22T01:46:42.699Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
40052026-04-22T01:46:42.699Z Compiling crc8 v0.1.1
40062026-04-22T01:46:42.700Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c85909520714166c -C extra-filename=-9a4ad6ed0f63fd39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-737283aa05120af2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d000bd11ea7d48a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072026-04-22T01:46:42.700Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name testing_table --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/testing_table-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansitok", "std"))' -C metadata=694c23d545ee9c90 -C extra-filename=-d44ada03f4aac874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082026-04-22T01:46:42.759Z Compiling xshell v0.2.7
40092026-04-22T01:46:42.762Z Compiling unicase v2.9.0
40102026-04-22T01:46:42.762Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40112026-04-22T01:46:42.762Z Compiling diff v0.1.13
40122026-04-22T01:46:42.798Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=447cabc45bed68b5 -C extra-filename=-8d556b8c77aea8ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-e54dfc1655ecf43f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132026-04-22T01:46:42.803Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crc8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc8-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59e47b2c1aedbf2b -C extra-filename=-0fee16111fe9c0a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142026-04-22T01:46:42.804Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=42c02a93564e4360 -C extra-filename=-3caf5449bb6dc371 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-3caf5449bb6dc371 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152026-04-22T01:46:42.804Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=c065c51b4179a99c -C extra-filename=-de5bacad7c60b69a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162026-04-22T01:46:42.832Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40172026-04-22T01:46:42.836Z Compiling git-stub v1.0.0
40182026-04-22T01:46:42.836Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xshell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78e793cc9152cfe8 -C extra-filename=-ca11d65f21dc5cf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern xshell_macros=/work/oxidecomputer/omicron/target/debug/deps/libxshell_macros-7bc7e60f65199121.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192026-04-22T01:46:42.836Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2a353f8407627a06 -C extra-filename=-d91f8b7d2415b14d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202026-04-22T01:46:42.836Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c90279b8e1debc5 -C extra-filename=-89e26fc4232fb772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212026-04-22T01:46:42.866Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab470d552b15d490 -C extra-filename=-ec261f49b4f878ae --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ec261f49b4f878ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40222026-04-22T01:46:42.902Z Compiling parking_lot_core v0.8.6
40232026-04-22T01:46:42.905Z Compiling diesel_derives v2.3.7
40242026-04-22T01:46:42.905Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=21ff864f67a96b14 -C extra-filename=-7f5661016d151124 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3345789e57cdaf58.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-07d9a0c27f746347.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252026-04-22T01:46:42.905Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name git_stub --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79fb72df2ea34245 -C extra-filename=-c1554f9c0a479804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40262026-04-22T01:46:42.940Z Compiling object v0.30.4
40272026-04-22T01:46:42.977Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=576b50fe026ab920 -C extra-filename=-015863a2f25735d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-015863a2f25735d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282026-04-22T01:46:42.981Z Compiling dsl_auto_type v0.2.0
40292026-04-22T01:46:42.981Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=400fbe22f5a290a0 -C extra-filename=-16c8ec8c305c3f38 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel_derives-16c8ec8c305c3f38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302026-04-22T01:46:42.981Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=c9008044ae801175 -C extra-filename=-f8b457ed2098fde9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-e9a256f83b13698a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e03ffdc048cb3ed0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40312026-04-22T01:46:43.051Z Compiling progenitor-macro v0.13.0
40322026-04-22T01:46:43.056Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=998b54e09f6983e6 -C extra-filename=-b6d3d77a032f3ecb --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-dac69a3fe8e72409.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332026-04-22T01:46:43.117Z Compiling diesel_table_macro_syntax v0.3.0
40342026-04-22T01:46:43.120Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4764245adcb9f4d6 -C extra-filename=-daca7b2b8414ca46 --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-70bfe26bf693ac5a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5f4a607086c95e3c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-acc578f05ddc32ba.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352026-04-22T01:46:43.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=831c1568f463f1c8 -C extra-filename=-fe003ae7c6870d42 --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-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362026-04-22T01:46:43.157Z Compiling vergen-gitcl v1.0.8
40372026-04-22T01:46:43.190Z Compiling scheduled-thread-pool v0.2.7
40382026-04-22T01:46:43.193Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=883df1afae08db99 -C extra-filename=-e8ecabee8e1c2764 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e8ecabee8e1c2764 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392026-04-22T01:46:43.227Z Compiling git-stub-vcs v0.1.0
40402026-04-22T01:46:43.263Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2f80d872c6a76d3 -C extra-filename=-292c926930142aea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40412026-04-22T01:46:43.266Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name git_stub_vcs --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-vcs-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e75b84a7dba1554b -C extra-filename=-c70127b0ae219bd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-c1554f9c0a479804.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422026-04-22T01:46:43.332Z Compiling proc-macro-error2 v2.0.1
40432026-04-22T01:46:43.335Z Compiling kstat-rs v0.2.4
40442026-04-22T01:46:43.335Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ec261f49b4f878ae/build-script-build`
40452026-04-22T01:46:43.370Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ca8c195b1db66e8 -C extra-filename=-08f3681ffea75f83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462026-04-22T01:46:43.375Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=62ca91a4e9801b18 -C extra-filename=-5dd3716cbfcdde49 --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-e9da9abda901af9c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472026-04-22T01:46:43.434Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40482026-04-22T01:46:43.468Z Compiling libscf-sys v1.1.0
40492026-04-22T01:46:43.472Z Compiling downcast-rs v2.0.2
40502026-04-22T01:46:43.503Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3565d15be0f105ca -C extra-filename=-3cbda9d6f0c45bc7 --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-dc6bccccd51e9c18.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7f5661016d151124.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-07d9a0c27f746347.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512026-04-22T01:46:43.507Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=874997d12c27553d -C extra-filename=-f620d33d23dbc3fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-0bc9f6852a78650d.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522026-04-22T01:46:43.507Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "sync"))' -C metadata=4a7e6af7c6efab71 -C extra-filename=-98cfe07c2d8a807c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532026-04-22T01:46:43.507Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-015863a2f25735d1/build-script-build`
40542026-04-22T01:46:43.579Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-16c8ec8c305c3f38/build-script-build`
40552026-04-22T01:46:43.584Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e8ecabee8e1c2764/build-script-build`
40562026-04-22T01:46:43.584Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=72f10b8d886017e7 -C extra-filename=-729b85643b8c4770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-ce8240904e94ca51.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-2945faefcbd24140.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572026-04-22T01:46:43.616Z Compiling r2d2 v0.8.10
40582026-04-22T01:46:43.619Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c93c011c9f0a1ec6 -C extra-filename=-a4aac3f0f88b1175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-292c926930142aea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592026-04-22T01:46:43.653Z Compiling prefix-trie v0.7.0
40602026-04-22T01:46:43.656Z Compiling arc-swap v1.8.2
40612026-04-22T01:46:43.686Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=82ca6d411d84f9c3 -C extra-filename=-01a06f6021530933 --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-ce82e998364a0399.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40622026-04-22T01:46:43.725Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=a2e082b51bb21798 -C extra-filename=-90e8f2c254a14af8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632026-04-22T01:46:43.761Z Compiling nanorand v0.7.0
40642026-04-22T01:46:43.766Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=c33ed8471e329fc5 -C extra-filename=-e8befdbc00eb9d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-86d1f25375d74a93.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652026-04-22T01:46:43.766Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=068db0188a650a44 -C extra-filename=-6dfa3e2e840533b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40662026-04-22T01:46:43.801Z Compiling dirs-sys-next v0.1.2
40672026-04-22T01:46:43.807Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7329ad2a8babec8a -C extra-filename=-a7a65fe746be8b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40682026-04-22T01:46:43.812Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40692026-04-22T01:46:43.872Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40702026-04-22T01:46:43.875Z Compiling crunchy v0.2.4
40712026-04-22T01:46:43.902Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9be34462cedbc820 -C extra-filename=-aee2d664e520c26c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-f620d33d23dbc3fe.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722026-04-22T01:46:44.005Z Compiling clang-sys v1.8.1
40732026-04-22T01:46:44.077Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-3caf5449bb6dc371/build-script-build`
40742026-04-22T01:46:44.082Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dns-server/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f7f587f0b4063ae -C extra-filename=-763c26b44c3479ba --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-763c26b44c3479ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-c70127b0ae219bd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40752026-04-22T01:46:44.111Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=e312fb4ddfc01a4e -C extra-filename=-88ee58c191fe4f95 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-88ee58c191fe4f95 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762026-04-22T01:46:44.114Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
40772026-04-22T01:46:44.114Z Compiling tabled_derive v0.11.0
40782026-04-22T01:46:44.114Z Compiling typify-impl v0.4.3
40792026-04-22T01:46:44.114Z Compiling tiny-keccak v2.0.2
40802026-04-22T01:46:44.114Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=c8a5ebf52cb6a700 -C extra-filename=-7dd0b1dc4a27f0f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-7dd0b1dc4a27f0f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812026-04-22T01:46:44.114Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0049af1b8974b032 -C extra-filename=-a7c01a853476b00d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.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/`
40822026-04-22T01:46:44.208Z Compiling bit-vec v0.6.3
40832026-04-22T01:46:44.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a63a55460da42a2d -C extra-filename=-4f6c2dc2c6cec0dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-5dd3716cbfcdde49.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842026-04-22T01:46:44.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/bae0440/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcbea7ad417d9a47 -C extra-filename=-26cee0db7b229480 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-be6aa4833dcf6142.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3fae85e05c51c18e.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0638c4e5ea873622.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-0d897d1666ed339a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40852026-04-22T01:46:44.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=364b836b86395b35 -C extra-filename=-271264f5a2ab4278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862026-04-22T01:46:44.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=d09b2af169597885 -C extra-filename=-80bf1403ea7d9b5f --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-80bf1403ea7d9b5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40872026-04-22T01:46:44.283Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=c310b116025019f5 -C extra-filename=-10739075c3468038 --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-fe003ae7c6870d42.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-b6d3d77a032f3ecb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882026-04-22T01:46:44.359Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=ddc1d86f5fc63f75 -C extra-filename=-4e3e526b209fed09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892026-04-22T01:46:44.397Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
40902026-04-22T01:46:44.400Z Compiling parking_lot v0.11.2
40912026-04-22T01:46:44.400Z Compiling slog-scope v4.4.1
40922026-04-22T01:46:44.400Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=f22b1661465b8c68 -C extra-filename=-dc727805ba6f074e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20becf909a9773f7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-90f065035915e822.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f61ce2b0fa5dde8d.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)'`
40932026-04-22T01:46:44.466Z Compiling salty v0.3.0
40942026-04-22T01:46:44.470Z Compiling primeorder v0.13.6
40952026-04-22T01:46:44.470Z Compiling itertools v0.10.5
40962026-04-22T01:46:44.470Z Compiling ena v0.14.4
40972026-04-22T01:46:44.504Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=77b4540caf94a196 -C extra-filename=-596575e06af8fb49 --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-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-de5bacad7c60b69a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982026-04-22T01:46:44.508Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=850394474644004f -C extra-filename=-8a3d1e256d59ce6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-86d1f25375d74a93.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-37b593e45a181d21.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-e8befdbc00eb9d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992026-04-22T01:46:44.508Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7fe1f96ae3dd675 -C extra-filename=-47e9c8b342575b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-90e8f2c254a14af8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002026-04-22T01:46:44.539Z Compiling hickory-server v0.25.2
41012026-04-22T01:46:44.542Z Compiling libloading v0.8.9
41022026-04-22T01:46:44.542Z Compiling bindgen v0.71.1
41032026-04-22T01:46:44.574Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=601fb19bbe3f6c21 -C extra-filename=-c9d07f392c202303 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-c9d07f392c202303 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042026-04-22T01:46:44.578Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=8c8978d68f51ab70 -C extra-filename=-762f8a894759b20f --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-2545d1ea07b01fcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052026-04-22T01:46:44.578Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=121ed0db79b34a25 -C extra-filename=-d295b41b556b03bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062026-04-22T01:46:44.578Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=5e7ada034f00810d -C extra-filename=-0bdb4d1729bd24d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072026-04-22T01:46:44.578Z Compiling dirs-next v2.0.0
41082026-04-22T01:46:44.578Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=e743dd410b226d8e -C extra-filename=-eb54111f675d53ab --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-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5028ff464868707e.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-01a06f6021530933.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092026-04-22T01:46:44.612Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(libloading_docs)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcd22c592a8a9346 -C extra-filename=-988b520d8785f0dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41102026-04-22T01:46:44.616Z Compiling flume v0.11.1
41112026-04-22T01:46:44.616Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=eae53c7b3ce42c6f -C extra-filename=-25395a1e951b6a85 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-25395a1e951b6a85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122026-04-22T01:46:44.644Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66441a66f237315d -C extra-filename=-7bab5aaedd533df9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-a7a65fe746be8b7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132026-04-22T01:46:44.648Z Compiling regex-syntax v0.6.29
41142026-04-22T01:46:44.648Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=27a2cb527f6e5059 -C extra-filename=-2d74b937c2014210 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-6dfa3e2e840533b7.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152026-04-22T01:46:44.679Z Compiling bit-set v0.5.3
41162026-04-22T01:46:44.710Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-88ee58c191fe4f95/build-script-build`
41172026-04-22T01:46:44.713Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=1e00ec4975c0a1ed -C extra-filename=-4ebebc69f093df9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182026-04-22T01:46:44.713Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c6e0e74f082dd95e -C extra-filename=-81f29c4a17e961ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-4e3e526b209fed09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192026-04-22T01:46:44.789Z Compiling cexpr v0.6.0
41202026-04-22T01:46:44.792Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=557da5e4034658e1 -C extra-filename=-7c6d49e0ee2993de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212026-04-22T01:46:44.863Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41222026-04-22T01:46:44.867Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=990e8aff2c7a3382 -C extra-filename=-45522483bac15fb5 --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-1bc321bceb338989.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232026-04-22T01:46:45.005Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-80bf1403ea7d9b5f/build-script-build`
41242026-04-22T01:46:45.008Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7dd0b1dc4a27f0f5/build-script-build`
41252026-04-22T01:46:45.118Z Compiling sled v0.34.7
41262026-04-22T01:46:45.122Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-763c26b44c3479ba/build-script-build`
41272026-04-22T01:46:45.122Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=0518769d78c7ac03 -C extra-filename=-8acd779beeb1face --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-592e0cbf24357969.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8a3d1e256d59ce6a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282026-04-22T01:46:45.228Z Compiling term v0.7.0
41292026-04-22T01:46:45.231Z Compiling slog-stdlog v4.1.1
41302026-04-22T01:46:45.264Z Compiling libxml v0.3.3
41312026-04-22T01:46:45.267Z Compiling strum_macros v0.24.3
41322026-04-22T01:46:45.330Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=4add9cdda43458e2 -C extra-filename=-4b62239cf4d8d529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-7bab5aaedd533df9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332026-04-22T01:46:45.334Z Compiling p384 v0.13.1
41342026-04-22T01:46:45.334Z Compiling indoc v1.0.9
41352026-04-22T01:46:45.334Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=90b890b3159c6030 -C extra-filename=-dbaa781b978f9aff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-47e9c8b342575b7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362026-04-22T01:46:45.334Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f15109f406252719 -C extra-filename=-bdfb326f976e2156 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-bdfb326f976e2156 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372026-04-22T01:46:45.334Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df90a93ca31f3b51 -C extra-filename=-dff3331c0c39fbb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382026-04-22T01:46:45.405Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
41392026-04-22T01:46:45.408Z Compiling quick-xml v0.37.5
41402026-04-22T01:46:45.408Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=6b4e339e7378bf0b -C extra-filename=-e6d3c8372e7cee78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-988b520d8785f0dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412026-04-22T01:46:45.408Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=c7544a8d02572395 -C extra-filename=-8cd758ec6f16aa6e --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-d17d24254c9d4f20.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2545d1ea07b01fcb.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-762f8a894759b20f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41422026-04-22T01:46:45.408Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9d833b6edb20199 -C extra-filename=-5e3caf26cddc1468 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432026-04-22T01:46:45.479Z Compiling oso-derive v0.27.3
41442026-04-22T01:46:45.482Z Compiling impl-trait-for-tuples v0.2.3
41452026-04-22T01:46:45.482Z Compiling fs-err v2.11.0
41462026-04-22T01:46:45.482Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d81323ea16db0617 -C extra-filename=-d7947b025457adfe --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-f0fad55f39e6f50a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-729b85643b8c4770.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472026-04-22T01:46:45.513Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=74d4f5d0e79501f6 -C extra-filename=-c54194c33841684e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41482026-04-22T01:46:45.549Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=e4311fb109163367 -C extra-filename=-49149b8ac9d54ad8 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-49149b8ac9d54ad8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492026-04-22T01:46:45.581Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/impl-trait-for-tuples-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c010b70901be068a -C extra-filename=-48a01c7a681ebce6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502026-04-22T01:46:45.585Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79212a3917bb3464 -C extra-filename=-00d71a86e3c041f7 --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-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512026-04-22T01:46:45.616Z Compiling openssl-probe v0.1.6
41522026-04-22T01:46:45.619Z Compiling predicates-tree v1.0.13
41532026-04-22T01:46:45.619Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=5b075bfd32791468 -C extra-filename=-e49192f09e1d1610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41542026-04-22T01:46:45.619Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-25395a1e951b6a85/build-script-build`
41552026-04-22T01:46:45.619Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-c9d07f392c202303/build-script-build`
41562026-04-22T01:46:45.619Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f5cca5d510575cd -C extra-filename=-5943aa0198da3b68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572026-04-22T01:46:45.650Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f2861c8f8c0a86a -C extra-filename=-aa2fee6586458543 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41582026-04-22T01:46:45.789Z Compiling assert_matches v1.5.0
41592026-04-22T01:46:45.794Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84dc8859297ec220 -C extra-filename=-b146f4d917ffff0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41602026-04-22T01:46:46.035Z Compiling slog-envlogger v2.2.0
41612026-04-22T01:46:46.073Z Compiling ascii-canvas v3.0.0
41622026-04-22T01:46:46.076Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=4c35fbd1793c4ba8 -C extra-filename=-4cc7dfb1d3a6b4f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-47e9c8b342575b7e.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-dbaa781b978f9aff.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632026-04-22T01:46:46.076Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
41642026-04-22T01:46:46.076Z Compiling trait-variant v0.1.2
41652026-04-22T01:46:46.111Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc245c42d8666907 -C extra-filename=-863b23910bccd35b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41662026-04-22T01:46:46.115Z Compiling tabled v0.20.0
41672026-04-22T01:46:46.115Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-bdfb326f976e2156/build-script-build`
41682026-04-22T01:46:46.145Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/44a949c/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=e0d7becaa450c933 -C extra-filename=-e1c96f5b2e03fc6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f0b568ad7b44a842.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-aee2d664e520c26c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692026-04-22T01:46:46.148Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trait_variant --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trait-variant-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4578e072221548a3 -C extra-filename=-4912fc2f5075b79f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702026-04-22T01:46:46.185Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="assert"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --cfg 'feature="testing_table"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=8be9422a0fbcb420 -C extra-filename=-2f4e784d8df5db46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-5fc6c03f1838dc63.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-4f6c2dc2c6cec0dc.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-d44ada03f4aac874.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41712026-04-22T01:46:46.255Z Compiling toml_datetime v1.0.0+spec-1.1.0
41722026-04-22T01:46:46.258Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=f63223eb176dadc5 -C extra-filename=-c56db14a5b06353c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-e49192f09e1d1610.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41732026-04-22T01:46:46.324Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
41742026-04-22T01:46:46.327Z Compiling parse-size v1.1.0
41752026-04-22T01:46:46.327Z Compiling mime_guess v2.0.5
41762026-04-22T01:46:46.354Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=aca6c95f956f5cc2 -C extra-filename=-2f2d6ddd935582f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41772026-04-22T01:46:46.357Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.0.0+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=17738c014e617fc4 -C extra-filename=-c258f21bb245e591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782026-04-22T01:46:46.391Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-49149b8ac9d54ad8/build-script-build`
41792026-04-22T01:46:46.394Z Compiling ignore v0.4.25
41802026-04-22T01:46:46.394Z Compiling bb8 v0.8.6
41812026-04-22T01:46:46.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffe321aae11094f4 -C extra-filename=-67114daed709fb2a --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-67114daed709fb2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822026-04-22T01:46:46.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=1ca9c56a54b0e56a -C extra-filename=-26e14e65ef03aaee --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-26e14e65ef03aaee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41832026-04-22T01:46:46.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-size-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=617628a60e3077c3 -C extra-filename=-53b3c6bb35e26b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842026-04-22T01:46:46.423Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
41852026-04-22T01:46:46.457Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=16b966c6ee1aea08 -C extra-filename=-b4a53016c005d6d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-51872676107046e4.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-7ed5b5014e10b2ab.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-1b0901582467a41f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862026-04-22T01:46:46.460Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=fa79718235c5e0da -C extra-filename=-8144afb372319560 --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-7a627029a175eba8.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41872026-04-22T01:46:46.460Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
41882026-04-22T01:46:46.460Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/barcode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "slog", "slog-error-chain", "std", "x509-cert"))' -C metadata=0556f42fccd69e39 -C extra-filename=-c6939f3a22b3b744 --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-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892026-04-22T01:46:46.493Z Compiling http-range v0.1.5
41902026-04-22T01:46:46.496Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38720fa602fbaa8a -C extra-filename=-61d6aee1bf595309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
41912026-04-22T01:46:46.496Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=cb7a5e52cd8d45bb -C extra-filename=-79789e0c8459793b --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-79789e0c8459793b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922026-04-22T01:46:46.496Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=590a67b7c1fa1540 -C extra-filename=-7fb963e4479516a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932026-04-22T01:46:46.529Z Compiling corncobs v0.1.4
41942026-04-22T01:46:46.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/corncobs-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=05de0b724bd79261 -C extra-filename=-d945b2c55f29d708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41952026-04-22T01:46:46.600Z Compiling toml v1.0.6+spec-1.1.0
41962026-04-22T01:46:46.605Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.0.6+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=35277fb121e38a22 -C extra-filename=-26ca01fa6a73f661 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fd845e4993d13fcb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c258f21bb245e591.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-fadb4f6091feaea2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972026-04-22T01:46:46.767Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
41982026-04-22T01:46:46.770Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=a16ad82f4bbd1dbf -C extra-filename=-e40db4b605eb0b63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-45522483bac15fb5.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-2f2d6ddd935582f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41992026-04-22T01:46:46.804Z Compiling compression-core v0.4.31
42002026-04-22T01:46:46.807Z Compiling signal-hook-tokio v0.3.1
42012026-04-22T01:46:46.807Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=326481f32ab9d4a4 -C extra-filename=-6ef54c3981e27ac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42022026-04-22T01:46:46.843Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=daee2fb46b074844 -C extra-filename=-b52fa50b08a413c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42032026-04-22T01:46:46.843Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=8754b90324976f96 -C extra-filename=-b1fb3636e30508e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
42042026-04-22T01:46:46.940Z Compiling lalrpop v0.19.12
42052026-04-22T01:46:46.973Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42062026-04-22T01:46:46.973Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=4c90a121272f396e -C extra-filename=-19c9a42d84f3a626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-863b23910bccd35b.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-81f29c4a17e961ba.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-89e26fc4232fb772.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-d295b41b556b03bc.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0bdb4d1729bd24d1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-4ebebc69f093df9f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ba48d1aa0718435b.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-c56db14a5b06353c.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42072026-04-22T01:46:46.976Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-67114daed709fb2a/build-script-build`
42082026-04-22T01:46:46.977Z Compiling secrecy v0.8.0
42092026-04-22T01:46:47.009Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-oid"' --cfg 'feature="std"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "x509-cert"))' -C metadata=77abfabd78e3fab7 -C extra-filename=-7616ad328e70e854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-d945b2c55f29d708.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-c6939f3a22b3b744.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-43aa9fb8f231b9f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102026-04-22T01:46:47.043Z Compiling atty v0.2.14
42112026-04-22T01:46:47.046Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=47691d4aff29fc95 -C extra-filename=-e2cc61805a6590f8 --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-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122026-04-22T01:46:47.078Z Compiling dropshot v0.17.0
42132026-04-22T01:46:47.082Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=520306544ac77b3c -C extra-filename=-6804a3d52d287432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142026-04-22T01:46:47.109Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
42152026-04-22T01:46:47.112Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4071db8d1b56e091 -C extra-filename=-499acd2f832345c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-499acd2f832345c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162026-04-22T01:46:47.142Z Compiling compression-codecs v0.4.37
42172026-04-22T01:46:47.145Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e95a5d667e57df42 -C extra-filename=-6643a17391f2f0c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-4912fc2f5075b79f.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
42182026-04-22T01:46:47.182Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=e17431150ba5294f -C extra-filename=-e796598d2f3ca360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-6ef54c3981e27ac6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192026-04-22T01:46:47.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=fb25d59982a6d6b3 -C extra-filename=-4e34d51cc5968fb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-7c6d49e0ee2993de.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-e6d3c8372e7cee78.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-fa4aea552415bcb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202026-04-22T01:46:47.257Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
42212026-04-22T01:46:47.260Z Compiling dropshot_endpoint v0.17.0
42222026-04-22T01:46:47.291Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-79789e0c8459793b/build-script-build`
42232026-04-22T01:46:47.294Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5839475ed86c5672 -C extra-filename=-37c556b03824e829 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-37c556b03824e829 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242026-04-22T01:46:47.325Z Compiling globwalk v0.9.1
42252026-04-22T01:46:47.328Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e39898303ac05f8 -C extra-filename=-1a4fb08f0a3a7640 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42262026-04-22T01:46:47.363Z Compiling nonempty v0.12.0
42272026-04-22T01:46:47.395Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42282026-04-22T01:46:47.398Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14428e55e5b7e34d -C extra-filename=-1cc714be6d260e56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-b4a53016c005d6d9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292026-04-22T01:46:47.431Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-26e14e65ef03aaee/build-script-build`
42302026-04-22T01:46:47.434Z Compiling tungstenite v0.23.0
42312026-04-22T01:46:47.434Z Compiling void v1.0.2
42322026-04-22T01:46:47.434Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nonempty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nonempty-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "default", "serialize", "std"))' -C metadata=7f27b619215f8f2e -C extra-filename=-641f0cbb9f6ed962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332026-04-22T01:46:47.434Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=f88f267bbd0b08e7 -C extra-filename=-93a295fa45c81bc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-45522483bac15fb5.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-2f2d6ddd935582f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42342026-04-22T01:46:47.468Z Compiling async-compression v0.4.41
42352026-04-22T01:46:47.471Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=18b4d90b6dd5bd71 -C extra-filename=-5543ebdd139ef8da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-84b995bd35224e51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-9b4dcb7dd8572e1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42362026-04-22T01:46:47.471Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4db5b5d5dd47f528 -C extra-filename=-fffc7624f7b41f1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.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/`
42372026-04-22T01:46:47.471Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name void --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/void-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=abc14917721dc455 -C extra-filename=-6a57c6d5d7bfbd36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42382026-04-22T01:46:47.471Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=a003fc0a9ed3bcc1 -C extra-filename=-6dea4b7533e216a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_codecs=/work/oxidecomputer/omicron/target/debug/deps/libcompression_codecs-e796598d2f3ca360.rmeta --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-6ef54c3981e27ac6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42392026-04-22T01:46:47.540Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-499acd2f832345c8/build-script-build`
42402026-04-22T01:46:47.543Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42412026-04-22T01:46:47.574Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=5a313e7553b8832e -C extra-filename=-d01aceb244be1b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3345789e57cdaf58.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-07d9a0c27f746347.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42422026-04-22T01:46:47.608Z Compiling nix v0.27.1
42432026-04-22T01:46:47.644Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=8d2d1d363778861a -C extra-filename=-fe0de38d77a52f20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-0b48cbbe548ec97c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442026-04-22T01:46:47.775Z Compiling camino-tempfile-ext v0.3.3
42452026-04-22T01:46:47.811Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="assert"' --cfg 'feature="assert-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("assert", "assert-color"))' -C metadata=cf5aa515bde72a8e -C extra-filename=-d633ad4bb6deea6a --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-c32b696bd16762b0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-1cc714be6d260e56.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-aa2fee6586458543.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462026-04-22T01:46:47.815Z Compiling lzss v0.8.2
42472026-04-22T01:46:47.815Z Compiling serde_bytes v0.11.19
42482026-04-22T01:46:47.885Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=a3b36690e39dc12b -C extra-filename=-85b483ad3b31fa93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-2f4e784d8df5db46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-596575e06af8fb49.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-de5bacad7c60b69a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1745bef36c86ee9d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
42492026-04-22T01:46:47.920Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42502026-04-22T01:46:47.924Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=a0a330e808def8bb -C extra-filename=-52eb442f5b469a00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42512026-04-22T01:46:47.924Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lzss --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzss-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "const_panic", "default", "std"))' -C metadata=99cec4d5589b3fc9 -C extra-filename=-ad7439a3c7a5f54e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern void=/work/oxidecomputer/omicron/target/debug/deps/libvoid-6a57c6d5d7bfbd36.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42522026-04-22T01:46:47.924Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5392fd135b1f2f25 -C extra-filename=-e416b75830014548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42532026-04-22T01:46:47.952Z Compiling rand_seeder v0.4.0
42542026-04-22T01:46:47.955Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "testing"))' -C metadata=9bcea933ffd6d2c3 -C extra-filename=-03fdb4027110ddec --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-e40db4b605eb0b63.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-9f1522a4a949d28e.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fffc7624f7b41f1b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8cd758ec6f16aa6e.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-45522483bac15fb5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42552026-04-22T01:46:47.955Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-37c556b03824e829/build-script-build`
42562026-04-22T01:46:47.955Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unit_arg' '--allow=clippy::println_empty_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=380ee52064d52995 -C extra-filename=-1afc9ac3053176b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42572026-04-22T01:46:48.023Z Compiling is_ci v1.2.0
42582026-04-22T01:46:48.027Z Compiling yansi v1.0.1
42592026-04-22T01:46:48.059Z Compiling darling_core v0.23.0
42602026-04-22T01:46:48.062Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=988185de362b3813 -C extra-filename=-21f8d414bac0df95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42612026-04-22T01:46:48.062Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=7fdd2aef503948b6 -C extra-filename=-0e425d1906f10dfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622026-04-22T01:46:48.062Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=988299d11deca67b -C extra-filename=-46131c3141f9a78d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632026-04-22T01:46:48.097Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42642026-04-22T01:46:48.100Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=c9eac64181080caf -C extra-filename=-a410d3ec4f80b3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42652026-04-22T01:46:48.172Z Compiling tokio-tungstenite v0.23.1
42662026-04-22T01:46:48.175Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42672026-04-22T01:46:48.175Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8dc0dc4747b53de -C extra-filename=-dee33d86e77f754c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.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/`
42682026-04-22T01:46:48.175Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=e77ec3c10f2737f8 -C extra-filename=-29280bd062326667 --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-2af439753ba3fae8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-5543ebdd139ef8da.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42692026-04-22T01:46:48.175Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=e9f6301439f6fbd0 -C extra-filename=-4dcc5c18bc376931 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-4dcc5c18bc376931 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42702026-04-22T01:46:48.307Z Compiling instability v0.3.11
42712026-04-22T01:46:48.310Z Compiling indoc v2.0.7
42722026-04-22T01:46:48.340Z Compiling castaway v0.2.4
42732026-04-22T01:46:48.343Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44c40724eab3e64a -C extra-filename=-4eeb1ad0493f47fd --out-dir /work/oxidecomputer/omicron/target/debug/build/instability-4eeb1ad0493f47fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42742026-04-22T01:46:48.344Z Compiling hyper-staticfile v0.10.1
42752026-04-22T01:46:48.376Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7684bfbc721a6e9 -C extra-filename=-0ba76edb0334224c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42762026-04-22T01:46:48.380Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6f04348e7b8570a1 -C extra-filename=-13ed4e745cc703e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42772026-04-22T01:46:48.380Z Compiling unicode-truncate v1.1.0
42782026-04-22T01:46:48.433Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5dcd6e738f109bb2 -C extra-filename=-c0b9f6a66c7b1c3f --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-2af439753ba3fae8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-52eb442f5b469a00.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42792026-04-22T01:46:48.437Z Compiling lru v0.12.5
42802026-04-22T01:46:48.468Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2d589a7837e5157f -C extra-filename=-2762c27bd5f54408 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42812026-04-22T01:46:48.472Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=720abcb279e191d7 -C extra-filename=-ad33d0f5c3bf8af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822026-04-22T01:46:48.576Z Compiling pretty_assertions v1.4.1
42832026-04-22T01:46:48.611Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=aeac6fdbdaea6185 -C extra-filename=-5fbbdcbeeb865a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-89e26fc4232fb772.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-0e425d1906f10dfd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42842026-04-22T01:46:48.614Z Compiling compact_str v0.8.1
42852026-04-22T01:46:48.614Z Compiling cassowary v0.3.0
42862026-04-22T01:46:48.617Z Compiling console v0.16.2
42872026-04-22T01:46:48.646Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=88a826ce7d4105b5 -C extra-filename=-09a1e1e60637cc67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-13ed4e745cc703e2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42882026-04-22T01:46:48.649Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb389ff6872a4efc -C extra-filename=-fb9d3523f140aa76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42892026-04-22T01:46:48.685Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ansi-parsing"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=3f92ab426d55bf73 -C extra-filename=-13e18458a0eb3c0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42902026-04-22T01:46:48.717Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42912026-04-22T01:46:48.720Z Compiling unit-prefix v0.5.2
42922026-04-22T01:46:48.720Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-4dcc5c18bc376931/build-script-build`
42932026-04-22T01:46:48.720Z Compiling supports-color v3.0.2
42942026-04-22T01:46:48.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing", "tokio"))' -C metadata=2ee12680811b07bb -C extra-filename=-e90e122933c16721 --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-93a295fa45c81bc3.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-9f1522a4a949d28e.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-dee33d86e77f754c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8cd758ec6f16aa6e.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-45522483bac15fb5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42952026-04-22T01:46:48.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name unit_prefix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=24b3869d57079524 -C extra-filename=-56f61e67ff407fd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962026-04-22T01:46:48.720Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-4eeb1ad0493f47fd/build-script-build`
42972026-04-22T01:46:48.756Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88c0b629a7a9679d -C extra-filename=-a77efd49990fac37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-21f8d414bac0df95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42982026-04-22T01:46:48.791Z Compiling libz-sys v1.1.24
42992026-04-22T01:46:48.794Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=661e8d94232282e0 -C extra-filename=-236390480cc502d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-236390480cc502d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-faac664678c803f7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002026-04-22T01:46:48.825Z Compiling typeid v1.0.3
43012026-04-22T01:46:48.829Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
43022026-04-22T01:46:48.860Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1e42c509610158c -C extra-filename=-d5bf8aecf1dc2053 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-d5bf8aecf1dc2053 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43032026-04-22T01:46:48.887Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43042026-04-22T01:46:48.890Z Compiling erased-serde v0.4.9
43052026-04-22T01:46:48.890Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=58ea647cad5e5cc1 -C extra-filename=-bac444196e4fb8a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-147c502226db37b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-d7947b025457adfe.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-729b85643b8c4770.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cf553a8ab57ebe45.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-9a4ad6ed0f63fd39.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43062026-04-22T01:46:48.890Z Compiling colored v2.2.0
43072026-04-22T01:46:48.890Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/1b65d76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9cb09c5f5fb34a94 -C extra-filename=-e6880c98b13b6197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43082026-04-22T01:46:48.891Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=54494c8355f7d01f -C extra-filename=-e663e6cc4092f6a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/erased-serde-e663e6cc4092f6a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092026-04-22T01:46:48.955Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=f25d009c7b689e8e -C extra-filename=-cf740bb0db11076e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43102026-04-22T01:46:48.959Z Compiling libgit2-sys v0.18.3+1.9.2
43112026-04-22T01:46:49.067Z Compiling shell-words v1.1.1
43122026-04-22T01:46:49.070Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=a5d5355a61e5ba59 -C extra-filename=-1bc2225f57f68dc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1bc2225f57f68dc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132026-04-22T01:46:49.125Z Compiling hex-literal v0.4.1
43142026-04-22T01:46:49.128Z Compiling petname v2.0.2
43152026-04-22T01:46:49.160Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ee4d90bd27a11025 -C extra-filename=-8f8d3c65f5d982ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43162026-04-22T01:46:49.163Z Compiling ordered-float v2.10.1
43172026-04-22T01:46:49.163Z Compiling vergen-git2 v1.0.7
43182026-04-22T01:46:49.196Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cc81d43c9f10985 -C extra-filename=-b5165e8cf40f6df7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192026-04-22T01:46:49.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=15a772cd74db1435 -C extra-filename=-7a8c393120288dc4 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-7a8c393120288dc4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43202026-04-22T01:46:49.200Z Compiling cargo-platform v0.2.0
43212026-04-22T01:46:49.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-float-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=6faec9cfc2c9b5c6 -C extra-filename=-6aa5a7e9fa034105 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43222026-04-22T01:46:49.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-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=990c69839cfce65b -C extra-filename=-82d89d16a7f3cae3 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-82d89d16a7f3cae3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232026-04-22T01:46:49.232Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9c1ea049d6c1640 -C extra-filename=-da04edc7b6d9f449 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242026-04-22T01:46:49.270Z Compiling indicatif v0.18.4
43252026-04-22T01:46:49.273Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --cfg 'feature="wasmbind"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100", "wasmbind"))' -C metadata=b3fea271eedab03c -C extra-filename=-ceac3ed82a681911 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-13e18458a0eb3c0c.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-56f61e67ff407fd1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43262026-04-22T01:46:49.311Z Compiling sapling-renderdag v0.1.0
43272026-04-22T01:46:49.314Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-d5bf8aecf1dc2053/build-script-build`
43282026-04-22T01:46:49.350Z Compiling rtoolbox v0.0.3
43292026-04-22T01:46:49.353Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name renderdag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sapling-renderdag-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=82f9241ff1d31bb9 -C extra-filename=-c2f2141c6783f627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43302026-04-22T01:46:49.353Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=2940ee57430c36a3 -C extra-filename=-e717f386453137b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43312026-04-22T01:46:49.390Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43322026-04-22T01:46:49.424Z Compiling rustls v0.21.12
43332026-04-22T01:46:49.428Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=e0e69ec2bf5d3806 -C extra-filename=-fb1a4c812795b906 --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-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-a410d3ec4f80b3cb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43342026-04-22T01:46:49.431Z Compiling sync-ptr v0.1.4
43352026-04-22T01:46:49.431Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43362026-04-22T01:46:49.464Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=b26e62f01a415237 -C extra-filename=-2c3095dff1e17bc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-2c3095dff1e17bc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43372026-04-22T01:46:49.469Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-e663e6cc4092f6a5/build-script-build`
43382026-04-22T01:46:49.495Z Compiling typify-macro v0.4.3
43392026-04-22T01:46:49.498Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync-ptr-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5479e60d1483b072 -C extra-filename=-0e7bc15c43fcc926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43402026-04-22T01:46:49.499Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0abb511b538c855 -C extra-filename=-85418149f57830d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f0b568ad7b44a842.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-aee2d664e520c26c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43412026-04-22T01:46:49.531Z Compiling serde-value v0.7.0
43422026-04-22T01:46:49.534Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e931ca2a7c758eca -C extra-filename=-93c31afb57fd7c21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-271264f5a2ab4278.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43432026-04-22T01:46:49.535Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=417189e4994755d1 -C extra-filename=-af79faa4f48f9111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-6aa5a7e9fa034105.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43442026-04-22T01:46:49.599Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a74da1c4dadcd0c9 -C extra-filename=-c747c9197bdb8d1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_compression=/work/oxidecomputer/omicron/target/debug/deps/libasync_compression-6dea4b7533e216a7.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-7bc560c1e73e395d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-1a4fb08f0a3a7640.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-a0351535f0249bb1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-68435e2f2fa8916f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-7c799f01f543fd29.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-84b995bd35224e51.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f0b568ad7b44a842.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-670a4516f32aeb2a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b2db778b1fd566c2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26ca01fa6a73f661.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7e3d284a925f84e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
43452026-04-22T01:46:49.603Z Compiling rpassword v7.4.0
43462026-04-22T01:46:49.603Z Compiling sct v0.7.1
43472026-04-22T01:46:49.637Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98a7d7a7fe9c15e1 -C extra-filename=-705712b8e3d16c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-e717f386453137b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43482026-04-22T01:46:49.640Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f18e819991888eb -C extra-filename=-ba8751c2e29d74c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
43492026-04-22T01:46:49.667Z Compiling rustls-webpki v0.101.7
43502026-04-22T01:46:49.670Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typeid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4f74c6752dbfa38 -C extra-filename=-054dfd6b469e10b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_const_type_id)'`
43512026-04-22T01:46:49.670Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=80f95e5f9e319730 -C extra-filename=-69bdf975ec13cfea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
43522026-04-22T01:46:49.705Z Compiling nix v0.29.0
43532026-04-22T01:46:49.708Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-82d89d16a7f3cae3/build-script-build`
43542026-04-22T01:46:49.708Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.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="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=d6bc7772bff5d3ec -C extra-filename=-abc9f58e98fd53ac --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-abc9f58e98fd53ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-81f427d9a41870f2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552026-04-22T01:46:49.743Z Compiling polyval v0.6.2
43562026-04-22T01:46:49.776Z Compiling target-lexicon v0.13.3
43572026-04-22T01:46:49.779Z Compiling gimli v0.32.3
43582026-04-22T01:46:49.814Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=12a00b63670047b4 -C extra-filename=-32e1994c6e1dbe5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-44e0be2df27366ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43592026-04-22T01:46:49.844Z Compiling rustls-pemfile v1.0.4
43602026-04-22T01:46:49.848Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.32.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=a7c8f81a645739b4 -C extra-filename=-4861ccf70752530c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43612026-04-22T01:46:49.848Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=3583d2bf09eb1f7e -C extra-filename=-7c8c177ca14c0b79 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-7c8c177ca14c0b79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43622026-04-22T01:46:49.848Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2c3095dff1e17bc7/build-script-build`
43632026-04-22T01:46:49.877Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c033db3d1f60e86f -C extra-filename=-4e07fe3b1ac697d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43642026-04-22T01:46:49.911Z Compiling twox-hash v2.1.2
43652026-04-22T01:46:49.915Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-7a8c393120288dc4/build-script-build`
43662026-04-22T01:46:49.915Z Compiling ctr v0.9.2
43672026-04-22T01:46:49.947Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=5e10dd57688dbd18 -C extra-filename=-bf82ac95e8e9aeeb --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-7f8aab39f72b691d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43682026-04-22T01:46:49.984Z Compiling concurrent-queue v2.5.0
43692026-04-22T01:46:49.988Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=67bd0f29ecd59001 -C extra-filename=-1b624f49d630cded --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-3ff3bf40139ea91e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43702026-04-22T01:46:49.988Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=662369ddf27d7ee6 -C extra-filename=-af0f54a82e012a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-054dfd6b469e10b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
43712026-04-22T01:46:50.013Z Compiling plotters-backend v0.3.7
43722026-04-22T01:46:50.016Z Compiling rustc-demangle v0.1.27
43732026-04-22T01:46:50.016Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=77d65acc903fce26 -C extra-filename=-9208fa60cc6a4aa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43742026-04-22T01:46:50.016Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-236390480cc502d1/build-script-build`
43752026-04-22T01:46:50.016Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-backend-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97b02d5b24b157a6 -C extra-filename=-dc87a065c92efcd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43762026-04-22T01:46:50.019Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=83f7cac1c1b5aba0 -C extra-filename=-f11165e2511dac4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43772026-04-22T01:46:50.086Z Compiling parking v2.2.1
43782026-04-22T01:46:50.090Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=4ba27f17dfe2b864 -C extra-filename=-fbb23238c31c2af9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43792026-04-22T01:46:50.162Z Compiling guppy-workspace-hack v0.1.0
43802026-04-22T01:46:50.167Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=045b3dbc6891f154 -C extra-filename=-533a0252cc64e979 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-533a0252cc64e979 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43812026-04-22T01:46:50.233Z Compiling fatfs v0.3.6
43822026-04-22T01:46:50.269Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=7a6f1464d14f2378 -C extra-filename=-8dcb87892ff7dd9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832026-04-22T01:46:50.307Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=32dcb881bad5c9f4 -C extra-filename=-83f033528a6b4655 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43842026-04-22T01:46:50.310Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
43852026-04-22T01:46:50.346Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
43862026-04-22T01:46:50.381Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ca10ed5ed66d369 -C extra-filename=-0ca0c8a8faafdf98 --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-b18b7b68b836f74d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-d7947b025457adfe.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-bac444196e4fb8a2.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-f8b457ed2098fde9.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7818962d0556daac.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cf553a8ab57ebe45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7f5661016d151124.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-3cbda9d6f0c45bc7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-07d9a0c27f746347.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib`
43872026-04-22T01:46:50.384Z Compiling plotters-svg v0.3.7
43882026-04-22T01:46:50.384Z Compiling ssh-encoding v0.2.0
43892026-04-22T01:46:50.415Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eeb5c2473be9141f -C extra-filename=-f9321f8f6194a549 --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-b18b7b68b836f74d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-d7947b025457adfe.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-bac444196e4fb8a2.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-f8b457ed2098fde9.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7818962d0556daac.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cf553a8ab57ebe45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7f5661016d151124.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-3cbda9d6f0c45bc7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-07d9a0c27f746347.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib`
43902026-04-22T01:46:50.450Z Compiling diesel v2.3.7
43912026-04-22T01:46:50.453Z Compiling blowfish v0.9.1
43922026-04-22T01:46:50.453Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43932026-04-22T01:46:50.482Z Compiling arrayref v0.3.9
43942026-04-22T01:46:50.486Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-svg-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=a078ef41f141e8ef -C extra-filename=-b3791a31a16f97ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-dc87a065c92efcd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43952026-04-22T01:46:50.486Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=237cb97eeef5c5fa -C extra-filename=-1dd7d060318f043f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43962026-04-22T01:46:50.515Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=859feb96381a9929 -C extra-filename=-10cd4682b1904a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3ff3bf40139ea91e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43972026-04-22T01:46:50.518Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=63ac50a665f7991e -C extra-filename=-46fb8c036d33082f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-10739075c3468038.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-98cfe07c2d8a807c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-a4aac3f0f88b1175.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
43982026-04-22T01:46:50.518Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name raw_cpuid --edition=2018 /home/build/.cargo/git/checkouts/rust-cpuid-40ac26428755d764/a4cf01d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=3c8aba64f024e108 -C extra-filename=-b88efff433eb214c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43992026-04-22T01:46:50.518Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0059b26e0630c760 -C extra-filename=-2808bd0dbb1f93b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44002026-04-22T01:46:50.550Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=f97b078187c2101e -C extra-filename=-e5ca72adfae002f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-2f4e784d8df5db46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-fb1a4c812795b906.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-a410d3ec4f80b3cb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1745bef36c86ee9d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
44012026-04-22T01:46:50.586Z Compiling ghash v0.5.1
44022026-04-22T01:46:50.622Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=cd15049c007816ec -C extra-filename=-032e6004743d157c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-32e1994c6e1dbe5b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44032026-04-22T01:46:50.835Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=dc950b0157715f8a -C extra-filename=-9ec067b559fe780d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-69bdf975ec13cfea.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-ba8751c2e29d74c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
44042026-04-22T01:46:50.840Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-7c8c177ca14c0b79/build-script-build`
44052026-04-22T01:46:50.840Z Compiling event-listener v5.4.1
44062026-04-22T01:46:50.872Z Compiling darling_macro v0.23.0
44072026-04-22T01:46:50.941Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=f88c7bc91ceb129d -C extra-filename=-3ee2a06a8789d405 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9208fa60cc6a4aa4.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-fbb23238c31c2af9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44082026-04-22T01:46:50.944Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-abc9f58e98fd53ac/build-script-build`
44092026-04-22T01:46:50.944Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4ea9f94094fbfa5 -C extra-filename=-44e5a3f7676ee3b0 --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-46131c3141f9a78d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44102026-04-22T01:46:50.944Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-533a0252cc64e979/build-script-build`
44112026-04-22T01:46:50.944Z Compiling constant_time_eq v0.4.2
44122026-04-22T01:46:51.011Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
44132026-04-22T01:46:51.014Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test", "default", "std"))' -C metadata=92eb6b2dc3293cb3 -C extra-filename=-6f5069703403cac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44142026-04-22T01:46:51.046Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=d860fc101139dfa1 -C extra-filename=-33cce48b3b451862 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
44152026-04-22T01:46:51.081Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8af78fe891e2844d -C extra-filename=-504918db91370063 --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-7a627029a175eba8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-7aad8fd8d54e7c53.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-592e0cbf24357969.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1da99390fe30d311.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-ad7439a3c7a5f54e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-fe0de38d77a52f20.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-43aa9fb8f231b9f0.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-e416b75830014548.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-8d556b8c77aea8ab.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ba48d1aa0718435b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d01aceb244be1b73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib`
44162026-04-22T01:46:51.116Z Compiling serde-untagged v0.1.9
44172026-04-22T01:46:51.119Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1bc2225f57f68dc5/build-script-build`
44182026-04-22T01:46:51.119Z Compiling target-spec v3.5.7
44192026-04-22T01:46:51.149Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_untagged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a31e0c73d74b51d1 -C extra-filename=-c24ea79e2b327063 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-af0f54a82e012a54.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-054dfd6b469e10b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44202026-04-22T01:46:51.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=45c65795d103386d -C extra-filename=-f75fbc3e44793983 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-f75fbc3e44793983 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44212026-04-22T01:46:51.186Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.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="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=fc1fe050ce0edf79 -C extra-filename=-4280ac38158e8180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --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)'`
44222026-04-22T01:46:51.222Z Compiling seq-macro v0.3.6
44232026-04-22T01:46:51.256Z Compiling cast v0.3.0
44242026-04-22T01:46:51.294Z Compiling aes-gcm v0.10.3
44252026-04-22T01:46:51.325Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name seq_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seq-macro-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=547dbac0eb2ee586 -C extra-filename=-7c1a316b965e4453 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44262026-04-22T01:46:51.329Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=20b89815aabd5a1a -C extra-filename=-aa2da469ba72084b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44272026-04-22T01:46:51.329Z Compiling futures-timer v3.0.3
44282026-04-22T01:46:51.329Z Compiling arrayvec v0.7.6
44292026-04-22T01:46:51.329Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=fd4c7a6a5276f70c -C extra-filename=-26fb9c32914c64ce --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-c8047e20f28508fc.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-4aa9665c878dceff.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3ff3bf40139ea91e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1b624f49d630cded.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-032e6004743d157c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44302026-04-22T01:46:51.329Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=5851ce4e72f24ef1 -C extra-filename=-0d632e822407c4cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
44312026-04-22T01:46:51.329Z Compiling event-listener-strategy v0.5.4
44322026-04-22T01:46:51.362Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=27c800e845804174 -C extra-filename=-f72573976e36801e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44332026-04-22T01:46:51.369Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=8b85bdedc468fbea -C extra-filename=-7b2e30ba596f55e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342026-04-22T01:46:51.369Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=bb42518894e92c05 -C extra-filename=-a065e2fdecc6ccfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3ee2a06a8789d405.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44352026-04-22T01:46:51.460Z Compiling cargo-util-schemas v0.8.2
44362026-04-22T01:46:51.464Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_util_schemas --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-util-schemas-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unstable-schema"))' -C metadata=86a8017c14a6e696 -C extra-filename=-08ebb7250ac5dafb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-c24ea79e2b327063.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-af79faa4f48f9111.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44372026-04-22T01:46:51.467Z Compiling addr2line v0.25.1
44382026-04-22T01:46:51.500Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "wasm"))' -C metadata=333b1060df34d460 -C extra-filename=-e6df32431690ea2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-4861ccf70752530c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392026-04-22T01:46:51.569Z Compiling plotters v0.3.7
44402026-04-22T01:46:51.572Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --allow=deprecated --check-cfg 'cfg(doc_cfg)' --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=ee76aed00a6d7f7e -C extra-filename=-e2cdec78a2c72467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-dc87a065c92efcd2.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-b3791a31a16f97ac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44412026-04-22T01:46:51.603Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3559a27d47648c48 -C extra-filename=-8a20650dcb848e7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44422026-04-22T01:46:51.677Z Compiling bcrypt-pbkdf v0.10.0
44432026-04-22T01:46:51.707Z Compiling supports-color v2.1.0
44442026-04-22T01:46:51.710Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=17c53db4351a921c -C extra-filename=-d3b66d343498a6aa --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-10cd4682b1904a09.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9e082d982f54ba0c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44452026-04-22T01:46:51.710Z Compiling textwrap v0.15.2
44462026-04-22T01:46:51.745Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fce19a39b9ad0222 -C extra-filename=-9a19bc4c765ccc06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-21f8d414bac0df95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472026-04-22T01:46:51.748Z Compiling darling v0.23.0
44482026-04-22T01:46:51.748Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-f75fbc3e44793983/build-script-build`
44492026-04-22T01:46:51.748Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=0d46d22bb6dfd7d4 -C extra-filename=-a8c75c4712fc10b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-d142be9420a73f99.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e8c393500322ecae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44502026-04-22T01:46:51.748Z Compiling supports-hyperlinks v2.1.0
44512026-04-22T01:46:51.779Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=2584f8ffe5135a96 -C extra-filename=-ece34aadacbf3090 --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-46131c3141f9a78d.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-44e5a3f7676ee3b0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44522026-04-22T01:46:51.784Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5707aec7e7099a7b -C extra-filename=-4c0848ccc50d44aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44532026-04-22T01:46:51.784Z Compiling supports-unicode v2.1.0
44542026-04-22T01:46:51.784Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83ed46f122a493f7 -C extra-filename=-2bfc76941337ddbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44552026-04-22T01:46:51.887Z Compiling backtrace v0.3.76
44562026-04-22T01:46:51.952Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "ruzstd", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=adc4a0e4bb999afe -C extra-filename=-000da4315414660d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-e6df32431690ea2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-f11165e2511dac4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44572026-04-22T01:46:51.983Z Compiling criterion-plot v0.6.0
44582026-04-22T01:46:51.986Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-plot-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05cd42350cdcc0be -C extra-filename=-e7f70a01a72d5ece --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-aa2da469ba72084b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44592026-04-22T01:46:51.986Z Compiling cfg-expr v0.20.6
44602026-04-22T01:46:51.990Z Compiling ssh-cipher v0.2.0
44612026-04-22T01:46:51.990Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.20.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=38f55fa2618c7343 -C extra-filename=-f5523eb8fecb71de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-0d632e822407c4cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44622026-04-22T01:46:52.022Z Compiling hashbrown v0.14.5
44632026-04-22T01:46:52.027Z Compiling tinytemplate v1.2.1
44642026-04-22T01:46:52.061Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=4f58c2cb9391c8d1 -C extra-filename=-71725a13f6415c30 --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-4aa9665c878dceff.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-26fb9c32914c64ce.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-cc4eba1dd6c4f71f.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-f8724bab07eb59c0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3ff3bf40139ea91e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1b624f49d630cded.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-a6baec050aa63860.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-1dd7d060318f043f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652026-04-22T01:46:52.066Z Compiling miette-derive v5.10.0
44662026-04-22T01:46:52.066Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=7f64b389cd923b7b -C extra-filename=-48db5311bfcbdeee --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-78c2aa64fb702eaa.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3318559a2770f550.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44672026-04-22T01:46:52.066Z Compiling cargo-platform v0.3.2
44682026-04-22T01:46:52.095Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3a7b9e0822f3c6c -C extra-filename=-2ab2842ffd036358 --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-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44692026-04-22T01:46:52.099Z Compiling password-hash v0.4.2
44702026-04-22T01:46:52.099Z Compiling terminal_size v0.1.17
44712026-04-22T01:46:52.132Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49c2dcf89bd6e52d -C extra-filename=-6d7eeb442726ed90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44722026-04-22T01:46:52.135Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d37abd419bb3009 -C extra-filename=-58f9df46d281f833 --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-ece34aadacbf3090.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(instability_disable_unstable_docs)'`
44732026-04-22T01:46:52.135Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=6abfa1a8fc3b5491 -C extra-filename=-02f64cbcd641420a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44742026-04-22T01:46:52.135Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f0ad1caeb4da2ee -C extra-filename=-7baa419454d1ab3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44752026-04-22T01:46:52.135Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc48038a9713e023 -C extra-filename=-425e42dc448e7a10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44762026-04-22T01:46:52.234Z Compiling typify v0.4.3
44772026-04-22T01:46:52.264Z Compiling oorandom v11.1.5
44782026-04-22T01:46:52.267Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=867591771868de9a -C extra-filename=-c784ded9d682d611 --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-271264f5a2ab4278.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-93c31afb57fd7c21.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44792026-04-22T01:46:52.301Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a6670bc8258809d -C extra-filename=-7bfce6c1a8bdf7d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44802026-04-22T01:46:52.376Z Compiling anes v0.1.6
44812026-04-22T01:46:52.379Z Compiling owo-colors v3.5.0
44822026-04-22T01:46:52.412Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=1ef39e16ef2f2454 -C extra-filename=-d1209bcec19c5b18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44832026-04-22T01:46:52.415Z Compiling async-lock v3.4.2
44842026-04-22T01:46:52.415Z Compiling p256 v0.13.2
44852026-04-22T01:46:52.415Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=40edac7813ea4eb3 -C extra-filename=-f57e697abd1dec75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44862026-04-22T01:46:52.444Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=3089e0ed1be58492 -C extra-filename=-d1c977452574cbe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3ee2a06a8789d405.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-a065e2fdecc6ccfe.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44872026-04-22T01:46:52.449Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=854541bad90c117e -C extra-filename=-67bee2d76a3400c7 --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-d17d24254c9d4f20.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2545d1ea07b01fcb.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-762f8a894759b20f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44882026-04-22T01:46:52.512Z Compiling backtrace-ext v0.2.1
44892026-04-22T01:46:52.516Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace_ext --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b991bf7fd0a99b5 -C extra-filename=-5f86d5045e0fd826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-000da4315414660d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44902026-04-22T01:46:52.516Z Compiling progenitor-impl v0.10.0
44912026-04-22T01:46:52.516Z Compiling progenitor-impl v0.11.2
44922026-04-22T01:46:52.547Z Compiling pbkdf2 v0.11.0
44932026-04-22T01:46:52.550Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.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=df8625863d4461ff -C extra-filename=-11f3a1932c641ac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-c784ded9d682d611.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44942026-04-22T01:46:52.550Z Compiling p521 v0.13.3
44952026-04-22T01:46:52.550Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85fce14415a62a62 -C extra-filename=-50ae8e66a6633ae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-c784ded9d682d611.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44962026-04-22T01:46:52.550Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=e553b7cbedabf663 -C extra-filename=-371034938b9def2c --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-b18b7b68b836f74d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-02f64cbcd641420a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44972026-04-22T01:46:52.620Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=fb11e3af595ab404 -C extra-filename=-ea0c2b7e0465085b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d17d24254c9d4f20.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2545d1ea07b01fcb.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-762f8a894759b20f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44982026-04-22T01:46:52.623Z Compiling tokio-rustls v0.24.1
44992026-04-22T01:46:52.653Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=ab13d7b05fcda55f -C extra-filename=-0a53bfebb03ff72e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9ec067b559fe780d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
45002026-04-22T01:46:52.689Z Compiling cargo_metadata v0.21.0
45012026-04-22T01:46:52.726Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=6d2d468cc0abe0c0 -C extra-filename=-9760db4f1fa1977d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-da04edc7b6d9f449.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-08ebb7250ac5dafb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45022026-04-22T01:46:52.761Z Compiling cargo_metadata v0.23.1
45032026-04-22T01:46:52.799Z Compiling knuffel-derive v3.2.0
45042026-04-22T01:46:52.799Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=ecb770c5571f62ca -C extra-filename=-bb3d14a61f6747fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-6d7eeb442726ed90.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45052026-04-22T01:46:52.909Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name knuffel_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-derive-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91a52bae63c0732c -C extra-filename=-fe25e2321325a65d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-f4985a9e8a380b43.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45062026-04-22T01:46:52.913Z Compiling criterion v0.7.0
45072026-04-22T01:46:52.946Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv_output", "default", "html_reports", "plotters", "rayon", "real_blackbox", "stable"))' -C metadata=ffe64b9fa880e02c -C extra-filename=-4d376974aec7b7d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-d1209bcec19c5b18.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-aa2da469ba72084b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-e7f70a01a72d5ece.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-7bfce6c1a8bdf7d3.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-e2cdec78a2c72467.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-2ab2842ffd036358.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45082026-04-22T01:46:52.950Z Compiling pathdiff v0.2.3
45092026-04-22T01:46:52.981Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=f5603d1f40f168c6 -C extra-filename=-704be69533d1daf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45102026-04-22T01:46:53.050Z Compiling blake3 v1.8.3
45112026-04-22T01:46:53.053Z Compiling russh-cryptovec v0.7.3
45122026-04-22T01:46:53.085Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=e6de16af197e523f -C extra-filename=-45c50ae4497d9df9 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-45c50ae4497d9df9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45132026-04-22T01:46:53.088Z Compiling nested v0.1.1
45142026-04-22T01:46:53.122Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9240efa4acc264d1 -C extra-filename=-5a46858381a0adbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152026-04-22T01:46:53.127Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5c549c1cf401f12 -C extra-filename=-8a695a6485ea906f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45162026-04-22T01:46:53.159Z Compiling ssh-key v0.6.7
45172026-04-22T01:46:53.199Z Compiling md5 v0.7.0
45182026-04-22T01:46:53.202Z Compiling async-object-pool v0.2.0
45192026-04-22T01:46:53.236Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=a6994a5a80867cf7 -C extra-filename=-e0ec418779614174 --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-d3b66d343498a6aa.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-9f1522a4a949d28e.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-38e32c58ec9eba41.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cf553a8ab57ebe45.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-59eac3f26857a2ef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3dce58c91af68ff9.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-71725a13f6415c30.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-1dd7d060318f043f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45202026-04-22T01:46:53.237Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d43e2bc14d4ac9d2 -C extra-filename=-5805290730a93ba5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45212026-04-22T01:46:53.240Z Compiling num-bigint v0.4.6
45222026-04-22T01:46:53.240Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b00242dba2a29af0 -C extra-filename=-6d7af4494022d7b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-d1c977452574cbe2.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3ee2a06a8789d405.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45232026-04-22T01:46:53.274Z Compiling ratatui v0.29.0
45242026-04-22T01:46:53.277Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=ea2b7037ad3399be -C extra-filename=-442b4a9336586c38 --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-f5523eb8fecb71de.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-8a20650dcb848e7f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-0d632e822407c4cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252026-04-22T01:46:53.277Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=728be9f5a2afc8a6 -C extra-filename=-9c3a625918593c3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45262026-04-22T01:46:53.277Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=d8b39d0433562027 -C extra-filename=-676c7247564b4de6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-fb9d3523f140aa76.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-09a1e1e60637cc67.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-213591dc35900c35.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-58f9df46d281f833.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-ad33d0f5c3bf8af3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-2762c27bd5f54408.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45272026-04-22T01:46:53.277Z Compiling chumsky v0.9.3
45282026-04-22T01:46:53.312Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chumsky --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chumsky-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "nightly", "spill-stack", "stacker", "std"))' -C metadata=815b2f1d7cd127f2 -C extra-filename=-f5b2b2145a85f3a2 --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-48db5311bfcbdeee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45292026-04-22T01:46:53.316Z Compiling assert-json-diff v2.0.2
45302026-04-22T01:46:53.349Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ab73ee8b7f769f2 -C extra-filename=-928fd458eb9a2bfe --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-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45312026-04-22T01:46:53.417Z Compiling serde_regex v1.1.0
45322026-04-22T01:46:53.420Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30a993315a9d6daf -C extra-filename=-d7ba8e8fccd84fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45332026-04-22T01:46:53.453Z Compiling des v0.8.1
45342026-04-22T01:46:53.489Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=4d1319086bd88b3f -C extra-filename=-1c7f18da26c800fb --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-3ff3bf40139ea91e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352026-04-22T01:46:53.516Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45362026-04-22T01:46:53.519Z Compiling path-tree v0.8.3
45372026-04-22T01:46:53.519Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/dhcproto-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e624c29a0c19895 -C extra-filename=-fd401fe8815a65ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45382026-04-22T01:46:53.551Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-tree-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ea301fd19f41df2 -C extra-filename=-ae8ed33f76e5e95c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45392026-04-22T01:46:53.555Z Compiling stringmetrics v2.2.2
45402026-04-22T01:46:53.582Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=a24945462d73f1e8 -C extra-filename=-d1c8a857a282f108 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412026-04-22T01:46:53.681Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-45c50ae4497d9df9/build-script-build`
45422026-04-22T01:46:53.684Z Compiling hickory-client v0.25.2
45432026-04-22T01:46:53.716Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=888332377f2d6698 -C extra-filename=-8e701a1b587d5694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-b5df0a67340ac3d3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45442026-04-22T01:46:53.719Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45452026-04-22T01:46:53.749Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d1586579e19021e -C extra-filename=-9ec3617791239809 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45462026-04-22T01:46:53.753Z Compiling rstest_macros v0.25.0
45472026-04-22T01:46:53.753Z Compiling miette v5.10.0
45482026-04-22T01:46:53.753Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=fa9f9ffbb88c98b1 -C extra-filename=-d1163d5cb2d77424 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-d1163d5cb2d77424 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45492026-04-22T01:46:53.753Z Compiling assert_cmd v2.1.2
45502026-04-22T01:46:53.753Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="backtrace-ext"' --cfg 'feature="default"' --cfg 'feature="fancy"' --cfg 'feature="fancy-no-backtrace"' --cfg 'feature="is-terminal"' --cfg 'feature="owo-colors"' --cfg 'feature="supports-color"' --cfg 'feature="supports-hyperlinks"' --cfg 'feature="supports-unicode"' --cfg 'feature="terminal_size"' --cfg 'feature="textwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtrace-ext", "default", "fancy", "fancy-no-backtrace", "is-terminal", "no-format-args-capture", "owo-colors", "serde", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"))' -C metadata=76afbbf551728b18 -C extra-filename=-914916777b7f3a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-000da4315414660d.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-5f86d5045e0fd826.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-7baa419454d1ab3c.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f57e697abd1dec75.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9a19bc4c765ccc06.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-4c0848ccc50d44aa.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-2bfc76941337ddbd.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-425e42dc448e7a10.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8c75c4712fc10b2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512026-04-22T01:46:53.790Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=548dd037062f9333 -C extra-filename=-7545e646cbf47487 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-7545e646cbf47487 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45522026-04-22T01:46:53.891Z Compiling httpmock v0.8.3
45532026-04-22T01:46:53.893Z Compiling target-triple v1.0.0
45542026-04-22T01:46:53.893Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "experimental", "headers", "http2", "https", "hyper-rustls", "if-addrs", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pki-types", "serde_yaml", "standalone", "tls-detect", "tokio-rustls", "tracing-subscriber"))' -C metadata=be7e8c35c6aeca6f -C extra-filename=-ec77559a604bd8fd --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-928fd458eb9a2bfe.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-6d7af4494022d7b8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f72573976e36801e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-68435e2f2fa8916f.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ae8ed33f76e5e95c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-d7ba8e8fccd84fd6.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-d1c8a857a282f108.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45552026-04-22T01:46:53.894Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=303c43a3c32238a0 -C extra-filename=-deaf34428f217083 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-deaf34428f217083 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45562026-04-22T01:46:53.957Z Compiling guppy v0.17.25
45572026-04-22T01:46:53.960Z Compiling topological-sort v0.2.2
45582026-04-22T01:46:53.960Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=45328b85a3959b4f -C extra-filename=-9fca9683012bfce2 --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-78c2aa64fb702eaa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bb3d14a61f6747fd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3482c46276f5baf9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-8a20650dcb848e7f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-8a695a6485ea906f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-704be69533d1daf5.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-442b4a9336586c38.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45592026-04-22T01:46:53.960Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01a0a6a072b951cb -C extra-filename=-2884642a5c7261b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45602026-04-22T01:46:54.034Z Compiling escape8259 v0.5.3
45612026-04-22T01:46:54.038Z Compiling internet-checksum v0.2.1
45622026-04-22T01:46:54.038Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/escape8259-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24d2caba46d19314 -C extra-filename=-7230bf58f08a5e2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45632026-04-22T01:46:54.038Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=34aa77ad4d83f57c -C extra-filename=-d246f09691ba3066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45642026-04-22T01:46:54.108Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
45652026-04-22T01:46:54.112Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "thiserror"))' -C metadata=7f2c557b8227717c -C extra-filename=-7c6069b9a93bff15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-45522483bac15fb5.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-2f2d6ddd935582f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662026-04-22T01:46:54.144Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45672026-04-22T01:46:54.147Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=c5651422051ca1bb -C extra-filename=-e25d6e8589b85bdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-fd401fe8815a65ce.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-23173c3b3efa2ff8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682026-04-22T01:46:54.183Z Compiling russh-keys v0.45.0
45692026-04-22T01:46:54.187Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=25a4177bcaf25aee -C extra-filename=-76d5644ae8b407ee --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-4aa9665c878dceff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-d3b66d343498a6aa.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-bfc099fd21137fa3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-cc4eba1dd6c4f71f.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1b624f49d630cded.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b18b7b68b836f74d.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d17d24254c9d4f20.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-9f1522a4a949d28e.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2545d1ea07b01fcb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-80e541eacc8a163b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-5805290730a93ba5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-67bee2d76a3400c7.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8cd758ec6f16aa6e.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-ea0c2b7e0465085b.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-371034938b9def2c.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-b4c0fb53c0bda72e.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-96592ce1f0d7e89a.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-328f92fad8721757.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cf553a8ab57ebe45.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5a46858381a0adbd.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-59eac3f26857a2ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-84b995bd35224e51.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-1dd7d060318f043f.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-e0ec418779614174.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702026-04-22T01:46:54.325Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-7545e646cbf47487/build-script-build`
45712026-04-22T01:46:54.330Z Compiling libtest-mimic v0.8.1
45722026-04-22T01:46:54.330Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e079bf6ed6063b01 -C extra-filename=-9d4c4cbeec5627cf --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-c32b696bd16762b0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-7230bf58f08a5e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45732026-04-22T01:46:54.335Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=b833aaafcf27a950 -C extra-filename=-43fa2bec1e1c51a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-2808bd0dbb1f93b6.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7b2e30ba596f55e4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6f5069703403cac0.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-20761e9cc32e3f9e.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-44047f1696432bcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))' --check-cfg 'cfg(blake3_wasm32_simd, values(none()))'`
45742026-04-22T01:46:54.404Z Compiling fancy-regex v0.14.0
45752026-04-22T01:46:54.407Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-d1163d5cb2d77424/build-script-build`
45762026-04-22T01:46:54.407Z Compiling linkme-impl v0.3.35
45772026-04-22T01:46:54.407Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fancy-regex-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=4e26d28106f5abcc -C extra-filename=-d699bf8046918c34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-54f21ffbb79648bf.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45782026-04-22T01:46:54.407Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45792026-04-22T01:46:54.431Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=6265cfcefc13fc04 -C extra-filename=-694f3e356f71d2e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-impl-694f3e356f71d2e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45802026-04-22T01:46:54.435Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-deaf34428f217083/build-script-build`
45812026-04-22T01:46:54.435Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a751f27f3853294a -C extra-filename=-7e36af1ea28bddb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45822026-04-22T01:46:54.573Z Compiling relative-path v1.9.3
45832026-04-22T01:46:54.576Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=2bf597c25fdad306 -C extra-filename=-377b2e0d62ee541f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45842026-04-22T01:46:54.576Z Compiling multimap v0.10.1
45852026-04-22T01:46:54.576Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=f3aabf6af9514b8e -C extra-filename=-8f8c10c7c46afc51 --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-d2d25f9487a12a76.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-aa2fee6586458543.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-aee2972910b9b9b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45862026-04-22T01:46:54.577Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=39a99dea325fb80b -C extra-filename=-f4fda58f249b853c --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45872026-04-22T01:46:54.680Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e61a3cefac3a07ba -C extra-filename=-e842e7fa7c3f5846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
45882026-04-22T01:46:54.718Z Compiling uzers v0.12.2
45892026-04-22T01:46:54.721Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=d392faad4311fcac -C extra-filename=-72bc6e03324ec0ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45902026-04-22T01:46:54.779Z Compiling termcolor v1.4.1
45912026-04-22T01:46:54.782Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3528b18032353d95 -C extra-filename=-8bcc17db1b340a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922026-04-22T01:46:54.833Z Compiling linkme v0.3.35
45932026-04-22T01:46:54.836Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=7233e0a9174c0e3b -C extra-filename=-e6a411ea08c61a58 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-e6a411ea08c61a58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45942026-04-22T01:46:54.870Z Compiling blake2b_simd v1.0.4
45952026-04-22T01:46:54.873Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2b_simd-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=a3a1fbab60d5124b -C extra-filename=-3209e854eec92586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-2808bd0dbb1f93b6.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7b2e30ba596f55e4.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6f5069703403cac0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45962026-04-22T01:46:54.873Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-694f3e356f71d2e2/build-script-build`
45972026-04-22T01:46:54.948Z Compiling partial-io v0.5.4
45982026-04-22T01:46:54.956Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=deb40055262baf6f -C extra-filename=-e2760cfd6ddf6868 --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-97a3868d40601a98.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-57958fddfb9dbace.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45992026-04-22T01:46:54.994Z Compiling datatest-stable v0.3.3
46002026-04-22T01:46:54.997Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("include-dir"))' -C metadata=95978a72b0e23740 -C extra-filename=-33f387a36d078610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-d699bf8046918c34.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-9d4c4cbeec5627cf.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46012026-04-22T01:46:55.032Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name linkme_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=bdd809a1aafef706 -C extra-filename=-9e2f18f8512001f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(no_unsafe_attributes)' --check-cfg 'cfg(no_unsafe_extern_blocks)'`
46022026-04-22T01:46:55.067Z Compiling httptest v0.16.4
46032026-04-22T01:46:55.071Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=483da511ce657c1e -C extra-filename=-cc1cadff740dd44d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-44f9d96f1d23d9ae.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-68435e2f2fa8916f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46042026-04-22T01:46:55.071Z Compiling knuffel v3.2.0
46052026-04-22T01:46:55.071Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=5574a2b0618deaf2 -C extra-filename=-8f81b9716de556e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-24adcddf22f58b1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-377b2e0d62ee541f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46062026-04-22T01:46:55.076Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name knuffel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knuffel-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knuffel-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=8160932a1ec631cd -C extra-filename=-149830b844ffae75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-f5b2b2145a85f3a2.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-fe25e2321325a65d.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-914916777b7f3a61.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46072026-04-22T01:46:55.181Z Compiling trybuild v1.0.116
46082026-04-22T01:46:55.184Z Compiling rand_distr v0.5.1
46092026-04-22T01:46:55.184Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=574af9579dc5e54e -C extra-filename=-ee0658970173bd80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-e842e7fa7c3f5846.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8bcc17db1b340a54.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26ca01fa6a73f661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46102026-04-22T01:46:55.184Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "std_math"))' -C metadata=74568736a3b74dac -C extra-filename=-4be94982ab169d43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112026-04-22T01:46:55.254Z Compiling tui-tree-widget v0.23.1
46122026-04-22T01:46:55.257Z Compiling russh v0.45.0
46132026-04-22T01:46:55.257Z Compiling support-bundle-viewer v0.1.2
46142026-04-22T01:46:55.257Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7caeca2fab0cc085 -C extra-filename=-c17a2a23d5da5148 --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-676c7247564b4de6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46152026-04-22T01:46:55.257Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=9a3276c143f74c3a -C extra-filename=-f55d9d0c1d02e8dc --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-4aa9665c878dceff.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-26fb9c32914c64ce.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-cc4eba1dd6c4f71f.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-f8724bab07eb59c0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1b624f49d630cded.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-23aa6fb1770d2dd9.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-1c7f18da26c800fb.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b18b7b68b836f74d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2545d1ea07b01fcb.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-9c3a625918593c3e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-67bee2d76a3400c7.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8cd758ec6f16aa6e.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-ea0c2b7e0465085b.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-a6baec050aa63860.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5a46858381a0adbd.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-76d5644ae8b407ee.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-84b995bd35224e51.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-1dd7d060318f043f.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-e0ec418779614174.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162026-04-22T01:46:55.257Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-e6a411ea08c61a58/build-script-build`
46172026-04-22T01:46:55.257Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/support-bundle-viewer-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ceadb57cc8d07e8 -C extra-filename=-f26a2f96a4353450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-213591dc35900c35.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out`
46182026-04-22T01:46:55.398Z Compiling drift v0.1.3
46192026-04-22T01:46:55.401Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca85dee5995e5d0e -C extra-filename=-994df12a282148a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46202026-04-22T01:46:55.401Z Compiling approx v0.5.1
46212026-04-22T01:46:55.432Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=53ae93be6df1aa57 -C extra-filename=-883c3d25adb1e1a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46222026-04-22T01:46:55.436Z Compiling constant_time_eq v0.3.1
46232026-04-22T01:46:55.469Z Compiling similar-asserts v1.7.0
46242026-04-22T01:46:55.472Z Compiling cargo_toml v0.21.0
46252026-04-22T01:46:55.472Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46262026-04-22T01:46:55.472Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=7a3613d7e3a9a769 -C extra-filename=-b333ac2576747dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46272026-04-22T01:46:55.472Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-asserts-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=89afc388a7d806ef -C extra-filename=-44ced2dc62887ebc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4c7a5ecc60f8628.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46282026-04-22T01:46:55.472Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.21.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("features"))' -C metadata=fffb982a8d963b0b -C extra-filename=-ce8ecf1593bb2b6c --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-5e836c051e4e885b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46292026-04-22T01:46:55.472Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fefc91ee21c81729 -C extra-filename=-148a43bb767391eb --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-1bc321bceb338989.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46302026-04-22T01:46:55.608Z Compiling progenitor-macro v0.11.2
46312026-04-22T01:46:55.613Z Compiling rust-argon2 v2.1.0
46322026-04-22T01:46:55.613Z Compiling termios v0.3.3
46332026-04-22T01:46:55.613Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f1ab9180957dbe87 -C extra-filename=-585356b8a260a2cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-3209e854eec92586.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-b333ac2576747dd0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342026-04-22T01:46:55.613Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef094e1fcb682666 -C extra-filename=-38f2134b618cb968 --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-70bfe26bf693ac5a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-50ae8e66a6633ae9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-acc578f05ddc32ba.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352026-04-22T01:46:55.613Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01f8bc6648d492c7 -C extra-filename=-0eb532fb73bdb026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46362026-04-22T01:46:55.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc2bcd1f60e03dfd -C extra-filename=-2b1750f7f7bbab65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46372026-04-22T01:46:55.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=e9fe231088c6deab -C extra-filename=-e7643d571fe26ca2 --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-90e7050a57d538d9.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-85814c9d092ee3d0.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46382026-04-22T01:46:55.753Z Compiling progenitor-macro v0.10.0
46392026-04-22T01:46:55.786Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.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=172030fb2b716f0f -C extra-filename=-8cceeba839506547 --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-70bfe26bf693ac5a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-11f3a1932c641ac2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-acc578f05ddc32ba.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46402026-04-22T01:46:55.879Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46412026-04-22T01:46:55.883Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_mock --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/attest-mock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fca9868943a69be5 -C extra-filename=-1ee0a20992e23f72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-7c6069b9a93bff15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-149830b844ffae75.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-914916777b7f3a61.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-45522483bac15fb5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46422026-04-22T01:46:55.973Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
46432026-04-22T01:46:55.976Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/7600756/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2a6b18b7d831508 -C extra-filename=-716af7bdbb2e2473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b18b7b68b836f74d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-9f1522a4a949d28e.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-282222ca4c7256bd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-149830b844ffae75.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-914916777b7f3a61.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8cd758ec6f16aa6e.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-328f92fad8721757.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cf553a8ab57ebe45.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-84b995bd35224e51.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3dce58c91af68ff9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46442026-04-22T01:46:56.079Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name linkme --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=874a8cc860eb16d1 -C extra-filename=-537dd229f533e4bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linkme_impl=/work/oxidecomputer/omicron/target/debug/deps/liblinkme_impl-9e2f18f8512001f1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46452026-04-22T01:46:56.165Z Compiling dropshot-api-manager v0.6.0
46462026-04-22T01:46:56.168Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2980bea9c46d0f3 -C extra-filename=-063955d9671388e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-994df12a282148a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-c1554f9c0a479804.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-c70127b0ae219bd9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46472026-04-22T01:46:58.209Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
46482026-04-22T01:46:58.212Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/tls/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0804749ff3e35dd0 -C extra-filename=-ea73f1fcdfde31dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-716af7bdbb2e2473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46492026-04-22T01:46:58.414Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46502026-04-22T01:46:58.417Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2024 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e407b6c3d252089 -C extra-filename=-d9af2a2cee268560 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-ce8ecf1593bb2b6c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46512026-04-22T01:46:58.827Z Compiling rstest v0.25.0
46522026-04-22T01:46:58.830Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=66c823603b534f37 -C extra-filename=-e47e7e83d923127b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f72573976e36801e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-8f81b9716de556e2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46532026-04-22T01:47:02.755Z Compiling samael v0.0.19
46542026-04-22T01:47:02.758Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=2cf07c0a2e1f0cfb -C extra-filename=-39f7f59d8a28158f --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-39f7f59d8a28158f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-4e34d51cc5968fb3.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46552026-04-22T01:47:04.341Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-39f7f59d8a28158f/build-script-bindings`
46562026-04-22T01:47:04.722Z Compiling polar-core v0.27.3
46572026-04-22T01:47:04.726Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=177baf5162b44a5a -C extra-filename=-3c2cba6486d62efc --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-3c2cba6486d62efc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-19c9a42d84f3a626.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46582026-04-22T01:47:05.348Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=6ca931841c77f3d2 -C extra-filename=-11fd935e8e1c8b25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20becf909a9773f7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-61d6aee1bf595309.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-5943aa0198da3b68.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-7c5d1d9dcfc14d59.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-c54194c33841684e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
46592026-04-22T01:47:05.728Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=c35b1a6919ed16a1 -C extra-filename=-10a280045273c4e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-33cce48b3b451862.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
46602026-04-22T01:47:05.756Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-3c2cba6486d62efc/build-script-build`
46612026-04-22T01:47:05.909Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e902a69ed8c87be6/build-script-build`
46622026-04-22T01:47:05.912Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.37.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "prebuilt-nasm", "ssl"))' -C metadata=2ac80a90efd8ad0a -C extra-filename=-7afa2bcd3f11a409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -l static=aws_lc_0_37_1_crypto --cfg universal`
46632026-04-22T01:47:05.968Z Compiling git2 v0.20.4
46642026-04-22T01:47:05.972Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=e7c5c9780ec3db53 -C extra-filename=-63f290f8464735a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-10a280045273c4e2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64`
46652026-04-22T01:47:06.014Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-573fefe0732e62d2/build-script-build`
46662026-04-22T01:47:06.232Z Compiling diesel-dtrace v0.5.0
46672026-04-22T01:47:06.232Z Compiling async-bb8-diesel v0.2.1
46682026-04-22T01:47:06.235Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=be891111fb2c95c5 -C extra-filename=-032ac3cd39ef82dc --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-7a627029a175eba8.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-8144afb372319560.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
46692026-04-22T01:47:06.235Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca1dbe8bc40b0f00 -C extra-filename=-a3411e4506b961e4 --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-46fb8c036d33082f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1745bef36c86ee9d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
46702026-04-22T01:47:06.430Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=7dbf2a99cba19639 -C extra-filename=-c9e9a8d9a604705c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-7afa2bcd3f11a409.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-32a02797568f8843.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
46712026-04-22T01:47:06.994Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=b530fdbdd2af4422 -C extra-filename=-927bf2b322edfa36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5e3caf26cddc1468.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-dff3331c0c39fbb5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46722026-04-22T01:47:07.301Z Compiling rustls-webpki v0.103.9
46732026-04-22T01:47:07.304Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=ce0bb54519758426 -C extra-filename=-eb2ffd600f58667f --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-c9e9a8d9a604705c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46742026-04-22T01:47:07.730Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=3103200cea35eefc -C extra-filename=-41e2ac7138cdff9e --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-c9e9a8d9a604705c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-eb2ffd600f58667f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46752026-04-22T01:47:07.956Z Running `/home/build/.rustup/toolchains/1.94.0-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=82de8e18178e2ac2 -C extra-filename=-7d5dab4f45d44d03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20becf909a9773f7.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-63f290f8464735a9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-90f065035915e822.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f61ce2b0fa5dde8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
46762026-04-22T01:47:08.381Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
46772026-04-22T01:47:08.385Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/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=9bc81845e8ab026f -C extra-filename=-c540e0575053c7be --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-c540e0575053c7be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-90f065035915e822.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-7d5dab4f45d44d03.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64`
46782026-04-22T01:47:09.402Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-c540e0575053c7be/build-script-build`
46792026-04-22T01:47:10.213Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/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=e42e6e819fd4bbc8 -C extra-filename=-c753a69c628fb7ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-6804a3d52d287432.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4280ac38158e8180.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-4e07fe3b1ac697d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f0b568ad7b44a842.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0a53bfebb03ff72e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-bf82ac95e8e9aeeb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46802026-04-22T01:47:10.298Z Compiling tokio-rustls v0.26.4
46812026-04-22T01:47:10.298Z Compiling rustls-platform-verifier v0.6.2
46822026-04-22T01:47:10.302Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=4fb13f39a709fb0d -C extra-filename=-09263e5e33cf5e31 --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-41e2ac7138cdff9e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46832026-04-22T01:47:10.302Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=da8436e2a0011cec -C extra-filename=-6cbee7f3a9d1e7e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41e2ac7138cdff9e.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-b1c23b7ca6abed9b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-eb2ffd600f58667f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46842026-04-22T01:47:10.486Z Compiling oso v0.27.3
46852026-04-22T01:47:10.489Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=c5ba953e562ec9f1 -C extra-filename=-a9e21b7c84438fc8 --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-48a01c7a681ebce6.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-00d71a86e3c041f7.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-927bf2b322edfa36.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46862026-04-22T01:47:10.525Z Compiling hyper-rustls v0.27.7
46872026-04-22T01:47:10.528Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=ff5e3a221ddd619e -C extra-filename=-14be7034ea0ed2aa --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-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-68435e2f2fa8916f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41e2ac7138cdff9e.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-b1c23b7ca6abed9b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-09263e5e33cf5e31.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-8b0cbcd1ae2c3e60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46882026-04-22T01:47:10.528Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=ea2440e309d43f62 -C extra-filename=-cc4fe62cffcf0b84 --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-e40db4b605eb0b63.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-7616ad328e70e854.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-03fdb4027110ddec.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-9f1522a4a949d28e.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a7c01a853476b00d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41e2ac7138cdff9e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e2cc61805a6590f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-09263e5e33cf5e31.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
46892026-04-22T01:47:10.766Z Compiling reqwest v0.12.28
46902026-04-22T01:47:10.767Z Compiling reqwest v0.13.2
46912026-04-22T01:47:10.772Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=b933c51c0b86bcb5 -C extra-filename=-5bab90d0e07a8c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-f4f4fd47321d1d3a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-14be7034ea0ed2aa.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-c1702887b9713738.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-68435e2f2fa8916f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-c0333c3a307e3ba2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41e2ac7138cdff9e.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-bd4bea3dbaca04af.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-09263e5e33cf5e31.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-498515854327567b.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-b34805f326bcb22f.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-8b0cbcd1ae2c3e60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
46922026-04-22T01:47:10.772Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="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=5b547a1db500f880 -C extra-filename=-f6df04bd1f890a06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-06efe3a7df2ae4e3.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-f4f4fd47321d1d3a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-14be7034ea0ed2aa.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-68435e2f2fa8916f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41e2ac7138cdff9e.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-6cbee7f3a9d1e7e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-09263e5e33cf5e31.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-498515854327567b.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-b34805f326bcb22f.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46932026-04-22T01:47:12.135Z Compiling progenitor-client v0.13.0
46942026-04-22T01:47:12.138Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0da76854e921189e -C extra-filename=-13527f09d96faa51 --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-c11560d9b5666be8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46952026-04-22T01:47:12.190Z Compiling progenitor-client v0.10.0
46962026-04-22T01:47:12.190Z Compiling tough v0.20.0
46972026-04-22T01:47:12.194Z Compiling progenitor-client v0.11.2
46982026-04-22T01:47:12.195Z Compiling omicron-zone-package v0.12.2
46992026-04-22T01:47:12.195Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=3e7a3c7bea3ce837 -C extra-filename=-4bac938a1d01cc7b --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-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c9e9a8d9a604705c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-7ed5b5014e10b2ab.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-66e816845a3c3a3a.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41e2ac7138cdff9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-93579350b8206f00.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-e984f6592b564be3.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-bbdfa85da1bca7a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-32a02797568f8843.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47002026-04-22T01:47:12.195Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/omicron-zone-package-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=872f87c010dd5076 -C extra-filename=-00b6e8cede7d7608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-43fa2bec1e1c51a5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2884642a5c7261b1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47012026-04-22T01:47:12.195Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d042dac4c46d5a9 -C extra-filename=-579a95bc9e2dbca3 --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-c11560d9b5666be8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47022026-04-22T01:47:12.195Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4b63618f6b89e2c -C extra-filename=-d92c1c3b28332986 --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-c11560d9b5666be8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47032026-04-22T01:47:12.381Z Compiling progenitor-extras v0.1.1
47042026-04-22T01:47:12.381Z Compiling progenitor v0.13.0
47052026-04-22T01:47:12.384Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=f912469d83d45d9f -C extra-filename=-43fe1c1a5f3c10f5 --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-13527f09d96faa51.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5f4a607086c95e3c.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-daca7b2b8414ca46.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47062026-04-22T01:47:12.384Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_extras --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-extras-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=843a87e87c18fa1d -C extra-filename=-9c37b2b49d86fda5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47072026-04-22T01:47:12.472Z Compiling progenitor v0.11.2
47082026-04-22T01:47:12.475Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=522f96ed907576bd -C extra-filename=-d3be877a19329e7e --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-579a95bc9e2dbca3.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-50ae8e66a6633ae9.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-38f2134b618cb968.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47092026-04-22T01:47:12.500Z Compiling progenitor v0.10.0
47102026-04-22T01:47:12.503Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.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=ba992565b329d2a4 -C extra-filename=-573895361a7cd143 --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-d92c1c3b28332986.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-11f3a1932c641ac2.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-8cceeba839506547.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47112026-04-22T01:47:12.574Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
47122026-04-22T01:47:12.577Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/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=49580eabc93ae85b -C extra-filename=-154ecba54e5f5287 --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-d33b24db3b255967.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-20818eb2682fe51d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47132026-04-22T01:47:12.602Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
47142026-04-22T01:47:12.605Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/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=3dd3476b5141c92b -C extra-filename=-540407e3547edf18 --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-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ecfd92ca35fdd75e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-73447f1682d84e4a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1c603fe9d466fbde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47152026-04-22T01:47:12.640Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
47162026-04-22T01:47:12.643Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
47172026-04-22T01:47:12.643Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/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=1ec5db729ed9290e -C extra-filename=-e352c7e5f9a136cb --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-87f875600adb1a5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47182026-04-22T01:47:12.643Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/44a949c/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=fa79ac0f0e0e8179 -C extra-filename=-cb8462bee61f0010 --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-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-e1c96f5b2e03fc6a.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-85b483ad3b31fa93.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47192026-04-22T01:47:12.673Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
47202026-04-22T01:47:12.677Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/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=cd93383bf33f78a3 -C extra-filename=-152b4cf9f23b1505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-6804a3d52d287432.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c747c9197bdb8d1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-73447f1682d84e4a.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-4326ac41716e4f11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f0b568ad7b44a842.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1c603fe9d466fbde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out`
47212026-04-22T01:47:12.742Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
47222026-04-22T01:47:12.745Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
47232026-04-22T01:47:12.746Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
47242026-04-22T01:47:12.746Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/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=7e12c6cf30556398 -C extra-filename=-08959a50787ef8b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-573895361a7cd143.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47252026-04-22T01:47:12.746Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=ae8a3e8e939a0fe0 -C extra-filename=-bb2a1e19b8feef28 --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-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-85418149f57830d7.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-85b483ad3b31fa93.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47262026-04-22T01:47:12.746Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/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=cbd7182c7f2020c3 -C extra-filename=-14640da3d1ba1553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-573895361a7cd143.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47272026-04-22T01:47:13.184Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
47282026-04-22T01:47:13.187Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7068dc9a3c7458bc -C extra-filename=-9f60977f91a6a52d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-9f60977f91a6a52d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-78c2aa64fb702eaa.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c9e9a8d9a604705c.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3ff3bf40139ea91e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c2f1590ad89e38d5.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-213591dc35900c35.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3d2b4d9d4f1a3fd7.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-23aa6fb1770d2dd9.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b18b7b68b836f74d.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d17d24254c9d4f20.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-9f1522a4a949d28e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2545d1ea07b01fcb.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-14be7034ea0ed2aa.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-68435e2f2fa8916f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-38e32c58ec9eba41.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-328f92fad8721757.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0bf430e59612266a.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-235c7ef47960a868.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-30c4b2e5948aa829.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-22edf2ccb1e9b408.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cf553a8ab57ebe45.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41e2ac7138cdff9e.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-eb2ffd600f58667f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-47d8c27765709821.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-84b995bd35224e51.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ba48d1aa0718435b.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-763e69004c310e8b.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-09263e5e33cf5e31.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rlib --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1745bef36c86ee9d.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8f7b724a69a04d1f.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-86046d116a58ff19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-90f065035915e822.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f61ce2b0fa5dde8d.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47292026-04-22T01:47:13.467Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-9f60977f91a6a52d/build-script-build`
47302026-04-22T01:47:13.513Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8fd1bcd00bbee8db -C extra-filename=-e1cec97cb7fa7aa0 --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-78c2aa64fb702eaa.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c9e9a8d9a604705c.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3ff3bf40139ea91e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c2f1590ad89e38d5.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-213591dc35900c35.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3d2b4d9d4f1a3fd7.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-23aa6fb1770d2dd9.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b18b7b68b836f74d.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d17d24254c9d4f20.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-9f1522a4a949d28e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2545d1ea07b01fcb.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-14be7034ea0ed2aa.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-68435e2f2fa8916f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-38e32c58ec9eba41.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-328f92fad8721757.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0bf430e59612266a.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-235c7ef47960a868.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-30c4b2e5948aa829.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-22edf2ccb1e9b408.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cf553a8ab57ebe45.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41e2ac7138cdff9e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-eb2ffd600f58667f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-84b995bd35224e51.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ba48d1aa0718435b.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-09263e5e33cf5e31.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rmeta --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rmeta --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1745bef36c86ee9d.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8f7b724a69a04d1f.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-86046d116a58ff19.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47312026-04-22T01:47:13.513Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5cf01e4c95a03fd -C extra-filename=-d6279eb6ce8616e4 --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-78c2aa64fb702eaa.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c9e9a8d9a604705c.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3ff3bf40139ea91e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c2f1590ad89e38d5.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-213591dc35900c35.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3d2b4d9d4f1a3fd7.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-23aa6fb1770d2dd9.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b18b7b68b836f74d.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d17d24254c9d4f20.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-9f1522a4a949d28e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2545d1ea07b01fcb.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-14be7034ea0ed2aa.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-68435e2f2fa8916f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-38e32c58ec9eba41.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-328f92fad8721757.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0bf430e59612266a.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-235c7ef47960a868.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-30c4b2e5948aa829.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-22edf2ccb1e9b408.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cf553a8ab57ebe45.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41e2ac7138cdff9e.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-eb2ffd600f58667f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-84b995bd35224e51.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ba48d1aa0718435b.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-09263e5e33cf5e31.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rlib --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1745bef36c86ee9d.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8f7b724a69a04d1f.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-86046d116a58ff19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47322026-04-22T01:47:13.605Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
47332026-04-22T01:47:13.605Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
47342026-04-22T01:47:13.605Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47352026-04-22T01:47:13.609Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47362026-04-22T01:47:13.609Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
47372026-04-22T01:47:13.609Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
47382026-04-22T01:47:13.609Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47392026-04-22T01:47:13.609Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47402026-04-22T01:47:13.609Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47412026-04-22T01:47:13.609Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2473dba2af42d939 -C extra-filename=-6a1a3fd4810a95b5 --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-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47422026-04-22T01:47:13.609Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8f300b61aec3d26 -C extra-filename=-7153722225209c8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47432026-04-22T01:47:13.609Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5548f1b1c720396 -C extra-filename=-b02e25d40acae368 --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-66835a6e3e9494eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47442026-04-22T01:47:13.609Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d952e3861d5390f0 -C extra-filename=-afc51b7ff317eab8 --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-90e7050a57d538d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47452026-04-22T01:47:13.609Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3575d7232377f4a5 -C extra-filename=-b83791814fd9114a --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-166e32c989b32ef4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47462026-04-22T01:47:13.609Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=12054ce5c29d7a92 -C extra-filename=-0e82d15682e5ff29 --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-b18b7b68b836f74d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47472026-04-22T01:47:13.635Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f24a39b9f198c1ab -C extra-filename=-0969ada317a8013a --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-e1cec97cb7fa7aa0.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47482026-04-22T01:47:13.638Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93dd5a9f21e37dad -C extra-filename=-eb73b5ff10d551b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-44c1612c5dbda4cc.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47492026-04-22T01:47:13.638Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=efcb377de514d90d -C extra-filename=-703dfeafd4b88926 --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-90e7050a57d538d9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47502026-04-22T01:47:13.668Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
47512026-04-22T01:47:13.700Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd1d9057dafdec6a -C extra-filename=-2b4dc59d5316026a --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-d33b24db3b255967.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47522026-04-22T01:47:13.829Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
47532026-04-22T01:47:13.861Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=259da326e39200c7 -C extra-filename=-d817c6baf607a836 --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-e1cec97cb7fa7aa0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47542026-04-22T01:47:13.895Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
47552026-04-22T01:47:13.899Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a750c54104d46625 -C extra-filename=-9ee4cbaf4e4b4c92 --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-e1cec97cb7fa7aa0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47562026-04-22T01:47:13.932Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
47572026-04-22T01:47:13.936Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47582026-04-22T01:47:13.969Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
47592026-04-22T01:47:13.973Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
47602026-04-22T01:47:13.973Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=459e1926b4c992ec -C extra-filename=-b26ea8cecaf2eab2 --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-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47612026-04-22T01:47:13.973Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a25ba17445a6cbbd -C extra-filename=-258ff70fb361130e --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-d33b24db3b255967.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47622026-04-22T01:47:13.973Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6da4b34fba2a5b5 -C extra-filename=-435cb2845b963c00 --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-e1cec97cb7fa7aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47632026-04-22T01:47:13.973Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3490718eb038acb -C extra-filename=-515e75aaa182bfd9 --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-d33b24db3b255967.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47642026-04-22T01:47:14.042Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
47652026-04-22T01:47:14.115Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47662026-04-22T01:47:14.151Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=838aa19b0ba421e7 -C extra-filename=-f7b2c20fa8027f33 --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-e1cec97cb7fa7aa0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47672026-04-22T01:47:14.154Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e41bf6b6bc2cd79 -C extra-filename=-4db3c7912993e5c8 --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-166e32c989b32ef4.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47682026-04-22T01:47:14.154Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
47692026-04-22T01:47:14.188Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0950e6354be354b -C extra-filename=-70161400ac649e3f --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-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5eeef5de274b51ce.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-aa1792d552fd8b7a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47702026-04-22T01:47:14.226Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47712026-04-22T01:47:14.234Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47722026-04-22T01:47:14.234Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=35fda2c4d35f50aa -C extra-filename=-0d6f25ce079a58bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-51e4d5beed14f2a8.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0e82d15682e5ff29.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47732026-04-22T01:47:14.259Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47742026-04-22T01:47:14.297Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47752026-04-22T01:47:14.300Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7199a0a5314236b5 -C extra-filename=-c49dd6cc6c58c4cd --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-c11560d9b5666be8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47762026-04-22T01:47:14.301Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d44236317bdb847f -C extra-filename=-fdde538a85e42ec2 --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-fad6582b01721226.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1afc9ac3053176b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47772026-04-22T01:47:14.333Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70c2facd24496494 -C extra-filename=-5a0fd73dec786150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47782026-04-22T01:47:14.414Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
47792026-04-22T01:47:14.455Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47802026-04-22T01:47:14.459Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
47812026-04-22T01:47:14.459Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47822026-04-22T01:47:14.459Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2cfe0690a0ffe631 -C extra-filename=-8253fd06d4832b21 --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-e1cec97cb7fa7aa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47832026-04-22T01:47:14.459Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
47842026-04-22T01:47:14.492Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47852026-04-22T01:47:14.496Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47862026-04-22T01:47:14.496Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43fa1f4ac6b41f18 -C extra-filename=-f65ff91e6ac4ceac --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-e1cec97cb7fa7aa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47872026-04-22T01:47:14.496Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa13924eab6dc8a8 -C extra-filename=-22c0f21082708b8e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-22c0f21082708b8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-dc727805ba6f074e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47882026-04-22T01:47:14.496Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45d9c240d4865d9c -C extra-filename=-764017b80a162016 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-764017b80a162016 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47892026-04-22T01:47:14.496Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5dbd5f76cc9fc96a -C extra-filename=-f8ea86c203662b71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-435cb2845b963c00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47902026-04-22T01:47:14.496Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93ec090a90305f2b -C extra-filename=-2920d2850e8ef0fe --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-2920d2850e8ef0fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47912026-04-22T01:47:14.496Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d832e35b38c321f4 -C extra-filename=-b4bb5a86d5cd9f32 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-b4bb5a86d5cd9f32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47922026-04-22T01:47:14.558Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
47932026-04-22T01:47:14.589Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b343b81f41231b08 -C extra-filename=-d8212a62df194ade --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-2b4dc59d5316026a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47942026-04-22T01:47:14.660Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
47952026-04-22T01:47:14.663Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ea011e30d4e0ee4 -C extra-filename=-5ab38bc5d90fcfef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-435cb2845b963c00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47962026-04-22T01:47:14.698Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47972026-04-22T01:47:14.702Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47982026-04-22T01:47:14.737Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-lookup/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f217f935b94864f -C extra-filename=-659b0bb04aa23c2a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-659b0bb04aa23c2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47992026-04-22T01:47:14.737Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=c4c54103b32b1ad0 -C extra-filename=-501120a3293d7392 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-501120a3293d7392 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48002026-04-22T01:47:14.774Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
48012026-04-22T01:47:14.778Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34d9931282fe4997 -C extra-filename=-e20e6182ac40f2d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c9e9a8d9a604705c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b1fb3636e30508e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f9321f8f6194a549.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-53b3c6bb35e26b47.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48022026-04-22T01:47:14.812Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
48032026-04-22T01:47:14.850Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48042026-04-22T01:47:14.853Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=828c6f0aa838e221 -C extra-filename=-fd8ed5a274f14a1e --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-e1cec97cb7fa7aa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48052026-04-22T01:47:14.853Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-interface/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcea84931b4fa708 -C extra-filename=-0cbc1022eb13630b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-0cbc1022eb13630b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48062026-04-22T01:47:14.925Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
48072026-04-22T01:47:14.961Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
48082026-04-22T01:47:14.965Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48092026-04-22T01:47:14.965Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=461926ad76459a41 -C extra-filename=-6b5717f8b8c5d884 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48102026-04-22T01:47:14.965Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48112026-04-22T01:47:14.965Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48122026-04-22T01:47:14.965Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48132026-04-22T01:47:14.965Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48142026-04-22T01:47:14.965Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-764017b80a162016/build-script-build`
48152026-04-22T01:47:14.965Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=c15d794ced4ac8ec -C extra-filename=-751d731a865d70cb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-751d731a865d70cb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48162026-04-22T01:47:14.965Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c3d095150d9f80a -C extra-filename=-1f4b3b3f27b8483f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1f4b3b3f27b8483f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48172026-04-22T01:47:14.995Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-2920d2850e8ef0fe/build-script-build`
48182026-04-22T01:47:14.999Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1593cfa57a132c15 -C extra-filename=-282c85c2f3110fd3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-282c85c2f3110fd3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48192026-04-22T01:47:14.999Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc41d9a00e2d51d4 -C extra-filename=-9b9bbbbcb124d11d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-9b9bbbbcb124d11d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48202026-04-22T01:47:14.999Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/preparation/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=795b990430e594d4 -C extra-filename=-fb2f1bfc51441db3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-fb2f1bfc51441db3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48212026-04-22T01:47:14.999Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/networking/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1eb5ecd653afe4c -C extra-filename=-7b436cddd6bd6037 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-7b436cddd6bd6037 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48222026-04-22T01:47:14.999Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-b4bb5a86d5cd9f32/build-script-build`
48232026-04-22T01:47:15.177Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48242026-04-22T01:47:15.180Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fae98df40c3762c2 -C extra-filename=-5e923546bfb73819 --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-e1cec97cb7fa7aa0.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-0d6f25ce079a58bb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48252026-04-22T01:47:15.278Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48262026-04-22T01:47:15.317Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbbfaffb3cce255d -C extra-filename=-db39cc4e9643a5a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-db39cc4e9643a5a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48272026-04-22T01:47:15.353Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48282026-04-22T01:47:15.356Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-501120a3293d7392/build-script-build`
48292026-04-22T01:47:15.465Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f705474906e5e9f4 -C extra-filename=-028ee455c6ef4c0d --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-028ee455c6ef4c0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48302026-04-22T01:47:15.481Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48312026-04-22T01:47:15.481Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14cc2fe02bb40fd6 -C extra-filename=-8964abe3aec7bd4f --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-46fb8c036d33082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
48322026-04-22T01:47:15.481Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-0cbc1022eb13630b/build-script-build`
48332026-04-22T01:47:15.545Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
48342026-04-22T01:47:15.548Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a8ac33288e722d2 -C extra-filename=-aee642a929077e8a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-aee642a929077e8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48352026-04-22T01:47:15.591Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
48362026-04-22T01:47:15.662Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=7ad47e55f58d4694 -C extra-filename=-f227c7c232f6f032 --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-afc51b7ff317eab8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48372026-04-22T01:47:15.666Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-751d731a865d70cb/build-script-build`
48382026-04-22T01:47:15.703Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48392026-04-22T01:47:15.706Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48402026-04-22T01:47:15.706Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-659b0bb04aa23c2a/build-script-build`
48412026-04-22T01:47:15.736Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=f71bf534847727fb -C extra-filename=-854823f9200421a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-8253fd06d4832b21.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-7aad8fd8d54e7c53.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d92c1c3b28332986.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-9c37b2b49d86fda5.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d4b32a865dd5abdd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48422026-04-22T01:47:15.741Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-fb2f1bfc51441db3/build-script-build`
48432026-04-22T01:47:15.741Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-7b436cddd6bd6037/build-script-build`
48442026-04-22T01:47:15.778Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=c6255c02c3448054 -C extra-filename=-2def2205f539db42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-8253fd06d4832b21.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-7aad8fd8d54e7c53.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d92c1c3b28332986.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-9c37b2b49d86fda5.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d4b32a865dd5abdd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48452026-04-22T01:47:15.816Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48462026-04-22T01:47:15.819Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48472026-04-22T01:47:15.819Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
48482026-04-22T01:47:15.819Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-22c0f21082708b8e/build-script-build`
48492026-04-22T01:47:15.819Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4a4d2bdc2df41ef -C extra-filename=-6ce71cfac88c97fd --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-e1cec97cb7fa7aa0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48502026-04-22T01:47:15.819Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=1456fc1477d3c8fd -C extra-filename=-e5f4693c7f0a3b52 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-e5f4693c7f0a3b52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48512026-04-22T01:47:15.819Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-9b9bbbbcb124d11d/build-script-build`
48522026-04-22T01:47:15.845Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-282c85c2f3110fd3/build-script-build`
48532026-04-22T01:47:15.881Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
48542026-04-22T01:47:15.954Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=876583c0e170f3b8 -C extra-filename=-078149b08327d553 --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-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48552026-04-22T01:47:15.957Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c708286da8c6a808 -C extra-filename=-53b6542c0aa962f6 --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-e1cec97cb7fa7aa0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48562026-04-22T01:47:15.985Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=470c380182f8cc5e -C extra-filename=-d2b3741fe55c0e4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48572026-04-22T01:47:16.023Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48582026-04-22T01:47:16.026Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48592026-04-22T01:47:16.059Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48602026-04-22T01:47:16.063Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48612026-04-22T01:47:16.063Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48622026-04-22T01:47:16.098Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=754f494d4ba02554 -C extra-filename=-fdcb00a9727bbe48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48632026-04-22T01:47:16.102Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1f4b3b3f27b8483f/build-script-build`
48642026-04-22T01:47:16.158Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-028ee455c6ef4c0d/build-script-build`
48652026-04-22T01:47:16.161Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-db39cc4e9643a5a9/build-script-build`
48662026-04-22T01:47:16.161Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 ntp-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9403922fdfa70d6c -C extra-filename=-134ef7c0c7a19a8d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-134ef7c0c7a19a8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48672026-04-22T01:47:16.161Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c946e1b5f184cb8b -C extra-filename=-6fe4be641980c93b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-6fe4be641980c93b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48682026-04-22T01:47:16.161Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4648833e0c53ffa5 -C extra-filename=-33e6a7be6840a540 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-33e6a7be6840a540 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-dc727805ba6f074e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48692026-04-22T01:47:16.161Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48702026-04-22T01:47:16.161Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48712026-04-22T01:47:16.195Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48722026-04-22T01:47:16.202Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/cli-integration-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8adecf1d40295616 -C extra-filename=-0c32b032150ee228 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-0c32b032150ee228 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48732026-04-22T01:47:16.202Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c446b74668a89999 -C extra-filename=-982c14e3a92a55cd --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-982c14e3a92a55cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48742026-04-22T01:47:16.231Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
48752026-04-22T01:47:16.235Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48762026-04-22T01:47:16.235Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-aee642a929077e8a/build-script-build`
48772026-04-22T01:47:16.235Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3f7c57a4e3d8ba5 -C extra-filename=-45e3056d1b02db42 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-45e3056d1b02db42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48782026-04-22T01:47:16.235Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d027dbd86ea2b7e6 -C extra-filename=-551b2bfa1347b0b9 --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-e1cec97cb7fa7aa0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48792026-04-22T01:47:16.235Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=910d42974ad1f08f -C extra-filename=-3f7ce321c263295e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48802026-04-22T01:47:16.268Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48812026-04-22T01:47:16.271Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c6d56a5760a50b7 -C extra-filename=-a4da1e928371dc89 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-a4da1e928371dc89 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48822026-04-22T01:47:16.271Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/bin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9362b20bf8277d68 -C extra-filename=-b6734f8518088403 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4c7a5ecc60f8628.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48832026-04-22T01:47:16.271Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66cb71f09387185c -C extra-filename=-fd48d22cd3309775 --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-078149b08327d553.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48842026-04-22T01:47:16.271Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-e5f4693c7f0a3b52/build-script-build`
48852026-04-22T01:47:16.307Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48862026-04-22T01:47:16.310Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48872026-04-22T01:47:16.341Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc879bfcd04c408d -C extra-filename=-9edcbd4838796f47 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-9edcbd4838796f47 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48882026-04-22T01:47:16.344Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7956d8d96619f925 -C extra-filename=-ac98b6ca3a439b26 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-ac98b6ca3a439b26 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48892026-04-22T01:47:16.375Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48902026-04-22T01:47:16.410Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6f98c91210d033b -C extra-filename=-f135702b0bc20b2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48912026-04-22T01:47:16.414Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
48922026-04-22T01:47:16.446Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45e76f7e2d6c400b -C extra-filename=-ffa4cf54f4c54fe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48932026-04-22T01:47:16.449Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3c8990a7194531f -C extra-filename=-7edb276f1264a7f2 --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-078149b08327d553.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48942026-04-22T01:47:16.480Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=caa759bf86bb1e02 -C extra-filename=-b4610b552852deec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48952026-04-22T01:47:16.653Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-982c14e3a92a55cd/build-script-build`
48962026-04-22T01:47:16.656Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=8c97a282eff86be7 -C extra-filename=-aef2c90dcf2e06ea --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-afc51b7ff317eab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48972026-04-22T01:47:16.760Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57e9cfefb1c979af -C extra-filename=-945b815c6c63bdff --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-e1cec97cb7fa7aa0.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-0d6f25ce079a58bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48982026-04-22T01:47:16.833Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=2f6ebaba199f08c2 -C extra-filename=-7ab0e95a57a91799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-8253fd06d4832b21.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-7aad8fd8d54e7c53.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d92c1c3b28332986.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-9c37b2b49d86fda5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d4b32a865dd5abdd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48992026-04-22T01:47:16.837Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-9edcbd4838796f47/build-script-build`
49002026-04-22T01:47:16.901Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c73a5cd7c9a5911 -C extra-filename=-9006972e80508666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49012026-04-22T01:47:16.904Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-ac98b6ca3a439b26/build-script-build`
49022026-04-22T01:47:16.942Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7fb99999b78df3a6 -C extra-filename=-1bb4b84ff71934f2 --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-2b4dc59d5316026a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49032026-04-22T01:47:16.977Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-a4da1e928371dc89/build-script-build`
49042026-04-22T01:47:16.981Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-45e3056d1b02db42/build-script-build`
49052026-04-22T01:47:17.041Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=2ff10471ee47748f -C extra-filename=-c537ce3c43f30e95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-51e4d5beed14f2a8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0e82d15682e5ff29.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49062026-04-22T01:47:17.078Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-0c32b032150ee228/build-script-build`
49072026-04-22T01:47:17.081Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-134ef7c0c7a19a8d/build-script-build`
49082026-04-22T01:47:17.140Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-6fe4be641980c93b/build-script-build`
49092026-04-22T01:47:17.144Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e49e6809c6e5f5a1 -C extra-filename=-a0c4963da24a587e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7153722225209c8a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49102026-04-22T01:47:17.209Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=187b16c1fcfe6af2 -C extra-filename=-0b724d95364f9037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-435cb2845b963c00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49112026-04-22T01:47:17.243Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96a04549cb302d2f -C extra-filename=-587b939fa69df62b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-435cb2845b963c00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49122026-04-22T01:47:17.277Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d934bc90df11625f -C extra-filename=-f90366df1b1fe325 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5eeef5de274b51ce.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-aa1792d552fd8b7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49132026-04-22T01:47:17.480Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=cd751e0e9a5b1bcd -C extra-filename=-347c6f0f6d643278 --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-b18b7b68b836f74d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49142026-04-22T01:47:17.552Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7e6d1e06b81482e -C extra-filename=-19eb88acaa60d556 --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-d33b24db3b255967.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49152026-04-22T01:47:17.623Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e5d8a350abbcce8 -C extra-filename=-e7b9787fbab634a6 --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-e1cec97cb7fa7aa0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49162026-04-22T01:47:17.627Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21436db5d46c2c03 -C extra-filename=-bd0af516d79cb5e4 --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-e1cec97cb7fa7aa0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49172026-04-22T01:47:17.700Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fda092c349f86672 -C extra-filename=-f408a11425a6bd55 --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-d33b24db3b255967.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49182026-04-22T01:47:17.738Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-33e6a7be6840a540/build-script-build`
49192026-04-22T01:47:17.777Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1afc99e12b916773 -C extra-filename=-6aabf54bc4facba6 --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-e1cec97cb7fa7aa0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49202026-04-22T01:47:17.781Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4cd25794348b326 -C extra-filename=-b99c9c715bc43908 --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-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49212026-04-22T01:47:17.815Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a088107c05a7d7d -C extra-filename=-67a5589eee0967ef --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-fad6582b01721226.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1afc9ac3053176b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49222026-04-22T01:47:17.931Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bd5e88c91950cb2 -C extra-filename=-d9dd5e847d691d88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49232026-04-22T01:47:17.938Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae889223a192d324 -C extra-filename=-93576176641e450a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49242026-04-22T01:47:17.968Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=873121c7b2006e18 -C extra-filename=-1035d441e5ee984f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49252026-04-22T01:47:18.049Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=5641d224e402ebfa -C extra-filename=-d1aab65236d3b390 --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-90e7050a57d538d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49262026-04-22T01:47:18.103Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=697e590b8e6b2ea9 -C extra-filename=-f0046f2f14ef86a7 --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-e1cec97cb7fa7aa0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49272026-04-22T01:47:18.147Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75e9aaa64dead43f -C extra-filename=-658657bb574a9bc0 --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-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49282026-04-22T01:47:18.189Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec098a8444dcbe98 -C extra-filename=-5f0a24fb1a71ff4e --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-d33b24db3b255967.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49292026-04-22T01:47:18.319Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b31b0e92eba83e69 -C extra-filename=-414475315ee42f8a --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-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49302026-04-22T01:47:18.373Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1d6ea0bdee28307 -C extra-filename=-649c63153a7e2a4f --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-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49312026-04-22T01:47:18.427Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5db3dd0aa9b7bb86 -C extra-filename=-05e37340d5a6414a --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-e1cec97cb7fa7aa0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49322026-04-22T01:47:18.500Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49332026-04-22T01:47:18.504Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f0475086db755c7 -C extra-filename=-4acd499ad79dab1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49342026-04-22T01:47:18.536Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7b5bf82d426e065 -C extra-filename=-a4a57cc31dc6e0be --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-e1cec97cb7fa7aa0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49352026-04-22T01:47:18.576Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94147b7ff52f6c69 -C extra-filename=-99b1080b2026a2dd --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-e1cec97cb7fa7aa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49362026-04-22T01:47:18.676Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=640682598d4cced9 -C extra-filename=-2a9ef5a23890a4b8 --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-e1cec97cb7fa7aa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49372026-04-22T01:47:18.774Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bbd3b2e65d8c720 -C extra-filename=-2a7e8919dafe5a53 --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-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49382026-04-22T01:47:18.888Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=56ce85780e53de18 -C extra-filename=-c2604570c5ad4a5b --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-90e7050a57d538d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49392026-04-22T01:47:18.924Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81a70584e5d8e21f -C extra-filename=-9af3be012d39b62a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49402026-04-22T01:47:18.999Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1879b6e7fe5c494 -C extra-filename=-71d430edbd06aee1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-66835a6e3e9494eb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585356b8a260a2cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49412026-04-22T01:47:19.035Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=baf80994a443c15a -C extra-filename=-c7d347d060cc639f --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-e1cec97cb7fa7aa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49422026-04-22T01:47:19.107Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f5a1088b53e8f53 -C extra-filename=-0fba8261c2c1d211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49432026-04-22T01:47:19.111Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6415e0b2886e84a -C extra-filename=-b26231f9e0471c78 --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-166e32c989b32ef4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49442026-04-22T01:47:19.149Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=461177dbc097e390 -C extra-filename=-297ed56771fc8eb3 --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-c11560d9b5666be8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49452026-04-22T01:47:19.607Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
49462026-04-22T01:47:19.611Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/lldpd-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b8cb4c15a085b58 -C extra-filename=-3be37e5efa4bc611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bb2a1e19b8feef28.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f0b568ad7b44a842.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
49472026-04-22T01:47:19.727Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcb3ff9f225a0199 -C extra-filename=-2a23ab89116cf6a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-ffa4cf54f4c54fe9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49482026-04-22T01:47:19.786Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c67070a6f5f63f03 -C extra-filename=-b199fcf3c980cb7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-3f7ce321c263295e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49492026-04-22T01:47:19.961Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
49502026-04-22T01:47:19.965Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/lldpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed2f74c4f1de2b6c -C extra-filename=-071ef5a4d2d4dc57 --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-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-3be37e5efa4bc611.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3be877a19329e7e.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d4b32a865dd5abdd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
49512026-04-22T01:47:20.776Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49522026-04-22T01:47:20.779Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=887979375071f3e8 -C extra-filename=-dde780b370f84747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-51e4d5beed14f2a8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-73447f1682d84e4a.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-0d6f25ce079a58bb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49532026-04-22T01:47:20.826Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
49542026-04-22T01:47:20.829Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8783520776adc62b -C extra-filename=-1aff52973aa8f41a --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-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49552026-04-22T01:47:20.864Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
49562026-04-22T01:47:20.867Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d200d21762f36cf6 -C extra-filename=-b3c41f03910cf886 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49572026-04-22T01:47:20.897Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
49582026-04-22T01:47:20.900Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ed0202cd56b506a -C extra-filename=-06db9e3d6cd85f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49592026-04-22T01:47:20.955Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c44f6b1add8d422 -C extra-filename=-ef2c74bc2aa04704 --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-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2def2205f539db42.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49602026-04-22T01:47:21.009Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
49612026-04-22T01:47:21.013Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86f81906e4485247 -C extra-filename=-cbc831ec850aa3d6 --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-7a627029a175eba8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-0969ada317a8013a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49622026-04-22T01:47:21.123Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49632026-04-22T01:47:21.126Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2c36a5e166b2b4e -C extra-filename=-7eb7a7b479c7da37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-7c5d1d9dcfc14d59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49642026-04-22T01:47:21.158Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
49652026-04-22T01:47:21.162Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
49662026-04-22T01:47:21.162Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d588345530e44b8f -C extra-filename=-0a759e7ea3eba09a --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-d1b39bac35ae9f5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49672026-04-22T01:47:21.162Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=363db755d985a2ed -C extra-filename=-e6139077c33044d9 --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-e352c7e5f9a136cb.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49682026-04-22T01:47:21.321Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
49692026-04-22T01:47:21.325Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cb2ade9fcdffab3 -C extra-filename=-43016ab33507a543 --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-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2def2205f539db42.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49702026-04-22T01:47:21.464Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
49712026-04-22T01:47:21.467Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11fcf3df0c5cfc7c -C extra-filename=-67e243affd47b93a --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-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-1aff52973aa8f41a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49722026-04-22T01:47:21.537Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bab5da7153736940 -C extra-filename=-804c2dbc58698890 --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-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2def2205f539db42.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-ef2c74bc2aa04704.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49732026-04-22T01:47:21.602Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=daae7ef8d8ab8c60 -C extra-filename=-da098867611cae91 --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-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49742026-04-22T01:47:21.723Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
49752026-04-22T01:47:21.767Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49762026-04-22T01:47:21.771Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9045f26618fcb33b -C extra-filename=-0204d4fa230a73a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49772026-04-22T01:47:21.772Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f47018f3d12c9982 -C extra-filename=-b0bad884a210ab35 --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-d33b24db3b255967.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49782026-04-22T01:47:21.794Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
49792026-04-22T01:47:21.800Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
49802026-04-22T01:47:21.847Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7833f6abb26c9d85 -C extra-filename=-947827664e7b13e0 --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-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49812026-04-22T01:47:21.851Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a45bff837e2b44fa -C extra-filename=-0ca54cccbc19ee06 --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-1bc321bceb338989.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a7c01a853476b00d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
49822026-04-22T01:47:22.031Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
49832026-04-22T01:47:22.039Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79cc74fde0a5e311 -C extra-filename=-4347d41333de2d83 --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-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2def2205f539db42.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-43016ab33507a543.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49842026-04-22T01:47:22.077Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
49852026-04-22T01:47:22.080Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
49862026-04-22T01:47:22.080Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7028983adf929120 -C extra-filename=-e64f0f94e4b7b1e1 --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-166e32c989b32ef4.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-afc51b7ff317eab8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49872026-04-22T01:47:22.080Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa1ff2d6d4d723b4 -C extra-filename=-04354f1985490600 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49882026-04-22T01:47:22.148Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
49892026-04-22T01:47:22.152Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=291741417fbe61ce -C extra-filename=-e02d2a320b5df41a --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-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49902026-04-22T01:47:22.232Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49912026-04-22T01:47:22.265Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef96b6752c296067 -C extra-filename=-e8b099e2d85a3f72 --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-166e32c989b32ef4.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-1aff52973aa8f41a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49922026-04-22T01:47:22.271Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45d5509976385ef3 -C extra-filename=-373939ef5d716186 --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-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-da098867611cae91.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49932026-04-22T01:47:22.312Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49942026-04-22T01:47:22.316Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49952026-04-22T01:47:22.316Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab3843a0334667ac -C extra-filename=-cfcf63c0ab4c4dbc --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-2b4dc59d5316026a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49962026-04-22T01:47:22.316Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fcc3108f3f4eadf -C extra-filename=-03ffd376ce1be0c0 --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-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49972026-04-22T01:47:22.392Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
49982026-04-22T01:47:22.392Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4f09bf3f95dd670 -C extra-filename=-a84a2c519d9f8877 --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-b3c41f03910cf886.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49992026-04-22T01:47:22.436Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
50002026-04-22T01:47:22.439Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e189df1da1194e1b -C extra-filename=-f6b6d3d234b8ff33 --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-97a3868d40601a98.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50012026-04-22T01:47:22.485Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66d4dc9e71397f4e -C extra-filename=-d79ca792eaf0373c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-947827664e7b13e0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-eb54111f675d53ab.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50022026-04-22T01:47:22.525Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
50032026-04-22T01:47:22.528Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2751d657a9f25c75 -C extra-filename=-9cc47d47b8c9b635 --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-b3c41f03910cf886.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50042026-04-22T01:47:22.560Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
50052026-04-22T01:47:22.564Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcc0cb0f8ec725fd -C extra-filename=-2e4bb724cabc0bc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-b26ea8cecaf2eab2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50062026-04-22T01:47:22.595Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
50072026-04-22T01:47:22.598Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c8e865ab1d57852 -C extra-filename=-0f2ca94a437b08db --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-166e32c989b32ef4.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-078149b08327d553.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50082026-04-22T01:47:22.663Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2024 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ce9ede0d77f96f7 -C extra-filename=-56915396717146a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5eeef5de274b51ce.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-aa1792d552fd8b7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50092026-04-22T01:47:22.726Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
50102026-04-22T01:47:22.733Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbd681cff9dec445 -C extra-filename=-7e9ee747d5ef881b --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-d33b24db3b255967.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50112026-04-22T01:47:22.767Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
50122026-04-22T01:47:22.772Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86fe9e4ffcc474d9 -C extra-filename=-7e32d8f275d86ad7 --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-d33b24db3b255967.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50132026-04-22T01:47:22.811Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
50142026-04-22T01:47:22.814Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48e193da37d13414 -C extra-filename=-dc4071cd7d290b37 --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-d33b24db3b255967.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50152026-04-22T01:47:22.848Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
50162026-04-22T01:47:22.851Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80f7c97a17e16c60 -C extra-filename=-3a14f700b829c057 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50172026-04-22T01:47:22.997Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
50182026-04-22T01:47:23.000Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e65f01dc7100828 -C extra-filename=-422a315b42fed1f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50192026-04-22T01:47:23.074Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bee6dab13ecf50e -C extra-filename=-676915efb7384837 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-0f2ca94a437b08db.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-fd48d22cd3309775.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
50202026-04-22T01:47:23.074Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1050f0654ea24d3 -C extra-filename=-b60d32ed03f16c3f --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-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50212026-04-22T01:47:23.126Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=460030efd57aaa94 -C extra-filename=-8461a8c0ac81329c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50222026-04-22T01:47:23.162Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ee10fe0de69a224 -C extra-filename=-3362c78fac024a56 --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-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50232026-04-22T01:47:23.233Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db27d9b5fa86e5ca -C extra-filename=-78a512ed672dba89 --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-b3c41f03910cf886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50242026-04-22T01:47:23.274Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
50252026-04-22T01:47:23.277Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62319cb8083986ad -C extra-filename=-08c13bec32dec8b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50262026-04-22T01:47:23.315Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
50272026-04-22T01:47:23.315Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa17e630a5df91d7 -C extra-filename=-4bfe4a71d9a784a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50282026-04-22T01:47:23.351Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
50292026-04-22T01:47:23.351Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d02a572597556d6a -C extra-filename=-181ff2f19b99e63c --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-166e32c989b32ef4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-1aff52973aa8f41a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50302026-04-22T01:47:23.388Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b2f3ad4f4801768 -C extra-filename=-70562b9b15073957 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-804c2dbc58698890.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50312026-04-22T01:47:23.422Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f98a98195066ebce -C extra-filename=-196de0c5137dd815 --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-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50322026-04-22T01:47:23.487Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50332026-04-22T01:47:23.492Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2024 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c044079d093fe98 -C extra-filename=-5a3ac187052c997e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-f135702b0bc20b2f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-00b6e8cede7d7608.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-148a43bb767391eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/ssl-3/lib/amd64`
50342026-04-22T01:47:23.524Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
50352026-04-22T01:47:23.528Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2024 dev-tools/repo-depot-standalone/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7b87ca0a5c75861 -C extra-filename=-252f8823415e7c28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50362026-04-22T01:47:23.589Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=389993afcbd9307e -C extra-filename=-e37e63017e777d5c --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-b3c41f03910cf886.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50372026-04-22T01:47:23.625Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f4df61a53152d1d -C extra-filename=-38267fb0539f4759 --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-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50382026-04-22T01:47:23.659Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d5ef0372e426e2e -C extra-filename=-06fb50982c58ebc0 --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-d1b39bac35ae9f5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50392026-04-22T01:47:24.134Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
50402026-04-22T01:47:24.137Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e617f75880bb05e9 -C extra-filename=-39d8e3d3f824a756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-4347d41333de2d83.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50412026-04-22T01:47:24.282Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=636996b7659aef70 -C extra-filename=-611a79937cb21764 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-373939ef5d716186.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50422026-04-22T01:47:24.337Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
50432026-04-22T01:47:24.341Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83762efeabb2d1fc -C extra-filename=-2240700cc4b4844b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50442026-04-22T01:47:24.413Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
50452026-04-22T01:47:24.417Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d72ca1ee49b7f1c6 -C extra-filename=-0656163534e2eeac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50462026-04-22T01:47:24.478Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50472026-04-22T01:47:24.481Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2024 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d6cdae25799a3a7 -C extra-filename=-f63b81c44cef499c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50482026-04-22T01:47:24.519Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2024 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2149edf5d699edf5 -C extra-filename=-05abf2b97159e2b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f65ff91e6ac4ceac.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-1aff52973aa8f41a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-4be94982ab169d43.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e47e7e83d923127b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ee0658970173bd80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50492026-04-22T01:47:24.559Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=743ae3819b00a32a -C extra-filename=-a6006621d721a0b9 --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-166e32c989b32ef4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-1aff52973aa8f41a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50502026-04-22T01:47:24.598Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f69c48b01eedf39 -C extra-filename=-d9bfa5041bd3d0f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50512026-04-22T01:47:24.729Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52a57d6fa066cc74 -C extra-filename=-c9e41349b1de423c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50522026-04-22T01:47:25.020Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86effb4995d09be1 -C extra-filename=-bad6ecac6ebaee0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50532026-04-22T01:47:25.072Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03166213ec0ee421 -C extra-filename=-edccb570d12f03bc --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-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-078149b08327d553.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50542026-04-22T01:47:25.125Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3cd0e082d9395e8 -C extra-filename=-0be3b8e74d7503ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-08c13bec32dec8b7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50552026-04-22T01:47:25.195Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb0c9a4b450fee33 -C extra-filename=-2be703aafb730c8d --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-1bc321bceb338989.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a7c01a853476b00d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
50562026-04-22T01:47:25.210Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
50572026-04-22T01:47:25.213Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=652be015dd95e37c -C extra-filename=-15c27c7b46688bb1 --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-e1cec97cb7fa7aa0.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-70562b9b15073957.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-804c2dbc58698890.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50582026-04-22T01:47:25.258Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68f34b9279e23b11 -C extra-filename=-88fff8ed72f12b37 --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-e1cec97cb7fa7aa0.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-70562b9b15073957.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-804c2dbc58698890.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50592026-04-22T01:47:25.298Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50602026-04-22T01:47:25.302Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2024 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9471eca8286eb0c3 -C extra-filename=-f8b68c907ea0d66f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-0eb532fb73bdb026.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-29280bd062326667.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50612026-04-22T01:47:25.370Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50c92235fb5a1a35 -C extra-filename=-7fe83e4d339a58a0 --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-2b4dc59d5316026a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50622026-04-22T01:47:25.408Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2383db21d6a20fa -C extra-filename=-ef3c014032058587 --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-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50632026-04-22T01:47:25.527Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fea1a504c5f88e8 -C extra-filename=-e60b0bc5f5119a4b --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-d33b24db3b255967.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50642026-04-22T01:47:25.539Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d0705d7dfd6748f -C extra-filename=-c37cd8cc71abbb15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-0656163534e2eeac.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50652026-04-22T01:47:25.891Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=059cd81581b1ee8e -C extra-filename=-aed5c6555c240a96 --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-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-1aff52973aa8f41a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50662026-04-22T01:47:26.101Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
50672026-04-22T01:47:26.104Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e486cfeba6edf04 -C extra-filename=-26e26fb239880cd4 --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-e1cec97cb7fa7aa0.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-39d8e3d3f824a756.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-4347d41333de2d83.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50682026-04-22T01:47:26.236Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=182d0674f170552d -C extra-filename=-eba0969cf98bff9c --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-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-afc51b7ff317eab8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50692026-04-22T01:47:26.240Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f37a172cce89bd26 -C extra-filename=-f529bc0f7242e0fa --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-7a627029a175eba8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-0969ada317a8013a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50702026-04-22T01:47:26.279Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=756e54408f233429 -C extra-filename=-7546b8a167e70acd --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-d33b24db3b255967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50712026-04-22T01:47:26.451Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8ce3bc896af08d1 -C extra-filename=-276252dde08d4ae0 --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-e352c7e5f9a136cb.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50722026-04-22T01:47:26.500Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=787a1804eaba02a2 -C extra-filename=-4b13b5af88591b54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f65ff91e6ac4ceac.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-1aff52973aa8f41a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-4be94982ab169d43.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e47e7e83d923127b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ee0658970173bd80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50732026-04-22T01:47:26.806Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35241fa4cb373f89 -C extra-filename=-27c3105f30840cd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-b26ea8cecaf2eab2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50742026-04-22T01:47:26.877Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6098830f897d2bfc -C extra-filename=-42d0163a1125ced2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50752026-04-22T01:47:27.116Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=974d1adb6a5fd401 -C extra-filename=-8838f5967bb4b4ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50762026-04-22T01:47:27.155Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=776e512d610e0af9 -C extra-filename=-edd2d9e9f63bc259 --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-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50772026-04-22T01:47:27.226Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71babc1095575217 -C extra-filename=-33c4a0b17640eb62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-947827664e7b13e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-eb54111f675d53ab.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50782026-04-22T01:47:27.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d440956daa710a0e -C extra-filename=-b137ea7ee58c726f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50792026-04-22T01:47:27.318Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e98ab3a9301a6d2a -C extra-filename=-81d60621f28f3466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-947827664e7b13e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-eb54111f675d53ab.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50802026-04-22T01:47:27.449Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65170649efe30b31 -C extra-filename=-34727a2b30698c37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50812026-04-22T01:47:27.664Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2024 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce85481be4fdf344 -C extra-filename=-00b929c9c396ca14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5eeef5de274b51ce.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-aa1792d552fd8b7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50822026-04-22T01:47:29.579Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50832026-04-22T01:47:29.582Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=b0dc9f0ee79ded8b -C extra-filename=-d78c5e49c8a26e74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-51e4d5beed14f2a8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50842026-04-22T01:47:30.651Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50852026-04-22T01:47:30.651Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50862026-04-22T01:47:30.656Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50872026-04-22T01:47:30.656Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50882026-04-22T01:47:30.656Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
50892026-04-22T01:47:30.656Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
50902026-04-22T01:47:30.656Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
50912026-04-22T01:47:30.656Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
50922026-04-22T01:47:30.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=344ea296e28757d2 -C extra-filename=-331b0c424afc93a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-5867122525a4ae0f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-191483c6379a0b7f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-0969ada317a8013a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-26cee0db7b229480.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0638c4e5ea873622.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7153722225209c8a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
50932026-04-22T01:47:30.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e7022f1940468bc -C extra-filename=-5197feaa0de89442 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50942026-04-22T01:47:30.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca9e684fc9fc7a2b -C extra-filename=-60b3bd48304a4496 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50952026-04-22T01:47:30.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d374870a15c6398 -C extra-filename=-e88230e4fb590a38 --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-166e32c989b32ef4.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50962026-04-22T01:47:30.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c02c4d2ba12cb109 -C extra-filename=-37258b7621e6ffd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-8253fd06d4832b21.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50972026-04-22T01:47:30.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43104ebaf60cf303 -C extra-filename=-94ac0eb6131105f9 --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-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50982026-04-22T01:47:30.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7879b8eb6aa3cf7c -C extra-filename=-ab5c2d780723f04e --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-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50992026-04-22T01:47:30.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5cbd4c1a293bc92 -C extra-filename=-0b7c588a2d2548b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-e5ca72adfae002f7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51002026-04-22T01:47:30.682Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=ad4bdea2d53de23d -C extra-filename=-310a1f9c9913e3dc --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-70161400ac649e3f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5eeef5de274b51ce.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0e82d15682e5ff29.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51012026-04-22T01:47:31.487Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5f43a9a372bd3dd -C extra-filename=-66a87040e13079d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51022026-04-22T01:47:31.492Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11c7a0cdabc39308 -C extra-filename=-9f9fe47da2e00cbe --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-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51032026-04-22T01:47:31.492Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=037dc588cbae7b04 -C extra-filename=-f3157abd760672c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-8253fd06d4832b21.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51042026-04-22T01:47:31.492Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=deeb901b2b4707d6 -C extra-filename=-56f69787398e8cee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-51e4d5beed14f2a8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51052026-04-22T01:47:31.492Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30dcfe47856a4b4d -C extra-filename=-74bf2df5ed82d458 --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-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51062026-04-22T01:47:31.492Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a02cb111393c3e3 -C extra-filename=-5516cd33d8ce2ae9 --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-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51072026-04-22T01:47:31.493Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e23abe5c53e38f0f -C extra-filename=-65c3be3a685809f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51082026-04-22T01:47:31.526Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4aee41aa412dae09 -C extra-filename=-3d7993b67ff7c2e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-e5ca72adfae002f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51092026-04-22T01:47:31.833Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51102026-04-22T01:47:31.836Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6a7be989f432a2a -C extra-filename=-dd90ec0d7343c32a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51112026-04-22T01:47:31.877Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51122026-04-22T01:47:31.880Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c064d9b8a2436f54 -C extra-filename=-7b9749ef2502cb65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f65ff91e6ac4ceac.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-08c13bec32dec8b7.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-15c27c7b46688bb1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51132026-04-22T01:47:31.880Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51835ab7ebef07db -C extra-filename=-a10cdf66429385ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f65ff91e6ac4ceac.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-08c13bec32dec8b7.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-15c27c7b46688bb1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51142026-04-22T01:47:32.102Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e355005d8e0b955 -C extra-filename=-759800af0a24771a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51152026-04-22T01:47:32.227Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51162026-04-22T01:47:32.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zone"))' -C metadata=7a3290b681b74a8b -C extra-filename=-8da87c7e9262db5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-08f3681ffea75f83.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51172026-04-22T01:47:32.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=a1133525e9195c45 -C extra-filename=-85131082492b4922 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-7df17a1d3c6c9f28.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51182026-04-22T01:47:32.296Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
51192026-04-22T01:47:32.299Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73974b1310436634 -C extra-filename=-c88cdf1e6b871e29 --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-70161400ac649e3f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0e82d15682e5ff29.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51202026-04-22T01:47:32.338Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zone"))' -C metadata=6c4b5184927fe163 -C extra-filename=-31a678fd58e55f95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-08f3681ffea75f83.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51212026-04-22T01:47:32.469Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
51222026-04-22T01:47:32.473Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3539874854189e5f -C extra-filename=-1ac68490b6fe51d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fd8ed5a274f14a1e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-611a79937cb21764.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-26e26fb239880cd4.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-373939ef5d716186.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51232026-04-22T01:47:32.541Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
51242026-04-22T01:47:32.545Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=789fca7b283702b7 -C extra-filename=-001f9541560b07c8 --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-94ac0eb6131105f9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51252026-04-22T01:47:32.813Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
51262026-04-22T01:47:32.816Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e6e309880c0008c -C extra-filename=-2161be68431bb17a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1ac68490b6fe51d9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f0b568ad7b44a842.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-aee2d664e520c26c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51272026-04-22T01:47:33.114Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=444d225775131669 -C extra-filename=-1c0566f59ff36a2c --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-70161400ac649e3f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0e82d15682e5ff29.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51282026-04-22T01:47:33.157Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ffb69863ab9ffac -C extra-filename=-f577deed0746bca4 --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-94ac0eb6131105f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51292026-04-22T01:47:33.492Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
51302026-04-22T01:47:33.492Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
51312026-04-22T01:47:33.495Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51322026-04-22T01:47:33.495Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=4fd63bf0484ed9b5 -C extra-filename=-a1739227ae16ba7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-fe4b1f656aa4e2be.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-f3236050e8208ffb.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-2710c06b0597b522.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51332026-04-22T01:47:33.495Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72bd148c02410ffc -C extra-filename=-e1268bfabbff48a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-cfcf63c0ab4c4dbc.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2b4dc59d5316026a.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
51342026-04-22T01:47:33.495Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b90911f0cad030e -C extra-filename=-a27a46c1fcef8912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51352026-04-22T01:47:33.495Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44735996257bb651 -C extra-filename=-5e52edb307f2c0e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-b26ea8cecaf2eab2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51362026-04-22T01:47:33.998Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
51372026-04-22T01:47:34.002Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=710a7a450670f15c -C extra-filename=-35536ad23616974f --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-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-2161be68431bb17a.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d3be877a19329e7e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-85b483ad3b31fa93.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51382026-04-22T01:47:34.571Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
51392026-04-22T01:47:34.574Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55359f8567de9888 -C extra-filename=-5d048305f30db2b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51402026-04-22T01:47:34.862Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
51412026-04-22T01:47:34.862Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
51422026-04-22T01:47:34.866Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=5fa570928411a937 -C extra-filename=-feb4375befeea83a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51432026-04-22T01:47:34.866Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3ea3c30f547fb21 -C extra-filename=-d0de861f1a23179c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-00b6e8cede7d7608.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f0b568ad7b44a842.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/ssl-3/lib/amd64`
51442026-04-22T01:47:35.159Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=567843825cfe9c3d -C extra-filename=-6a540a6938d9c737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-a27a46c1fcef8912.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51452026-04-22T01:47:35.159Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19039df4a40a87e6 -C extra-filename=-693802f0045ea9ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51462026-04-22T01:47:35.163Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3582f09d67e72a2a -C extra-filename=-45a9ac2d7e951a8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-b26ea8cecaf2eab2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51472026-04-22T01:47:35.163Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5d280ca378f5fd1 -C extra-filename=-fb09f55d95f5fb72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51482026-04-22T01:47:35.318Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd861cbede16b745 -C extra-filename=-38cccc22d466a20c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-00b6e8cede7d7608.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f0b568ad7b44a842.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/ssl-3/lib/amd64`
51492026-04-22T01:47:35.779Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
51502026-04-22T01:47:35.784Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5dd13222b859a7b6 -C extra-filename=-c1696c3958a3b962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51512026-04-22T01:47:35.956Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51522026-04-22T01:47:35.960Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a643f85299e76d6 -C extra-filename=-cdb2749a057e53cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d633ad4bb6deea6a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51532026-04-22T01:47:36.254Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
51542026-04-22T01:47:36.257Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=6954a742fc08012e -C extra-filename=-af5edf6e26598049 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-03ffd376ce1be0c0.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ca54cccbc19ee06.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
51552026-04-22T01:47:36.448Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ca4525918904b58 -C extra-filename=-7d76c0cccf6dbdd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d633ad4bb6deea6a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51562026-04-22T01:47:36.539Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51572026-04-22T01:47:36.544Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35d4d305c595a178 -C extra-filename=-5c7eee5121d5a578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7153722225209c8a.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-c1696c3958a3b962.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51582026-04-22T01:47:36.606Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84b66913176ca41c -C extra-filename=-afa778d8c939edd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51592026-04-22T01:47:37.084Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ad3e0c291b57c5d -C extra-filename=-41c48ad18aec7cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-d0de861f1a23179c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-00b6e8cede7d7608.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f0b568ad7b44a842.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/ssl-3/lib/amd64`
51602026-04-22T01:47:37.240Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
51612026-04-22T01:47:37.243Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a25e4e8dd77f5d6a -C extra-filename=-b42659535a53070e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-9cc47d47b8c9b635.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51622026-04-22T01:47:37.595Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51632026-04-22T01:47:37.599Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62b5d7e712f69c4e -C extra-filename=-075c0c9861675b8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51642026-04-22T01:47:37.977Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a98cbd968033e76 -C extra-filename=-389979907b88f33d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51652026-04-22T01:47:38.674Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51662026-04-22T01:47:38.674Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51672026-04-22T01:47:38.679Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=34ecd678df40e9e6 -C extra-filename=-c1e88b9be164df56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-0969ada317a8013a.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51682026-04-22T01:47:38.679Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ae2665e43d0f95a -C extra-filename=-0796fcb2b0ff380e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51692026-04-22T01:47:38.877Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51702026-04-22T01:47:38.877Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51712026-04-22T01:47:38.881Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a75e771b897cc4b8 -C extra-filename=-781daac170ac192d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-94ac0eb6131105f9.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2e4bb724cabc0bc7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7eb7a7b479c7da37.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-e5ca72adfae002f7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-001f9541560b07c8.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5d048305f30db2b4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51722026-04-22T01:47:38.881Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e46d31a38aba075c -C extra-filename=-d42c66ef6d41b84a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-e5ca72adfae002f7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c17a2a23d5da5148.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5d048305f30db2b4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51732026-04-22T01:47:39.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab66642e752a575e -C extra-filename=-48c754ddcef72d31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51742026-04-22T01:47:39.586Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1eb6c486bb190071 -C extra-filename=-622fbb76cdeb57b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-8f8c10c7c46afc51.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-e5ca72adfae002f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c17a2a23d5da5148.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5d048305f30db2b4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51752026-04-22T01:47:39.621Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=d586faf980e0457b -C extra-filename=-fc2c1c338d9ac885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-7df17a1d3c6c9f28.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51762026-04-22T01:47:40.601Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0feec7cbba23580 -C extra-filename=-47527c3fe1203956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-9cc47d47b8c9b635.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b42659535a53070e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51772026-04-22T01:47:40.601Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb51f928847856a7 -C extra-filename=-130985b178816e6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-9cc47d47b8c9b635.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b42659535a53070e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51782026-04-22T01:47:40.604Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=883a2eb798a96298 -C extra-filename=-41e4e3ee4b4d83d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-9cc47d47b8c9b635.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b42659535a53070e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51792026-04-22T01:47:41.701Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51802026-04-22T01:47:41.705Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f58c4b30bb16e4b2 -C extra-filename=-a010390735fdf16f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-8253fd06d4832b21.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51812026-04-22T01:47:41.735Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51822026-04-22T01:47:41.742Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b44f21e69b5582a -C extra-filename=-0e92305d299af078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51832026-04-22T01:47:42.560Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
51842026-04-22T01:47:42.563Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d23663c5d1e53008 -C extra-filename=-b1023a2e6ed20ca5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51852026-04-22T01:47:42.927Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51862026-04-22T01:47:42.931Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10b48fbe82d1e066 -C extra-filename=-7d4949024b11582e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d42c66ef6d41b84a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51872026-04-22T01:47:43.097Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9665a82ea133cf36 -C extra-filename=-9f2dc901f44bd817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d633ad4bb6deea6a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-cdb2749a057e53cc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51882026-04-22T01:47:43.100Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=74d0fcb38a1da82e -C extra-filename=-a314854239006a5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51892026-04-22T01:47:43.210Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
51902026-04-22T01:47:43.218Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0539de2693266d0c -C extra-filename=-70a9296aea8b6054 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5eeef5de274b51ce.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0e82d15682e5ff29.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cc4fe62cffcf0b84.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51912026-04-22T01:47:46.043Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b139db64f8ce6f72 -C extra-filename=-f504e7ab863a61a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-8f8c10c7c46afc51.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-e5ca72adfae002f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c17a2a23d5da5148.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d42c66ef6d41b84a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5d048305f30db2b4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51922026-04-22T01:47:46.043Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbc4ad6605a5cb35 -C extra-filename=-d2a1896ed1411ce7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d42c66ef6d41b84a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-7d4949024b11582e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51932026-04-22T01:47:46.043Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2024 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccdb77eba55b172c -C extra-filename=-0caa295b57653d31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d42c66ef6d41b84a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-7d4949024b11582e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51942026-04-22T01:47:46.048Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1316aed11925281a -C extra-filename=-ce3b1526fd1d2b40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d42c66ef6d41b84a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51952026-04-22T01:47:46.048Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da5a3f9918d21d27 -C extra-filename=-4a2a1b2c18b9087c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-8f8c10c7c46afc51.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-e5ca72adfae002f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c17a2a23d5da5148.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d42c66ef6d41b84a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5d048305f30db2b4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51962026-04-22T01:47:46.048Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ece6de7b60be3c93 -C extra-filename=-c79edf09b69c5058 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-e5ca72adfae002f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c17a2a23d5da5148.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d42c66ef6d41b84a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5d048305f30db2b4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51972026-04-22T01:47:48.285Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b9da88a72dd03c6 -C extra-filename=-b78980ca7efe6e18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-94ac0eb6131105f9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2e4bb724cabc0bc7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7eb7a7b479c7da37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-e5ca72adfae002f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-781daac170ac192d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-001f9541560b07c8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5d048305f30db2b4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51982026-04-22T01:47:50.875Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51992026-04-22T01:47:50.875Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52002026-04-22T01:47:50.879Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52012026-04-22T01:47:50.879Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52022026-04-22T01:47:50.879Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52032026-04-22T01:47:50.879Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
52042026-04-22T01:47:50.879Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52052026-04-22T01:47:50.879Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52062026-04-22T01:47:50.879Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52072026-04-22T01:47:50.879Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52082026-04-22T01:47:50.879Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52092026-04-22T01:47:50.915Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b004580f69c6931c -C extra-filename=-0fd43a01c4458bd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-8d556b8c77aea8ab.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52102026-04-22T01:47:50.920Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c36ef106c656681a -C extra-filename=-70a0cccc782629e4 --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-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52112026-04-22T01:47:50.920Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1e7eb34ba6dcf36 -C extra-filename=-b3e43359263bce70 --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-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52122026-04-22T01:47:50.920Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f552c7b00fb5359 -C extra-filename=-2ca1cb2c710dfb9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52132026-04-22T01:47:50.920Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=942ff3a7bcd3e8be -C extra-filename=-fa83848c8fb0bfee --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-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52142026-04-22T01:47:50.920Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bf5affc2bca31dd -C extra-filename=-ffd9a54d80b45f55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-8253fd06d4832b21.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52152026-04-22T01:47:50.920Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fdf79df27d3dd9a -C extra-filename=-162e83ec906f0735 --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-166e32c989b32ef4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52162026-04-22T01:47:50.920Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=6080cb036f8a90d5 -C extra-filename=-1bd07820c0662b25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52172026-04-22T01:47:50.920Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35c6d3e26f4f7f7e -C extra-filename=-14ab448c2acf128f --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-166e32c989b32ef4.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52182026-04-22T01:47:50.953Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09838de48e67ea6f -C extra-filename=-a08591effe187923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-cdb2749a057e53cc.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52192026-04-22T01:47:50.957Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e17086f23f44362 -C extra-filename=-ba3e16a8f4b897f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52202026-04-22T01:47:52.908Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52212026-04-22T01:47:52.908Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
52222026-04-22T01:47:52.913Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfa57ec27b4f6d86 -C extra-filename=-78d499a39b4bfd84 --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-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-181ff2f19b99e63c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52232026-04-22T01:47:52.913Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75894df4dc575572 -C extra-filename=-544432367f681976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e8b099e2d85a3f72.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52242026-04-22T01:47:52.977Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52252026-04-22T01:47:52.981Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52262026-04-22T01:47:52.981Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=3bdb7e5c6372ba2b -C extra-filename=-1a291b32af07661a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52272026-04-22T01:47:52.981Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0657233aa1598078 -C extra-filename=-ec81b2a3f4ee7b16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52282026-04-22T01:47:52.981Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e4c0c8e27e3b175 -C extra-filename=-4597cf8167ffe188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f8ea86c203662b71.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0a759e7ea3eba09a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7eb7a7b479c7da37.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52292026-04-22T01:47:53.727Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=c6b1f2d49a0f5e6c -C extra-filename=-9b356b7e8e58f271 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52302026-04-22T01:47:53.727Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3d152650ed431a5 -C extra-filename=-9aa497e46e31e509 --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-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52312026-04-22T01:47:53.727Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af6c3fe277901cd7 -C extra-filename=-d079a6cd1c00b2d0 --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-166e32c989b32ef4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52322026-04-22T01:47:53.733Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1207c55aa4fa0c91 -C extra-filename=-53e583ccd27639bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52332026-04-22T01:47:53.733Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c5f0a1b48d08b00 -C extra-filename=-6d553e4e3cc2be99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-8253fd06d4832b21.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52342026-04-22T01:47:53.733Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=292c649f39191a1a -C extra-filename=-f12df565f1b5031a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-8d556b8c77aea8ab.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52352026-04-22T01:47:53.760Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4acf547d0ff3d1f -C extra-filename=-61f6c873947721da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52362026-04-22T01:47:53.765Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00a40b08fbc1adec -C extra-filename=-16aa71882e6fa7d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f8ea86c203662b71.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0a759e7ea3eba09a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7eb7a7b479c7da37.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-7df17a1d3c6c9f28.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52372026-04-22T01:47:53.765Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3446b0282b27feeb -C extra-filename=-bd5fd0663a52e021 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-8d556b8c77aea8ab.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52382026-04-22T01:47:53.765Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7108cf3ee5fc8fe -C extra-filename=-abfe0c78e27cc162 --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-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52392026-04-22T01:47:54.071Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
52402026-04-22T01:47:54.075Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2024 dev-tools/reconfigurator-sp-updater/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5961b21c619be355 -C extra-filename=-bc79045fabda590c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-5a0fd73dec786150.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52412026-04-22T01:47:54.107Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52422026-04-22T01:47:54.110Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6472df7d540a2a4b -C extra-filename=-481b3e6be0b4f74a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e64f0f94e4b7b1e1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-504918db91370063.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-afc51b7ff317eab8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ca54cccbc19ee06.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-29280bd062326667.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52432026-04-22T01:47:54.442Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
52442026-04-22T01:47:54.446Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
52452026-04-22T01:47:54.446Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0a83c1183aea411 -C extra-filename=-d5c710f7b5cbeef6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f65ff91e6ac4ceac.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52462026-04-22T01:47:54.446Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd8fc1bae3339235 -C extra-filename=-300a671d7ab0bf36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52472026-04-22T01:47:55.029Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
52482026-04-22T01:47:55.034Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2024 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3295e7d35c867bb8 -C extra-filename=-9f27e55d8e04ccaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52492026-04-22T01:47:55.035Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae91e1dbe22f5c3e -C extra-filename=-ce97d9574fd4083d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-947827664e7b13e0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8e701a1b587d5694.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-eb54111f675d53ab.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52502026-04-22T01:47:55.035Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2024 trust-quorum/protocol/tests/cluster.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=dce9cdd6dc3f1428 -C extra-filename=-3fa40522bfa7f233 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-1ee0a20992e23f72.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5eeef5de274b51ce.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0e82d15682e5ff29.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c88cdf1e6b871e29.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52512026-04-22T01:47:55.063Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc3c3da3e9e333b7 -C extra-filename=-64ebf2cf5f57da90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-3f7ce321c263295e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52522026-04-22T01:47:55.160Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d8230eed2eff4a87 -C extra-filename=-8b479f2dabc1c676 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52532026-04-22T01:47:55.164Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cb05c96ab93bed3 -C extra-filename=-6fad98d612bfca0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-947827664e7b13e0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8e701a1b587d5694.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-eb54111f675d53ab.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52542026-04-22T01:47:55.213Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1868b0110d51eca -C extra-filename=-998bf7b48d1aca97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-ec77559a604bd8fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e8b099e2d85a3f72.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52552026-04-22T01:47:55.213Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a9e7d3b4e40d27a -C extra-filename=-bd3bc8114de4d8d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-181ff2f19b99e63c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52562026-04-22T01:47:55.235Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2024 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08b1c6a30a1feb29 -C extra-filename=-17b00d3beb03f6d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52572026-04-22T01:47:55.271Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2024 dns-server/tests/cross_version_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93fc221899a7f02b -C extra-filename=-d0f6e43b16cedf48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-947827664e7b13e0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8e701a1b587d5694.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-eb54111f675d53ab.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52582026-04-22T01:47:55.308Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2087b22d03ba2347 -C extra-filename=-72d030bb0e88e7eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52592026-04-22T01:47:55.413Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2024 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84a64529159bc29c -C extra-filename=-9ccf34c0d07641f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-300a671d7ab0bf36.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52602026-04-22T01:47:55.702Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31c55b20dd0ed9a2 -C extra-filename=-57f7907639705589 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-300a671d7ab0bf36.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52612026-04-22T01:47:55.899Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
52622026-04-22T01:47:55.902Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79f276a8cb72a329 -C extra-filename=-2f727a56222d2f37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-83f033528a6b4655.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52632026-04-22T01:47:56.007Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c5056f4cba051b4 -C extra-filename=-9be28dcbe1135e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52642026-04-22T01:47:56.070Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2024 dns-server/dnsadm/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66b3a2b4277375f8 -C extra-filename=-1f13adf400568ea9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52652026-04-22T01:47:56.109Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=12e8829d18efe970 -C extra-filename=-52eadffc155131f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d5c710f7b5cbeef6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-7df17a1d3c6c9f28.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52662026-04-22T01:47:56.169Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84efca5b74ffebb3 -C extra-filename=-69d74101f5d451a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-9cc47d47b8c9b635.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3a14f700b829c057.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d5c710f7b5cbeef6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52672026-04-22T01:47:56.213Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
52682026-04-22T01:47:56.216Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dropshot_apis --edition=2024 dev-tools/dropshot-apis/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1dea8a36fb897c42 -C extra-filename=-578659caf12139ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-e88230e4fb590a38.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-dd90ec0d7343c32a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-9cc47d47b8c9b635.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-cfcf63c0ab4c4dbc.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-947827664e7b13e0.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-063955d9671388e8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e64f0f94e4b7b1e1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2e4bb724cabc0bc7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ffd9a54d80b45f55.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-14ab448c2acf128f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-162e83ec906f0735.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-0f2ca94a437b08db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e8b099e2d85a3f72.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-001f9541560b07c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52692026-04-22T01:47:56.406Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ebe11bb95e69d8c1 -C extra-filename=-8d57e53e8ce203f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-9cc47d47b8c9b635.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3a14f700b829c057.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b42659535a53070e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d5c710f7b5cbeef6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52702026-04-22T01:47:56.616Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d0953ae76649f09 -C extra-filename=-b6ba0bd2a2e52799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-9cc47d47b8c9b635.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3a14f700b829c057.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b42659535a53070e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d5c710f7b5cbeef6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52712026-04-22T01:47:57.074Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2660cc22fc884ac -C extra-filename=-512a2adfd33fe3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-9cc47d47b8c9b635.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3a14f700b829c057.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b42659535a53070e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d5c710f7b5cbeef6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52722026-04-22T01:47:57.178Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
52732026-04-22T01:47:57.181Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2024 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ecd38199134f7cf -C extra-filename=-ac5ac74d85c529c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3a14f700b829c057.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d5c710f7b5cbeef6.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52742026-04-22T01:47:57.347Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03434d7bfec656f6 -C extra-filename=-14da9cc439dda121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2f727a56222d2f37.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-5a0fd73dec786150.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52752026-04-22T01:47:57.384Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=49466f9c4dfccc00 -C extra-filename=-c80a6809b4376eee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d5c710f7b5cbeef6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-7df17a1d3c6c9f28.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52762026-04-22T01:47:57.454Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95ae8396f17d8169 -C extra-filename=-fb721e4226fab6c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-9cc47d47b8c9b635.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3a14f700b829c057.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b42659535a53070e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d5c710f7b5cbeef6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52772026-04-22T01:47:58.270Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
52782026-04-22T01:47:58.275Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=fab71f4ba588f6d8 -C extra-filename=-2b5c7acab982b7e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-e88230e4fb590a38.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-dd90ec0d7343c32a.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-e90e122933c16721.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-35536ad23616974f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-26cee0db7b229480.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-152b4cf9f23b1505.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0796fcb2b0ff380e.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cc4fe62cffcf0b84.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-70a9296aea8b6054.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52792026-04-22T01:47:58.527Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
52802026-04-22T01:47:58.530Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53ec66d86b04be45 -C extra-filename=-12ace80341fa88d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-481b3e6be0b4f74a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52812026-04-22T01:47:59.381Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=2d0d51965641767d -C extra-filename=-e483a1e229a44ff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d5c710f7b5cbeef6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-7df17a1d3c6c9f28.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52822026-04-22T01:47:59.493Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6ab752ebcfbb9e7 -C extra-filename=-6bcbf906105c6742 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-44c1612c5dbda4cc.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52832026-04-22T01:48:00.264Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bec0dad125f3394 -C extra-filename=-e2abac5ed4ef2d54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-947827664e7b13e0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8e701a1b587d5694.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-eb54111f675d53ab.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52842026-04-22T01:48:00.432Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=561718d099a26b78 -C extra-filename=-af10d97fe78c79d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-03ffd376ce1be0c0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ca54cccbc19ee06.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-e2760cfd6ddf6868.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52852026-04-22T01:48:00.574Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3ef8b37efdf81be -C extra-filename=-2ad0803f907fefd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-1ee0a20992e23f72.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5eeef5de274b51ce.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0e82d15682e5ff29.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cc4fe62cffcf0b84.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-ea73f1fcdfde31dd.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c88cdf1e6b871e29.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52862026-04-22T01:48:00.633Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2024 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79f1a52d675f7b8b -C extra-filename=-44ddda528f21543e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-3f7ce321c263295e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52872026-04-22T01:48:01.093Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=674fcb837df23959 -C extra-filename=-75dc35d1edb898f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e8b099e2d85a3f72.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-544432367f681976.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52882026-04-22T01:48:02.234Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=9776d20dc8965580 -C extra-filename=-be53bbc7eeb59e4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52892026-04-22T01:48:02.546Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf21914991bf4c06 -C extra-filename=-aea4e290467cb2b4 --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-ce82e998364a0399.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52902026-04-22T01:48:03.283Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eee2c4312491d1f4 -C extra-filename=-41ee91646cf1cf81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-33f387a36d078610.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2f727a56222d2f37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-5a0fd73dec786150.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52912026-04-22T01:48:03.512Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=f56e740489a0968f -C extra-filename=-e60da4bee67708f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-e88230e4fb590a38.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-dd90ec0d7343c32a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-e90e122933c16721.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-35536ad23616974f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9fca9683012bfce2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-26cee0db7b229480.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-152b4cf9f23b1505.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0796fcb2b0ff380e.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cc4fe62cffcf0b84.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-70a9296aea8b6054.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-c1696c3958a3b962.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52922026-04-22T01:48:04.838Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=963e104dd80ecf54 -C extra-filename=-35e09a41118c131c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-83f033528a6b4655.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52932026-04-22T01:48:05.026Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2024 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30d20e247cb92946 -C extra-filename=-38d202ae929e5929 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-ec77559a604bd8fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e8b099e2d85a3f72.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-544432367f681976.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52942026-04-22T01:48:05.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2024 nexus/mgs-updates/tests/host_phase1_hash.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e13bc9fba2babe7 -C extra-filename=-bdb8456d5312c4e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52952026-04-22T01:48:07.800Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51215008737305a2 -C extra-filename=-8a8ab158d9c41cbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e64f0f94e4b7b1e1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-504918db91370063.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-afc51b7ff317eab8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ca54cccbc19ee06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-481b3e6be0b4f74a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-29280bd062326667.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52962026-04-22T01:48:08.271Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e07dbfec38bfccd8 -C extra-filename=-b9a0e917a7cd5e95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-94ac0eb6131105f9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-af5edf6e26598049.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2e4bb724cabc0bc7.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-03ffd376ce1be0c0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7eb7a7b479c7da37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-cdb2749a057e53cc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-e5ca72adfae002f7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d42c66ef6d41b84a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-001f9541560b07c8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5d048305f30db2b4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52972026-04-22T01:48:10.018Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cffd485e353d960 -C extra-filename=-02e4b333ac0935ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-94ac0eb6131105f9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-af5edf6e26598049.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2e4bb724cabc0bc7.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-03ffd376ce1be0c0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7eb7a7b479c7da37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-cdb2749a057e53cc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-e5ca72adfae002f7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d42c66ef6d41b84a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-781daac170ac192d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-001f9541560b07c8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5d048305f30db2b4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52982026-04-22T01:48:10.773Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d25d754a42a4dd8 -C extra-filename=-a9618675ed8b4561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-33f387a36d078610.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2f727a56222d2f37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-5a0fd73dec786150.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-14da9cc439dda121.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52992026-04-22T01:48:11.463Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c545d5b1cd47b74 -C extra-filename=-ac5e57e3623d3f1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-14da9cc439dda121.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53002026-04-22T01:48:11.582Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53012026-04-22T01:48:11.587Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2024 trust-quorum/tqdb/src/bin/tqdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f730a532004eef6 -C extra-filename=-02fa0005a548782d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-5a0fd73dec786150.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-14da9cc439dda121.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c88cdf1e6b871e29.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
53022026-04-22T01:48:12.578Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 nexus/reconfigurator/planning/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ecb87799370dffe1 -C extra-filename=-38f3d94c69a9f36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2f727a56222d2f37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-14da9cc439dda121.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
53032026-04-22T01:48:12.742Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06700885a56d0fb6 -C extra-filename=-fa62ad6cb286ce35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2f727a56222d2f37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-14da9cc439dda121.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
53042026-04-22T01:48:13.412Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2024 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e34db6d4a470b668 -C extra-filename=-4b46f7d0e205466c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-33f387a36d078610.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2f727a56222d2f37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-5a0fd73dec786150.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-14da9cc439dda121.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53052026-04-22T01:48:13.647Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f54db1dd03d89817 -C extra-filename=-78ef958852c9252d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2f727a56222d2f37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-5a0fd73dec786150.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-14da9cc439dda121.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53062026-04-22T01:48:13.992Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab8066e56e526f5d -C extra-filename=-e63396f103511677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-481b3e6be0b4f74a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53072026-04-22T01:48:14.041Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=829c2647f53a528e -C extra-filename=-fd4b6f0bfb1723f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53082026-04-22T01:48:14.343Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9be99a544865c009 -C extra-filename=-482f2cb04a4ea838 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-94ac0eb6131105f9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-af5edf6e26598049.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2e4bb724cabc0bc7.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-03ffd376ce1be0c0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7eb7a7b479c7da37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-cdb2749a057e53cc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-e5ca72adfae002f7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d42c66ef6d41b84a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-781daac170ac192d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-001f9541560b07c8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5d048305f30db2b4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53092026-04-22T01:48:14.594Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c36b05b414675d8 -C extra-filename=-9168c81945ddc7c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e64f0f94e4b7b1e1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-504918db91370063.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-afc51b7ff317eab8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ca54cccbc19ee06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-481b3e6be0b4f74a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-29280bd062326667.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53102026-04-22T01:48:14.713Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
53112026-04-22T01:48:14.716Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2024 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=727835c0565fa01d -C extra-filename=-febc8040443a19fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-481b3e6be0b4f74a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53122026-04-22T01:48:15.252Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40087d29cc49e70a -C extra-filename=-81c0eadec9510b50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e64f0f94e4b7b1e1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-504918db91370063.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-afc51b7ff317eab8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ca54cccbc19ee06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-481b3e6be0b4f74a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-29280bd062326667.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53132026-04-22T01:48:15.682Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f8defd2db5e4e0f -C extra-filename=-b34adad9eb00a73f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e64f0f94e4b7b1e1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-504918db91370063.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-afc51b7ff317eab8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ca54cccbc19ee06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-29280bd062326667.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53142026-04-22T01:48:16.646Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38eb03d73ea7a9e3 -C extra-filename=-c372188d0576add7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e8b099e2d85a3f72.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-544432367f681976.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53152026-04-22T01:48:16.783Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a455ad4c5d95e266 -C extra-filename=-0f4ae746ab0ab269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-ec77559a604bd8fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e8b099e2d85a3f72.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-544432367f681976.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53162026-04-22T01:48:17.006Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2999f2d701f155b -C extra-filename=-27c7fcd85f3ded4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-ec77559a604bd8fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e8b099e2d85a3f72.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-544432367f681976.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53172026-04-22T01:48:17.166Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=2dfbc208ee1537cd -C extra-filename=-245556dc63bfe37e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-fe4b1f656aa4e2be.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-f3236050e8208ffb.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-2710c06b0597b522.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53182026-04-22T01:48:17.545Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=8808e9c01a44dd69 -C extra-filename=-3be4a446fb2106e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-1ee0a20992e23f72.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5eeef5de274b51ce.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0e82d15682e5ff29.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c88cdf1e6b871e29.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53192026-04-22T01:48:18.179Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a163e0f339bb8899 -C extra-filename=-4cc2475ebce46b8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-7c5d1d9dcfc14d59.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53202026-04-22T01:48:18.681Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3660ff3debe456a -C extra-filename=-1214c58abd5b0fa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-8253fd06d4832b21.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53212026-04-22T01:48:19.020Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6913dcdcadbb432 -C extra-filename=-f224780df3d0e719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f65ff91e6ac4ceac.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53222026-04-22T01:48:19.879Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=127feaac00d425a2 -C extra-filename=-154d3737bde227e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-af5edf6e26598049.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-03ffd376ce1be0c0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ca54cccbc19ee06.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-e2760cfd6ddf6868.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53232026-04-22T01:48:19.933Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6f9f8325a2dc9aee -C extra-filename=-f6315173c08fe34f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-51e4d5beed14f2a8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-73447f1682d84e4a.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-0d6f25ce079a58bb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53242026-04-22T01:48:20.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50d2cda27c225127 -C extra-filename=-056258ace2a2fe5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-947827664e7b13e0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53252026-04-22T01:48:21.927Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=068480610b0bbb1e -C extra-filename=-adbe62bad60020dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-537dd229f533e4bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53262026-04-22T01:48:22.711Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6723fec1834f638c -C extra-filename=-e4f8d6532c857786 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53272026-04-22T01:48:23.728Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f0c939a022137e0 -C extra-filename=-50d105b2312a8965 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7153722225209c8a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-c1696c3958a3b962.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53282026-04-22T01:48:24.809Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2024 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0db929fd0b2d42b0 -C extra-filename=-3683e71a98384ba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-947827664e7b13e0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8e701a1b587d5694.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-eb54111f675d53ab.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53292026-04-22T01:48:25.994Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2024 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53c1895d891ce825 -C extra-filename=-b48f28b29f083ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53302026-04-22T01:48:27.629Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96277c47027f485e -C extra-filename=-3a17245665498ce4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53312026-04-22T01:48:28.135Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9223395372cfba82 -C extra-filename=-d855f15a3c6707ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53322026-04-22T01:48:29.049Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d699d9351804042c -C extra-filename=-0ca8fe4473de130c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-5867122525a4ae0f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-191483c6379a0b7f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-0969ada317a8013a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-26cee0db7b229480.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0638c4e5ea873622.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7153722225209c8a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
53332026-04-22T01:48:29.503Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=e0b19a6e0eb2bc9a -C extra-filename=-207cf93c01aa197e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d633ad4bb6deea6a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-0969ada317a8013a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-cdb2749a057e53cc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53342026-04-22T01:48:30.008Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9ad40f476d8a388 -C extra-filename=-d4faae440c43ab78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53352026-04-22T01:48:35.188Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
53362026-04-22T01:48:35.192Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcf09ea7fff43363 -C extra-filename=-f7516a05e78c6399 --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-d2d25f9487a12a76.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e25d6e8589b85bdf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f55d9d0c1d02e8dc.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-76d5644ae8b407ee.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53372026-04-22T01:48:39.185Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f5183cd11cfb477 -C extra-filename=-684a84116b0a955b --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-4597cf8167ffe188.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53382026-04-22T01:48:39.963Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1201c694f44ae4e -C extra-filename=-406871eb4c9b3bb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5ab38bc5d90fcfef.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-684a84116b0a955b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-a9e21b7c84438fc8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-11fd935e8e1c8b25.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53392026-04-22T01:48:42.634Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 dev-tools/schema/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0663c98ca4967bde -C extra-filename=-223f3e5d04be0917 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53402026-04-22T01:48:42.638Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=457c8974d5aaab63 -C extra-filename=-5d6d12161df9d149 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5ab38bc5d90fcfef.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-684a84116b0a955b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-a9e21b7c84438fc8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-11fd935e8e1c8b25.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53412026-04-22T01:48:42.638Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb52e89880484593 -C extra-filename=-c88ca1e58ceec884 --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-4597cf8167ffe188.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53422026-04-22T01:48:43.029Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
53432026-04-22T01:48:43.032Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07f77b5c431cadc7 -C extra-filename=-e9aaf13aa16719cd --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-46fb8c036d33082f.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
53442026-04-22T01:48:43.839Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24756d6db1663b75 -C extra-filename=-50207c03cb881257 --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-032ac3cd39ef82dc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f8ea86c203662b71.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-a3411e4506b961e4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e9aaf13aa16719cd.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53452026-04-22T01:48:43.908Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47b513e93aedfd02 -C extra-filename=-809310e0e41a3811 --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-46fb8c036d33082f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
53462026-04-22T01:48:47.831Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=1ff60fe6ca9de9ce -C extra-filename=-fc5e391d416f5e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f8ea86c203662b71.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-a3411e4506b961e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e9aaf13aa16719cd.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-684a84116b0a955b.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-641f0cbb9f6ed962.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53472026-04-22T01:48:48.985Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2024 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e5b0c504653f2c9 -C extra-filename=-b2bc073c34cbca0b --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-d2d25f9487a12a76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e25d6e8589b85bdf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f7516a05e78c6399.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f55d9d0c1d02e8dc.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-76d5644ae8b407ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53482026-04-22T01:48:48.993Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37327ed02caa4a7d -C extra-filename=-9c4bebc68ac5c476 --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-d2d25f9487a12a76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e25d6e8589b85bdf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f55d9d0c1d02e8dc.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-76d5644ae8b407ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53492026-04-22T01:48:48.993Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e847b6e03c319680 -C extra-filename=-53df6e8cce1a7e6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-e88230e4fb590a38.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-dd90ec0d7343c32a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-e90e122933c16721.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-35536ad23616974f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-26cee0db7b229480.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-152b4cf9f23b1505.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0796fcb2b0ff380e.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cc4fe62cffcf0b84.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-70a9296aea8b6054.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53502026-04-22T01:48:48.993Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2024 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69e618e354e7a797 -C extra-filename=-9347fc84d106d45d --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-d2d25f9487a12a76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e25d6e8589b85bdf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f7516a05e78c6399.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f55d9d0c1d02e8dc.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-76d5644ae8b407ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53512026-04-22T01:48:48.993Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4d42680f6d11a37 -C extra-filename=-b7f3abfd100d7495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-ec77559a604bd8fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-cdb2749a057e53cc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53522026-04-22T01:48:48.993Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2a75b94800a8d5bb -C extra-filename=-8099d7930ccc67f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-e88230e4fb590a38.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-dd90ec0d7343c32a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-e90e122933c16721.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-35536ad23616974f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9fca9683012bfce2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-26cee0db7b229480.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-152b4cf9f23b1505.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0796fcb2b0ff380e.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cc4fe62cffcf0b84.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-70a9296aea8b6054.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-c1696c3958a3b962.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53532026-04-22T01:48:48.993Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=9f348ca056a58d47 -C extra-filename=-b19d5d0e7cc9ad94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-e88230e4fb590a38.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-dd90ec0d7343c32a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-e90e122933c16721.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-35536ad23616974f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-26cee0db7b229480.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-152b4cf9f23b1505.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0796fcb2b0ff380e.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cc4fe62cffcf0b84.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-70a9296aea8b6054.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53542026-04-22T01:48:49.012Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=43b60077f6b229bb -C extra-filename=-8970cb8c95fe4802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-e88230e4fb590a38.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-dd90ec0d7343c32a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-e90e122933c16721.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-35536ad23616974f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9fca9683012bfce2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-26cee0db7b229480.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-152b4cf9f23b1505.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0796fcb2b0ff380e.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cc4fe62cffcf0b84.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-70a9296aea8b6054.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-c1696c3958a3b962.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53552026-04-22T01:48:49.050Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=8d73ed9b02305c21 -C extra-filename=-757e1fafa7febbc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-e88230e4fb590a38.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-dd90ec0d7343c32a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-e90e122933c16721.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-35536ad23616974f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-26cee0db7b229480.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-152b4cf9f23b1505.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0796fcb2b0ff380e.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cc4fe62cffcf0b84.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-70a9296aea8b6054.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53562026-04-22T01:48:49.069Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2024 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4288c6eebf68b088 -C extra-filename=-d9fec7be96c782a6 --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-d2d25f9487a12a76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e25d6e8589b85bdf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f7516a05e78c6399.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f55d9d0c1d02e8dc.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-76d5644ae8b407ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53572026-04-22T01:48:49.069Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=f481ece49970f07a -C extra-filename=-a346922ef243b2bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-e88230e4fb590a38.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-dd90ec0d7343c32a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-e90e122933c16721.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-35536ad23616974f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9fca9683012bfce2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-26cee0db7b229480.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-152b4cf9f23b1505.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0796fcb2b0ff380e.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cc4fe62cffcf0b84.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-70a9296aea8b6054.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-c1696c3958a3b962.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53582026-04-22T01:48:49.069Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=12edadcbfc098f13 -C extra-filename=-5b9ee2f6709855a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-e88230e4fb590a38.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-dd90ec0d7343c32a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-e90e122933c16721.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-35536ad23616974f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-26cee0db7b229480.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-152b4cf9f23b1505.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0796fcb2b0ff380e.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cc4fe62cffcf0b84.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-70a9296aea8b6054.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53592026-04-22T01:48:49.069Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=126ae9ac04242763 -C extra-filename=-35878e97fccef992 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-e88230e4fb590a38.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-dd90ec0d7343c32a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-e90e122933c16721.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-35536ad23616974f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9fca9683012bfce2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-26cee0db7b229480.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-152b4cf9f23b1505.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0796fcb2b0ff380e.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cc4fe62cffcf0b84.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-70a9296aea8b6054.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-c1696c3958a3b962.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53602026-04-22T01:48:49.069Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=53ae58eeb1d59211 -C extra-filename=-6dda5d911a0a4799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-e88230e4fb590a38.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-dd90ec0d7343c32a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-e90e122933c16721.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-35536ad23616974f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9fca9683012bfce2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-26cee0db7b229480.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-152b4cf9f23b1505.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0796fcb2b0ff380e.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cc4fe62cffcf0b84.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-70a9296aea8b6054.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-c1696c3958a3b962.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53612026-04-22T01:49:16.648Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42b4ae3698b67739 -C extra-filename=-34623e0031e633e1 --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-7a627029a175eba8.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53622026-04-22T01:49:16.648Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d870423670005a9f -C extra-filename=-d2d4fe088a2795d2 --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-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53632026-04-22T01:49:16.689Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b05f538ceb585b86 -C extra-filename=-b6bbc23194d3f0d9 --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-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53642026-04-22T01:49:16.692Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f7b29e55b691b90 -C extra-filename=-6c9a528deddc3f81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53652026-04-22T01:49:16.692Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e10440f51048d5b -C extra-filename=-31ff04e0abfa88c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53662026-04-22T01:49:16.692Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=372f92155dc65b11 -C extra-filename=-9631302a448e13c7 --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-97a3868d40601a98.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53672026-04-22T01:49:17.141Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=71e751b7c4dc00cb -C extra-filename=-384c2f9a06950958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-e1268bfabbff48a4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-544432367f681976.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53682026-04-22T01:49:18.348Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b553fdf034ccf67e -C extra-filename=-64cf44ea35f66401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-dc4071cd7d290b37.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9631302a448e13c7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53692026-04-22T01:49:20.721Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/db-lookup/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d98ac57a16003a97 -C extra-filename=-e2002530aa099e5d --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-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f8ea86c203662b71.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-a3411e4506b961e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e9aaf13aa16719cd.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53702026-04-22T01:49:20.725Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b365f3473c9c7cc2 -C extra-filename=-c002d5935d99fdfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53712026-04-22T01:49:20.725Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f5844abb2a14b1a -C extra-filename=-cc3a57ae8d0cd930 --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-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f8ea86c203662b71.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-a3411e4506b961e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e9aaf13aa16719cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53722026-04-22T01:49:20.750Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cf172f501dad9ed -C extra-filename=-f64bd9f91900f5cd --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-97a3868d40601a98.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53732026-04-22T01:49:20.750Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a08118c61e6487bb -C extra-filename=-920fce052077e9b0 --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-7a627029a175eba8.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53742026-04-22T01:49:20.750Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4866ced7b235fb09 -C extra-filename=-465170578dac4b5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53752026-04-22T01:49:20.754Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=39766be411b57e09 -C extra-filename=-870fb4c2b040410a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-e1268bfabbff48a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-544432367f681976.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53762026-04-22T01:49:20.909Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=cdaa3efe4289513c -C extra-filename=-eda06038fe959816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-dc4071cd7d290b37.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c753a69c628fb7ab.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-14640da3d1ba1553.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-071ef5a4d2d4dc57.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6ce71cfac88c97fd.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0a759e7ea3eba09a.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ffd9a54d80b45f55.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1bd07820c0662b25.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-14ab448c2acf128f.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-162e83ec906f0735.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b6bbc23194d3f0d9.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9631302a448e13c7.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-64cf44ea35f66401.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-31ff04e0abfa88c9.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2d4fe088a2795d2.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-9c37b2b49d86fda5.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-11fd935e8e1c8b25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53772026-04-22T01:49:22.134Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2024 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c60fbe13023e0011 -C extra-filename=-a406268e8f047e9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-cfcf63c0ab4c4dbc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2b4dc59d5316026a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-e1268bfabbff48a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53782026-04-22T01:49:22.135Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0229df60e39c69b -C extra-filename=-276b863560da56c4 --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-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53792026-04-22T01:49:22.161Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b644d3be2693043 -C extra-filename=-ab64c9ab046d1889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-cfcf63c0ab4c4dbc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2b4dc59d5316026a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53802026-04-22T01:49:22.164Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin --edition=2024 ntp-admin/src/bin/ntp-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=794dbcbdc40dd65c -C extra-filename=-92105648d7102701 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-0f2ca94a437b08db.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-fd48d22cd3309775.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-676915efb7384837.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53812026-04-22T01:49:22.164Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=560f14d7ea334d15 -C extra-filename=-8e23064e11f41514 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-0f2ca94a437b08db.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-fd48d22cd3309775.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53822026-04-22T01:49:22.194Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5de75a2ee4487ba -C extra-filename=-05c0c1f3ad7904a0 --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-032ac3cd39ef82dc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-cc1cadff740dd44d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53832026-04-22T01:49:22.197Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=b189c8296e856d2e -C extra-filename=-1c651a46b0b8cc79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f8ea86c203662b71.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-a3411e4506b961e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-14be7034ea0ed2aa.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e9aaf13aa16719cd.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-684a84116b0a955b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-641f0cbb9f6ed962.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-a9e21b7c84438fc8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53842026-04-22T01:49:22.791Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2024 dev-tools/reconfigurator-exec-unsafe/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d76b6fdb5e488b4 -C extra-filename=-8549602414302396 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-64cf44ea35f66401.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53852026-04-22T01:49:24.774Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2024 live-tests/tests/test_nexus_handoff.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1465957bafdfb2b -C extra-filename=-58a6a1de23bfa127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-551b2bfa1347b0b9.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53862026-04-22T01:49:24.779Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2024 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7bc3a941203ef6eb -C extra-filename=-374565f55a0bb0ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-551b2bfa1347b0b9.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53872026-04-22T01:49:24.779Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a7860918967a044 -C extra-filename=-c07dee23db3d5fd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-94ac0eb6131105f9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-14640da3d1ba1553.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f4fda58f249b853c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e9aaf13aa16719cd.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2d4fe088a2795d2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f26a2f96a4353450.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53882026-04-22T01:51:56.479Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed7b5f72de5e87b3 -C extra-filename=-5f40a189ef070cd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eda06038fe959816.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53892026-04-22T01:51:56.482Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2024 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22d11a228a5a3f01 -C extra-filename=-df6d71a6d5146fef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-300a671d7ab0bf36.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eda06038fe959816.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53902026-04-22T01:51:56.516Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=213c20cba41754cc -C extra-filename=-25b82827c3bfbeec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eda06038fe959816.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-14da9cc439dda121.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53912026-04-22T01:51:56.520Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/reconfigurator/cli-integration-tests/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=700523485d0d1a04 -C extra-filename=-9bf9dd02c753ed56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eda06038fe959816.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-14da9cc439dda121.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53922026-04-22T01:51:56.520Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2024 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5123c4796fec26b1 -C extra-filename=-07f5d0f8797b412a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-94ac0eb6131105f9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-14640da3d1ba1553.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f4fda58f249b853c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e9aaf13aa16719cd.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2d4fe088a2795d2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eda06038fe959816.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f26a2f96a4353450.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53932026-04-22T01:51:56.548Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf9e5ee7cb6d991e -C extra-filename=-5c41187add22311b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-300a671d7ab0bf36.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eda06038fe959816.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53942026-04-22T01:51:56.551Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f970ae3eb0106848 -C extra-filename=-54afabc4de41deca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-dc4071cd7d290b37.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-cc1cadff740dd44d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9631302a448e13c7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eda06038fe959816.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53952026-04-22T01:51:56.551Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b20f50cc3e99f08e -C extra-filename=-6f52a93a1397b3e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-94ac0eb6131105f9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-14640da3d1ba1553.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f4fda58f249b853c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e9aaf13aa16719cd.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2d4fe088a2795d2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eda06038fe959816.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f26a2f96a4353450.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53962026-04-22T01:53:34.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 26s
53972026-04-22T01:53:34.779Z
53982026-04-22T01:53:34.782Zreal 7:26.830035493
53992026-04-22T01:53:34.782Zuser 1:08:24.407764532
54002026-04-22T01:53:34.782Zsys 19:43.730230409
54012026-04-22T01:53:34.782Ztrap 1.992468249
54022026-04-22T01:53:34.783Ztflt 2.173156442
54032026-04-22T01:53:34.783Zdflt 30.573693722
54042026-04-22T01:53:34.783Zkflt 0.062172485
54052026-04-22T01:53:34.783Zlock 4:12:23.054607410
54062026-04-22T01:53:34.783Zslp 4:14:45.701694126
54072026-04-22T01:53:34.783Zlat 2:05.502774359
54082026-04-22T01:53:34.783Zstop 32:10.645706578
54092026-04-22T01:53:34.783Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
54102026-04-22T01:53:36.149Z Fresh unicode-ident v1.0.24
54112026-04-22T01:53:36.152Z Fresh cfg-if v1.0.4
54122026-04-22T01:53:36.152Z Fresh memchr v2.8.0
54132026-04-22T01:53:36.153Z Fresh smallvec v1.15.1
54142026-04-22T01:53:36.153Z Fresh log v0.4.29
54152026-04-22T01:53:36.153Z Fresh itoa v1.0.17
54162026-04-22T01:53:36.153Z Fresh version_check v0.9.5
54172026-04-22T01:53:36.153Z Fresh autocfg v1.5.0
54182026-04-22T01:53:36.153Z Fresh scopeguard v1.2.0
54192026-04-22T01:53:36.153Z Fresh stable_deref_trait v1.2.1
54202026-04-22T01:53:36.153Z Fresh percent-encoding v2.3.2
54212026-04-22T01:53:36.153Z Fresh litemap v0.8.1
54222026-04-22T01:53:36.153Z Fresh writeable v0.6.2
54232026-04-22T01:53:36.153Z Fresh utf8_iter v1.0.4
54242026-04-22T01:53:36.153Z Fresh shlex v1.3.0
54252026-04-22T01:53:36.153Z Fresh find-msvc-tools v0.1.9
54262026-04-22T01:53:36.153Z Fresh subtle v2.6.1
54272026-04-22T01:53:36.153Z Fresh rand_core v0.10.0
54282026-04-22T01:53:36.153Z Fresh critical-section v1.2.0
54292026-04-22T01:53:36.156Z Fresh proc-macro2 v1.0.106
54302026-04-22T01:53:36.156Z Fresh lock_api v0.4.14
54312026-04-22T01:53:36.156Z Fresh form_urlencoded v1.2.2
54322026-04-22T01:53:36.156Z Fresh allocator-api2 v0.2.21
54332026-04-22T01:53:36.156Z Fresh pin-project-lite v0.2.17
54342026-04-22T01:53:36.156Z Fresh heck v0.5.0
54352026-04-22T01:53:36.156Z Fresh equivalent v1.0.2
54362026-04-22T01:53:36.156Z Fresh foldhash v0.2.0
54372026-04-22T01:53:36.156Z Fresh fnv v1.0.7
54382026-04-22T01:53:36.156Z Fresh iana-time-zone v0.1.65
54392026-04-22T01:53:36.156Z Fresh regex-syntax v0.8.10
54402026-04-22T01:53:36.156Z Fresh futures-core v0.3.32
54412026-04-22T01:53:36.156Z Fresh dyn-clone v1.0.20
54422026-04-22T01:53:36.156Z Fresh quote v1.0.44
54432026-04-22T01:53:36.156Z Fresh libc v0.2.185
54442026-04-22T01:53:36.156Z Fresh serde_core v1.0.228
54452026-04-22T01:53:36.156Z Fresh libm v0.2.16
54462026-04-22T01:53:36.156Z Fresh zmij v1.0.21
54472026-04-22T01:53:36.156Z Fresh icu_properties_data v2.1.2
54482026-04-22T01:53:36.156Z Fresh icu_normalizer_data v2.1.1
54492026-04-22T01:53:36.157Z Fresh portable-atomic v1.13.1
54502026-04-22T01:53:36.157Z Fresh hashbrown v0.16.1
54512026-04-22T01:53:36.157Z Fresh strsim v0.11.1
54522026-04-22T01:53:36.157Z Fresh const-oid v0.9.6
54532026-04-22T01:53:36.157Z Fresh aho-corasick v1.1.4
54542026-04-22T01:53:36.157Z Fresh byteorder v1.5.0
54552026-04-22T01:53:36.157Z Fresh futures-sink v0.3.32
54562026-04-22T01:53:36.157Z Fresh slab v0.4.12
54572026-04-22T01:53:36.157Z Fresh futures-io v0.3.32
54582026-04-22T01:53:36.157Z Fresh futures-task v0.3.32
54592026-04-22T01:53:36.157Z Fresh cpufeatures v0.2.17
54602026-04-22T01:53:36.157Z Fresh pkg-config v0.3.32
54612026-04-22T01:53:36.157Z Fresh base64 v0.22.1
54622026-04-22T01:53:36.160Z Fresh syn v2.0.117
54632026-04-22T01:53:36.160Z Fresh errno v0.3.14
54642026-04-22T01:53:36.160Z Fresh getrandom v0.2.17
54652026-04-22T01:53:36.160Z Fresh serde_json v1.0.149
54662026-04-22T01:53:36.160Z Fresh num-traits v0.2.19
54672026-04-22T01:53:36.160Z Fresh bitflags v2.11.0
54682026-04-22T01:53:36.160Z Fresh semver v1.0.27
54692026-04-22T01:53:36.160Z Fresh jobserver v0.1.34
54702026-04-22T01:53:36.160Z Fresh parking_lot_core v0.9.12
54712026-04-22T01:53:36.160Z Fresh once_cell v1.21.3
54722026-04-22T01:53:36.160Z Fresh getrandom v0.4.1
54732026-04-22T01:53:36.161Z Fresh mio v1.2.0
54742026-04-22T01:53:36.161Z Fresh socket2 v0.6.3
54752026-04-22T01:53:36.161Z Fresh typenum v1.19.0
54762026-04-22T01:53:36.161Z Fresh indexmap v2.13.0
54772026-04-22T01:53:36.161Z Fresh rustversion v1.0.22
54782026-04-22T01:53:36.161Z Fresh regex-automata v0.4.14
54792026-04-22T01:53:36.161Z Fresh futures-channel v0.3.32
54802026-04-22T01:53:36.161Z Fresh ident_case v1.0.1
54812026-04-22T01:53:36.161Z Fresh either v1.15.0
54822026-04-22T01:53:36.161Z Fresh untrusted v0.9.0
54832026-04-22T01:53:36.161Z Fresh utf8parse v0.2.2
54842026-04-22T01:53:36.161Z Fresh anstyle v1.0.13
54852026-04-22T01:53:36.161Z Fresh base64ct v1.8.3
54862026-04-22T01:53:36.161Z Fresh is_terminal_polyfill v1.70.2
54872026-04-22T01:53:36.161Z Fresh serde_derive v1.0.228
54882026-04-22T01:53:36.165Z Fresh zeroize_derive v1.4.3
54892026-04-22T01:53:36.165Z Fresh synstructure v0.13.2
54902026-04-22T01:53:36.165Z Fresh zerovec-derive v0.11.2
54912026-04-22T01:53:36.165Z Fresh displaydoc v0.2.5
54922026-04-22T01:53:36.165Z Fresh cc v1.2.56
54932026-04-22T01:53:36.165Z Fresh parking_lot v0.12.5
54942026-04-22T01:53:36.165Z Fresh zerocopy-derive v0.8.40
54952026-04-22T01:53:36.165Z Fresh rand_core v0.6.4
54962026-04-22T01:53:36.165Z Fresh thiserror-impl v2.0.18
54972026-04-22T01:53:36.165Z Fresh signal-hook-registry v1.4.8
54982026-04-22T01:53:36.165Z Fresh tokio-macros v2.7.0
54992026-04-22T01:53:36.165Z Fresh uuid v1.23.0
55002026-04-22T01:53:36.165Z Fresh serde_derive_internals v0.29.1
55012026-04-22T01:53:36.165Z Fresh futures-macro v0.3.32
55022026-04-22T01:53:36.165Z Fresh rustix v1.1.3
55032026-04-22T01:53:36.165Z Fresh thiserror-impl v1.0.69
55042026-04-22T01:53:36.165Z Fresh syn v1.0.109
55052026-04-22T01:53:36.165Z Fresh getrandom v0.3.4
55062026-04-22T01:53:36.165Z Fresh regex v1.12.3
55072026-04-22T01:53:36.165Z Fresh tracing-core v0.1.36
55082026-04-22T01:53:36.165Z Fresh tracing-attributes v0.1.31
55092026-04-22T01:53:36.165Z Fresh anyhow v1.0.102
55102026-04-22T01:53:36.165Z Fresh anstyle-parse v0.2.7
55112026-04-22T01:53:36.165Z Fresh anstyle-query v1.1.5
55122026-04-22T01:53:36.165Z Fresh colorchoice v1.0.4
55132026-04-22T01:53:36.165Z Fresh ryu v1.0.23
55142026-04-22T01:53:36.165Z Fresh time-core v0.1.8
55152026-04-22T01:53:36.165Z Fresh num-conv v0.2.0
55162026-04-22T01:53:36.165Z Fresh powerfmt v0.2.0
55172026-04-22T01:53:36.165Z Fresh serde v1.0.228
55182026-04-22T01:53:36.165Z Fresh zeroize v1.8.2
55192026-04-22T01:53:36.165Z Fresh zerofrom-derive v0.1.6
55202026-04-22T01:53:36.165Z Fresh yoke-derive v0.8.1
55212026-04-22T01:53:36.165Z Fresh zerocopy v0.8.40
55222026-04-22T01:53:36.165Z Fresh thiserror v2.0.18
55232026-04-22T01:53:36.165Z Fresh schemars_derive v0.8.22
55242026-04-22T01:53:36.165Z Fresh futures-util v0.3.32
55252026-04-22T01:53:36.166Z Fresh thiserror v1.0.69
55262026-04-22T01:53:36.166Z Fresh tracing v0.1.44
55272026-04-22T01:53:36.166Z Fresh crossbeam-utils v0.8.21
55282026-04-22T01:53:36.166Z Fresh httparse v1.10.1
55292026-04-22T01:53:36.166Z Fresh anstream v0.6.21
55302026-04-22T01:53:36.166Z Fresh terminal_size v0.4.3
55312026-04-22T01:53:36.166Z Fresh time-macros v0.2.27
55322026-04-22T01:53:36.166Z Fresh deranged v0.5.8
55332026-04-22T01:53:36.166Z Fresh pem-rfc7468 v0.7.0
55342026-04-22T01:53:36.166Z Fresh clap_lex v1.0.0
55352026-04-22T01:53:36.166Z Fresh num_threads v0.1.7
55362026-04-22T01:53:36.166Z Fresh atomic-waker v1.1.2
55372026-04-22T01:53:36.166Z Fresh rand_core v0.9.5
55382026-04-22T01:53:36.166Z Fresh clap_derive v4.5.55
55392026-04-22T01:53:36.166Z Fresh httpdate v1.0.3
55402026-04-22T01:53:36.166Z Fresh try-lock v0.2.5
55412026-04-22T01:53:36.166Z Fresh cmake v0.1.57
55422026-04-22T01:53:36.166Z Fresh der_derive v0.7.3
55432026-04-22T01:53:36.166Z Fresh flagset v0.4.7
55442026-04-22T01:53:36.166Z Fresh dunce v1.0.5
55452026-04-22T01:53:36.166Z Fresh fs_extra v1.3.0
55462026-04-22T01:53:36.170Z Fresh bytes v1.11.1
55472026-04-22T01:53:36.170Z Fresh zerofrom v0.1.6
55482026-04-22T01:53:36.170Z Fresh chrono v0.4.44
55492026-04-22T01:53:36.170Z Fresh generic-array v0.14.7
55502026-04-22T01:53:36.170Z Fresh ppv-lite86 v0.2.21
55512026-04-22T01:53:36.170Z Fresh serde_tokenstream v0.2.3
55522026-04-22T01:53:36.170Z Fresh ipnet v2.11.0
55532026-04-22T01:53:36.170Z Fresh rustls-pki-types v1.14.0
55542026-04-22T01:53:36.170Z Fresh time v0.3.47
55552026-04-22T01:53:36.170Z Fresh clap_builder v4.5.60
55562026-04-22T01:53:36.170Z Fresh want v0.3.1
55572026-04-22T01:53:36.170Z Fresh tower-layer v0.3.3
55582026-04-22T01:53:36.170Z Fresh pin-utils v0.1.0
55592026-04-22T01:53:36.170Z Fresh tower-service v0.3.3
55602026-04-22T01:53:36.170Z Fresh der v0.7.10
55612026-04-22T01:53:36.170Z Fresh erased-serde v0.3.31
55622026-04-22T01:53:36.170Z Fresh socket2 v0.5.10
55632026-04-22T01:53:36.170Z Fresh spin v0.9.8
55642026-04-22T01:53:36.170Z Fresh vcpkg v0.2.15
55652026-04-22T01:53:36.170Z Fresh async-trait v0.1.89
55662026-04-22T01:53:36.170Z Fresh ucd-trie v0.1.7
55672026-04-22T01:53:36.170Z Fresh pretty-hex v0.4.1
55682026-04-22T01:53:36.170Z Fresh fastrand v2.3.0
55692026-04-22T01:53:36.170Z Fresh hex v0.4.3
55702026-04-22T01:53:36.170Z Fresh plain v0.2.3
55712026-04-22T01:53:36.170Z Fresh untrusted v0.7.1
55722026-04-22T01:53:36.170Z Fresh serde_urlencoded v0.7.1
55732026-04-22T01:53:36.170Z Fresh yoke v0.8.1
55742026-04-22T01:53:36.170Z Fresh tokio v1.52.1
55752026-04-22T01:53:36.170Z Fresh crypto-common v0.1.7
55762026-04-22T01:53:36.170Z Fresh block-buffer v0.10.4
55772026-04-22T01:53:36.170Z Fresh http v1.4.0
55782026-04-22T01:53:36.170Z Fresh ring v0.17.14
55792026-04-22T01:53:36.170Z Fresh block-padding v0.3.3
55802026-04-22T01:53:36.170Z Fresh clap v4.5.60
55812026-04-22T01:53:36.171Z Fresh slog v2.8.2
55822026-04-22T01:53:36.171Z Fresh camino v1.2.2
55832026-04-22T01:53:36.171Z Fresh rand_chacha v0.9.0
55842026-04-22T01:53:36.171Z Fresh pest v2.8.6
55852026-04-22T01:53:36.171Z Fresh spki v0.7.3
55862026-04-22T01:53:36.171Z Fresh unicode-segmentation v1.12.0
55872026-04-22T01:53:36.171Z Fresh openssl-probe v0.2.1
55882026-04-22T01:53:36.171Z Fresh rand_chacha v0.3.1
55892026-04-22T01:53:36.171Z Fresh tempfile v3.25.0
55902026-04-22T01:53:36.171Z Fresh rustc_version v0.4.1
55912026-04-22T01:53:36.171Z Fresh winnow v0.7.14
55922026-04-22T01:53:36.171Z Fresh openapiv3 v2.2.0
55932026-04-22T01:53:36.171Z Fresh sync_wrapper v1.0.2
55942026-04-22T01:53:36.171Z Fresh webpki-roots v1.0.6
55952026-04-22T01:53:36.171Z Fresh darling_core v0.21.3
55962026-04-22T01:53:36.171Z Fresh iri-string v0.7.10
55972026-04-22T01:53:36.171Z Fresh simd-adler32 v0.3.8
55982026-04-22T01:53:36.171Z Fresh mime v0.3.17
55992026-04-22T01:53:36.171Z Fresh adler2 v2.0.1
56002026-04-22T01:53:36.171Z Fresh static_assertions v1.1.0
56012026-04-22T01:53:36.174Z Fresh zerovec v0.11.5
56022026-04-22T01:53:36.175Z Fresh zerotrie v0.2.3
56032026-04-22T01:53:36.175Z Fresh digest v0.10.7
56042026-04-22T01:53:36.175Z Fresh tokio-util v0.7.18
56052026-04-22T01:53:36.175Z Fresh inout v0.1.4
56062026-04-22T01:53:36.175Z Fresh http-body v1.0.1
56072026-04-22T01:53:36.175Z Fresh rand v0.9.2
56082026-04-22T01:53:36.175Z Fresh aws-lc-sys v0.37.1
56092026-04-22T01:53:36.175Z Fresh pest_meta v2.8.6
56102026-04-22T01:53:36.175Z Fresh rand v0.8.5
56112026-04-22T01:53:36.175Z Fresh rustls-native-certs v0.8.3
56122026-04-22T01:53:36.175Z Fresh tower v0.5.3
56132026-04-22T01:53:36.175Z Fresh darling_macro v0.21.3
56142026-04-22T01:53:36.175Z Fresh miniz_oxide v0.8.9
56152026-04-22T01:53:36.175Z Fresh lazy_static v1.5.0
56162026-04-22T01:53:36.175Z Fresh toml_datetime v0.6.11
56172026-04-22T01:53:36.175Z Fresh serde_spanned v0.6.9
56182026-04-22T01:53:36.175Z Fresh hubpack_derive v0.1.1
56192026-04-22T01:53:36.175Z Fresh strum_macros v0.26.4
56202026-04-22T01:53:36.175Z Fresh encoding_rs v0.8.35
56212026-04-22T01:53:36.175Z Fresh toml_parser v1.0.9+spec-1.1.0
56222026-04-22T01:53:36.175Z Fresh scroll_derive v0.13.1
56232026-04-22T01:53:36.175Z Fresh foreign-types-shared v0.1.1
56242026-04-22T01:53:36.175Z Fresh openssl-macros v0.1.1
56252026-04-22T01:53:36.175Z Fresh tinyvec_macros v0.1.1
56262026-04-22T01:53:36.175Z Fresh num-integer v0.1.46
56272026-04-22T01:53:36.175Z Fresh tinystr v0.8.2
56282026-04-22T01:53:36.175Z Fresh potential_utf v0.1.4
56292026-04-22T01:53:36.175Z Fresh cipher v0.4.4
56302026-04-22T01:53:36.175Z Fresh sha2 v0.10.9
56312026-04-22T01:53:36.175Z Fresh hmac v0.12.1
56322026-04-22T01:53:36.175Z Fresh h2 v0.4.13
56332026-04-22T01:53:36.175Z Fresh http-body-util v0.1.3
56342026-04-22T01:53:36.175Z Fresh pest_generator v2.8.6
56352026-04-22T01:53:36.175Z Fresh aws-lc-rs v1.16.0
56362026-04-22T01:53:36.175Z Fresh tower-http v0.6.8
56372026-04-22T01:53:36.175Z Fresh darling v0.21.3
56382026-04-22T01:53:36.175Z Fresh signature v2.2.0
56392026-04-22T01:53:36.175Z Fresh hubpack v0.1.2
56402026-04-22T01:53:36.176Z Fresh paste v1.0.15
56412026-04-22T01:53:36.176Z Fresh strum v0.26.3
56422026-04-22T01:53:36.176Z Fresh foreign-types v0.3.2
56432026-04-22T01:53:36.176Z Fresh sha1 v0.10.6
56442026-04-22T01:53:36.176Z Fresh openssl-sys v0.9.111
56452026-04-22T01:53:36.176Z Fresh scroll v0.13.0
56462026-04-22T01:53:36.176Z Fresh tinyvec v1.10.0
56472026-04-22T01:53:36.176Z Fresh data-encoding v2.10.0
56482026-04-22T01:53:36.176Z Fresh thread-id v5.1.0
56492026-04-22T01:53:36.176Z Fresh bit-vec v0.8.0
56502026-04-22T01:53:36.176Z Fresh zlib-rs v0.6.2
56512026-04-22T01:53:36.176Z Fresh base16ct v0.2.0
56522026-04-22T01:53:36.179Z Fresh icu_locale_core v2.1.1
56532026-04-22T01:53:36.179Z Fresh icu_collections v2.1.1
56542026-04-22T01:53:36.179Z Fresh hyper v1.8.1
56552026-04-22T01:53:36.179Z Fresh aes v0.8.4
56562026-04-22T01:53:36.179Z Fresh pbkdf2 v0.12.2
56572026-04-22T01:53:36.179Z Fresh rustls-webpki v0.103.9
56582026-04-22T01:53:36.179Z Fresh pest_derive v2.8.6
56592026-04-22T01:53:36.179Z Fresh cbc v0.1.2
56602026-04-22T01:53:36.179Z Fresh salsa20 v0.10.2
56612026-04-22T01:53:36.179Z Fresh crc32fast v1.5.0
56622026-04-22T01:53:36.179Z Fresh openssl v0.10.75
56632026-04-22T01:53:36.179Z Fresh goblin v0.10.5
56642026-04-22T01:53:36.179Z Fresh bit-set v0.8.0
56652026-04-22T01:53:36.179Z Fresh ff v0.13.1
56662026-04-22T01:53:36.179Z Fresh scroll_derive v0.12.1
56672026-04-22T01:53:36.179Z Fresh memmap2 v0.9.10
56682026-04-22T01:53:36.179Z Fresh wait-timeout v0.2.1
56692026-04-22T01:53:36.180Z Fresh toml_datetime v0.7.5+spec-1.1.0
56702026-04-22T01:53:36.180Z Fresh litrs v1.0.0
56712026-04-22T01:53:36.180Z Fresh hkdf v0.12.4
56722026-04-22T01:53:36.180Z Fresh num-iter v0.1.45
56732026-04-22T01:53:36.180Z Fresh crypto-bigint v0.5.5
56742026-04-22T01:53:36.180Z Fresh crossbeam-epoch v0.9.18
56752026-04-22T01:53:36.180Z Fresh bstr v1.12.1
56762026-04-22T01:53:36.180Z Fresh zerocopy-derive v0.7.35
56772026-04-22T01:53:36.180Z Fresh quick-error v1.2.3
56782026-04-22T01:53:36.180Z Fresh psl-types v2.0.11
56792026-04-22T01:53:36.180Z Fresh icu_provider v2.1.1
56802026-04-22T01:53:36.180Z Fresh hyper-util v0.1.20
56812026-04-22T01:53:36.180Z Fresh rustls v0.23.37
56822026-04-22T01:53:36.180Z Fresh scrypt v0.11.0
56832026-04-22T01:53:36.180Z Fresh dof v0.4.0
56842026-04-22T01:53:36.180Z Fresh dtrace-parser v0.3.0
56852026-04-22T01:53:36.180Z Fresh flate2 v1.1.9
56862026-04-22T01:53:36.180Z Fresh native-tls v0.2.18
56872026-04-22T01:53:36.180Z Fresh scroll v0.12.0
56882026-04-22T01:53:36.180Z Fresh group v0.13.0
56892026-04-22T01:53:36.180Z Fresh document-features v0.2.12
56902026-04-22T01:53:36.180Z Fresh ahash v0.8.12
56912026-04-22T01:53:36.180Z Fresh object v0.37.3
56922026-04-22T01:53:36.180Z Fresh cfg_aliases v0.2.1
56932026-04-22T01:53:36.180Z Fresh siphasher v1.0.2
56942026-04-22T01:53:36.180Z Fresh rusty-fork v0.3.1
56952026-04-22T01:53:36.180Z Fresh zerocopy v0.7.35
56962026-04-22T01:53:36.180Z Fresh heck v0.4.1
56972026-04-22T01:53:36.180Z Fresh rand_xorshift v0.4.0
56982026-04-22T01:53:36.180Z Fresh itertools v0.13.0
56992026-04-22T01:53:36.180Z Fresh darling_core v0.20.11
57002026-04-22T01:53:36.180Z Fresh winnow v0.5.40
57012026-04-22T01:53:36.180Z Fresh unarray v0.1.4
57022026-04-22T01:53:36.180Z Fresh dtrace-parser v0.2.0
57032026-04-22T01:53:36.180Z Fresh x509-cert v0.2.5
57042026-04-22T01:53:36.180Z Fresh thread-id v4.2.2
57052026-04-22T01:53:36.180Z Fresh icu_properties v2.1.2
57062026-04-22T01:53:36.181Z Fresh icu_normalizer v2.1.1
57072026-04-22T01:53:36.181Z Fresh pkcs5 v0.7.1
57082026-04-22T01:53:36.181Z Fresh tokio-rustls v0.26.4
57092026-04-22T01:53:36.181Z Fresh usdt-impl v0.6.0
57102026-04-22T01:53:36.181Z Fresh tokio-native-tls v0.3.1
57112026-04-22T01:53:36.181Z Fresh cookie v0.18.1
57122026-04-22T01:53:36.181Z Fresh goblin v0.8.2
57132026-04-22T01:53:36.181Z Fresh proptest v1.10.0
57142026-04-22T01:53:36.181Z Fresh toml_edit v0.19.15
57152026-04-22T01:53:36.181Z Fresh rustix v0.38.44
57162026-04-22T01:53:36.181Z Fresh rustls-platform-verifier v0.6.2
57172026-04-22T01:53:36.181Z Fresh darling_macro v0.20.11
57182026-04-22T01:53:36.181Z Fresh rfc6979 v0.4.0
57192026-04-22T01:53:36.181Z Fresh curve25519-dalek-derive v0.1.1
57202026-04-22T01:53:36.181Z Fresh serde_with_macros v3.17.0
57212026-04-22T01:53:36.184Z Fresh daft-derive v0.1.5
57222026-04-22T01:53:36.184Z Fresh env_filter v1.0.0
57232026-04-22T01:53:36.184Z Fresh keccak v0.1.6
57242026-04-22T01:53:36.184Z Fresh toml_write v0.1.2
57252026-04-22T01:53:36.184Z Fresh bitflags v1.3.2
57262026-04-22T01:53:36.184Z Fresh unicode-normalization v0.1.25
57272026-04-22T01:53:36.184Z Fresh enum-as-inner v0.6.1
57282026-04-22T01:53:36.185Z Fresh idna_adapter v1.2.1
57292026-04-22T01:53:36.185Z Fresh pkcs8 v0.10.2
57302026-04-22T01:53:36.185Z Fresh hyper-rustls v0.27.7
57312026-04-22T01:53:36.185Z Fresh usdt-attr-macro v0.6.0
57322026-04-22T01:53:36.185Z Fresh usdt-macro v0.6.0
57332026-04-22T01:53:36.185Z Fresh hyper-tls v0.6.0
57342026-04-22T01:53:36.185Z Fresh dof v0.3.0
57352026-04-22T01:53:36.185Z Fresh num-bigint-dig v0.8.6
57362026-04-22T01:53:36.185Z Fresh darling v0.20.11
57372026-04-22T01:53:36.185Z Fresh memoffset v0.9.1
57382026-04-22T01:53:36.185Z Fresh curve25519-dalek v4.1.3
57392026-04-22T01:53:36.185Z Fresh sha3 v0.10.8
57402026-04-22T01:53:36.185Z Fresh env_logger v0.11.9
57412026-04-22T01:53:36.185Z Fresh toml_edit v0.22.27
57422026-04-22T01:53:36.185Z Fresh managed v0.8.0
57432026-04-22T01:53:36.185Z Fresh phf_shared v0.11.3
57442026-04-22T01:53:36.185Z Fresh cargo-platform v0.1.9
57452026-04-22T01:53:36.185Z Fresh ref-cast-impl v1.0.25
57462026-04-22T01:53:36.185Z Fresh precomputed-hash v0.1.1
57472026-04-22T01:53:36.185Z Fresh new_debug_unreachable v1.0.6
57482026-04-22T01:53:36.185Z Fresh foldhash v0.1.5
57492026-04-22T01:53:36.185Z Fresh fixedbitset v0.4.2
57502026-04-22T01:53:36.185Z Fresh rustc-hash v2.1.1
57512026-04-22T01:53:36.185Z Fresh idna v1.1.0
57522026-04-22T01:53:36.185Z Fresh sec1 v0.7.3
57532026-04-22T01:53:36.185Z Fresh usdt v0.6.0
57542026-04-22T01:53:36.185Z Fresh pkcs1 v0.7.5
57552026-04-22T01:53:36.185Z Fresh usdt-impl v0.5.0
57562026-04-22T01:53:36.185Z Fresh derive_builder_core v0.20.2
57572026-04-22T01:53:36.185Z Fresh ed25519 v2.2.3
57582026-04-22T01:53:36.185Z Fresh signal-hook v0.3.18
57592026-04-22T01:53:36.185Z Fresh bzip2-sys v0.1.13+1.0.8
57602026-04-22T01:53:36.185Z Fresh nix v0.31.2
57612026-04-22T01:53:36.185Z Fresh string_cache v0.8.9
57622026-04-22T01:53:36.185Z Fresh petgraph v0.6.5
57632026-04-22T01:53:36.185Z Fresh hashbrown v0.15.5
57642026-04-22T01:53:36.185Z Fresh zstd-sys v2.0.16+zstd.1.5.7
57652026-04-22T01:53:36.185Z Fresh cargo_metadata v0.19.2
57662026-04-22T01:53:36.186Z Fresh toml v0.7.8
57672026-04-22T01:53:36.186Z Fresh bumpalo v3.20.2
57682026-04-22T01:53:36.186Z Fresh lalrpop-util v0.19.12
57692026-04-22T01:53:36.186Z Fresh libbz2-rs-sys v0.2.2
57702026-04-22T01:53:36.186Z Fresh similar v2.7.0
57712026-04-22T01:53:36.186Z Fresh tokio-stream v0.1.18
57722026-04-22T01:53:36.186Z Fresh serde-big-array v0.5.1
57732026-04-22T01:53:36.186Z Fresh hash32 v0.2.1
57742026-04-22T01:53:36.186Z Fresh predicates-core v1.0.10
57752026-04-22T01:53:36.186Z Fresh jiff v0.2.21
57762026-04-22T01:53:36.186Z Fresh unicode-properties v0.1.4
57772026-04-22T01:53:36.186Z Fresh url v2.5.8
57782026-04-22T01:53:36.186Z Fresh elliptic-curve v0.13.8
57792026-04-22T01:53:36.186Z Fresh publicsuffix v2.3.0
57802026-04-22T01:53:36.186Z Fresh rsa v0.9.10
57812026-04-22T01:53:36.186Z Fresh derive_builder_macro v0.20.2
57822026-04-22T01:53:36.186Z Fresh ed25519-dalek v2.2.0
57832026-04-22T01:53:36.186Z Fresh bzip2 v0.4.4
57842026-04-22T01:53:36.186Z Fresh signal-hook-mio v0.2.5
57852026-04-22T01:53:36.186Z Fresh ref-cast v1.0.25
57862026-04-22T01:53:36.186Z Fresh zstd-safe v7.2.4
57872026-04-22T01:53:36.186Z Fresh fs-err v3.3.0
57882026-04-22T01:53:36.186Z Fresh zopfli v0.8.3
57892026-04-22T01:53:36.186Z Fresh bzip2 v0.6.1
57902026-04-22T01:53:36.186Z Fresh unicode-bidi v0.3.18
57912026-04-22T01:53:36.186Z Fresh md-5 v0.10.6
57922026-04-22T01:53:36.189Z Fresh float-cmp v0.10.0
57932026-04-22T01:53:36.190Z Fresh strum_macros v0.27.2
57942026-04-22T01:53:36.190Z Fresh difflib v0.4.0
57952026-04-22T01:53:36.190Z Fresh normalize-line-endings v0.3.0
57962026-04-22T01:53:36.190Z Fresh fallible-iterator v0.2.0
57972026-04-22T01:53:36.190Z Fresh phf_shared v0.13.1
57982026-04-22T01:53:36.190Z Fresh buf-list v1.1.2
57992026-04-22T01:53:36.190Z Fresh serde_repr v0.1.20
58002026-04-22T01:53:36.190Z Fresh fixedbitset v0.5.7
58012026-04-22T01:53:36.190Z Fresh peg-runtime v0.8.5
58022026-04-22T01:53:36.190Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
58032026-04-22T01:53:36.190Z Fresh whoami v2.1.0
58042026-04-22T01:53:36.190Z Fresh is-terminal v0.4.17
58052026-04-22T01:53:36.190Z Fresh futures-executor v0.3.32
58062026-04-22T01:53:36.190Z Fresh crossbeam-channel v0.5.15
58072026-04-22T01:53:36.190Z Fresh schemars v0.8.22
58082026-04-22T01:53:36.190Z Fresh cookie_store v0.22.1
58092026-04-22T01:53:36.190Z Fresh reqwest v0.12.28
58102026-04-22T01:53:36.190Z Fresh ecdsa v0.16.9
58112026-04-22T01:53:36.190Z Fresh derive_builder v0.20.2
58122026-04-22T01:53:36.190Z Fresh zip v0.6.6
58132026-04-22T01:53:36.190Z Fresh crossterm v0.28.1
58142026-04-22T01:53:36.190Z Fresh zstd v0.13.3
58152026-04-22T01:53:36.190Z Fresh stringprep v0.1.5
58162026-04-22T01:53:36.190Z Fresh heapless v0.7.17
58172026-04-22T01:53:36.190Z Fresh hickory-proto v0.25.2
58182026-04-22T01:53:36.190Z Fresh predicates v3.1.4
58192026-04-22T01:53:36.190Z Fresh strum v0.27.2
58202026-04-22T01:53:36.190Z Fresh petgraph v0.8.3
58212026-04-22T01:53:36.190Z Fresh phf v0.13.1
58222026-04-22T01:53:36.190Z Fresh futures v0.3.32
58232026-04-22T01:53:36.190Z Fresh thread_local v1.1.9
58242026-04-22T01:53:36.190Z Fresh term v1.2.1
58252026-04-22T01:53:36.190Z Fresh take_mut v0.2.2
58262026-04-22T01:53:36.190Z Fresh regress v0.10.5
58272026-04-22T01:53:36.190Z Fresh structmeta-derive v0.3.0
58282026-04-22T01:53:36.190Z Fresh match_cfg v0.1.0
58292026-04-22T01:53:36.190Z Fresh slog-json v2.6.1
58302026-04-22T01:53:36.191Z Fresh newtype-uuid-macros v0.1.0
58312026-04-22T01:53:36.191Z Fresh debug-ignore v1.0.5
58322026-04-22T01:53:36.191Z Fresh serde_spanned v1.0.4
58332026-04-22T01:53:36.191Z Fresh toml_writer v1.0.6+spec-1.1.0
58342026-04-22T01:53:36.191Z Fresh rustls-webpki v0.102.8
58352026-04-22T01:53:36.191Z Fresh serde_path_to_error v0.1.20
58362026-04-22T01:53:36.191Z Fresh ipnetwork v0.21.1
58372026-04-22T01:53:36.191Z Fresh reqwest v0.13.2
58382026-04-22T01:53:36.191Z Fresh newtype-uuid v1.3.2
58392026-04-22T01:53:36.191Z Fresh serde_with v3.17.0
58402026-04-22T01:53:36.191Z Fresh vergen-lib v0.1.6
58412026-04-22T01:53:36.191Z Fresh zip v4.6.1
58422026-04-22T01:53:36.191Z Fresh smoltcp v0.9.1
58432026-04-22T01:53:36.191Z Fresh postgres-protocol v0.6.10
58442026-04-22T01:53:36.191Z Fresh slog-term v2.9.2
58452026-04-22T01:53:36.191Z Fresh structmeta v0.3.0
58462026-04-22T01:53:36.191Z Fresh hostname v0.3.1
58472026-04-22T01:53:36.191Z Fresh async-stream-impl v0.3.6
58482026-04-22T01:53:36.191Z Fresh rustls-pemfile v2.2.0
58492026-04-22T01:53:36.191Z Fresh waitgroup v0.1.2
58502026-04-22T01:53:36.191Z Fresh hostname v0.4.2
58512026-04-22T01:53:36.191Z Fresh toml v0.9.12+spec-1.1.0
58522026-04-22T01:53:36.191Z Fresh dropshot_endpoint v0.16.7
58532026-04-22T01:53:36.191Z Fresh itertools v0.14.0
58542026-04-22T01:53:36.191Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58552026-04-22T01:53:36.191Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
58562026-04-22T01:53:36.191Z Fresh macaddr v1.0.1
58572026-04-22T01:53:36.191Z Fresh instant v0.1.13
58582026-04-22T01:53:36.191Z Fresh progenitor-client v0.10.0
58592026-04-22T01:53:36.191Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
58602026-04-22T01:53:36.191Z Fresh backon v1.6.0
58612026-04-22T01:53:36.191Z Fresh unicode-width v0.2.0
58622026-04-22T01:53:36.191Z Fresh convert_case v0.4.0
58632026-04-22T01:53:36.191Z Fresh half v2.7.1
58642026-04-22T01:53:36.191Z Fresh oxnet v0.1.4
58652026-04-22T01:53:36.191Z Fresh vergen v9.0.6
58662026-04-22T01:53:36.191Z Fresh postgres-types v0.2.12
58672026-04-22T01:53:36.191Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
58682026-04-22T01:53:36.191Z Fresh slog-async v2.8.0
58692026-04-22T01:53:36.195Z Fresh slog-bunyan v2.5.0
58702026-04-22T01:53:36.195Z Fresh derive-ex v0.1.8
58712026-04-22T01:53:36.195Z Fresh progenitor-client v0.13.0
58722026-04-22T01:53:36.195Z Fresh rustls v0.22.4
58732026-04-22T01:53:36.195Z Fresh async-stream v0.3.6
58742026-04-22T01:53:36.195Z Fresh multer v3.1.0
58752026-04-22T01:53:36.195Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58762026-04-22T01:53:36.195Z Fresh parse-display-derive v0.10.0
58772026-04-22T01:53:36.195Z Fresh backoff v0.4.0
58782026-04-22T01:53:36.195Z Fresh derive_more v0.99.20
58792026-04-22T01:53:36.195Z Fresh ciborium-io v0.2.2
58802026-04-22T01:53:36.195Z Fresh secrecy v0.10.3
58812026-04-22T01:53:36.195Z Fresh unsafe-libyaml v0.2.11
58822026-04-22T01:53:36.195Z Fresh universal-hash v0.5.1
58832026-04-22T01:53:36.195Z Fresh indent_write v2.2.0
58842026-04-22T01:53:36.195Z Fresh opaque-debug v0.3.1
58852026-04-22T01:53:36.195Z Fresh aead v0.5.2
58862026-04-22T01:53:36.196Z Fresh typify-impl v0.6.1
58872026-04-22T01:53:36.196Z Fresh chacha20 v0.9.1
58882026-04-22T01:53:36.196Z Fresh camino-tempfile v1.4.1
58892026-04-22T01:53:36.196Z Fresh thiserror-impl-no-std v2.0.2
58902026-04-22T01:53:36.196Z Fresh swrite v0.1.0
58912026-04-22T01:53:36.196Z Fresh byte-wrapper v0.1.0
58922026-04-22T01:53:36.196Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
58932026-04-22T01:53:36.196Z Fresh blake2 v0.10.6
58942026-04-22T01:53:36.196Z Fresh daft v0.1.5
58952026-04-22T01:53:36.196Z Fresh tokio-postgres v0.7.16
58962026-04-22T01:53:36.196Z Fresh test-strategy v0.4.5
58972026-04-22T01:53:36.196Z Fresh tokio-rustls v0.25.0
58982026-04-22T01:53:36.196Z Fresh parse-display v0.10.0
58992026-04-22T01:53:36.196Z Fresh progenitor-extras v0.1.1
59002026-04-22T01:53:36.196Z Fresh ciborium-ll v0.2.2
59012026-04-22T01:53:36.196Z Fresh serde_yaml v0.9.34+deprecated
59022026-04-22T01:53:36.196Z Fresh poly1305 v0.8.0
59032026-04-22T01:53:36.196Z Fresh typify-macro v0.6.1
59042026-04-22T01:53:36.196Z Fresh thiserror-no-std v2.0.2
59052026-04-22T01:53:36.196Z Fresh password-hash v0.5.0
59062026-04-22T01:53:36.196Z Fresh toml v0.8.23
59072026-04-22T01:53:36.196Z Fresh crossbeam-deque v0.8.6
59082026-04-22T01:53:36.196Z Fresh glob v0.3.3
59092026-04-22T01:53:36.196Z Fresh toml_edit v0.23.10+spec-1.0.0
59102026-04-22T01:53:36.196Z Fresh unicode-width v0.1.14
59112026-04-22T01:53:36.196Z Fresh tabwriter v1.4.1
59122026-04-22T01:53:36.196Z Fresh ingot-macros v0.1.1
59132026-04-22T01:53:36.196Z Fresh hash32 v0.3.1
59142026-04-22T01:53:36.196Z Fresh cobs v0.3.0
59152026-04-22T01:53:36.196Z Fresh colored v3.1.1
59162026-04-22T01:53:36.196Z Fresh proc-macro-crate v1.3.1
59172026-04-22T01:53:36.196Z Fresh foreign-types-macros v0.2.3
59182026-04-22T01:53:36.196Z Fresh iddqd v0.3.17
59192026-04-22T01:53:36.196Z Fresh dropshot v0.16.7
59202026-04-22T01:53:36.196Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
59212026-04-22T01:53:36.196Z Fresh ciborium v0.2.2
59222026-04-22T01:53:36.196Z Fresh crucible-workspace-hack v0.1.0
59232026-04-22T01:53:36.196Z Fresh typify v0.6.1
59242026-04-22T01:53:36.197Z Fresh chacha20poly1305 v0.10.1
59252026-04-22T01:53:36.197Z Fresh vsss-rs v3.3.4
59262026-04-22T01:53:36.197Z Fresh argon2 v0.5.3
59272026-04-22T01:53:36.197Z Fresh proc-macro-crate v3.4.0
59282026-04-22T01:53:36.197Z Fresh ingot-types v0.1.2
59292026-04-22T01:53:36.197Z Fresh postcard v1.1.3
59302026-04-22T01:53:36.197Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
59312026-04-22T01:53:36.197Z Fresh foreign-types-shared v0.3.1
59322026-04-22T01:53:36.197Z Fresh cpufeatures v0.3.0
59332026-04-22T01:53:36.197Z Fresh num_enum_derive v0.5.11
59342026-04-22T01:53:36.197Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59352026-04-22T01:53:36.197Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
59362026-04-22T01:53:36.197Z Fresh sigpipe v0.1.3
59372026-04-22T01:53:36.197Z Fresh cstr-argument v0.1.2
59382026-04-22T01:53:36.197Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
59392026-04-22T01:53:36.197Z Fresh progenitor-impl v0.13.0
59402026-04-22T01:53:36.197Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
59412026-04-22T01:53:36.197Z Fresh rayon-core v1.13.0
59422026-04-22T01:53:36.197Z Fresh proc-macro-error-attr v1.0.4
59432026-04-22T01:53:36.197Z Fresh heapless v0.8.0
59442026-04-22T01:53:36.197Z Fresh ingot v0.1.1
59452026-04-22T01:53:36.197Z Fresh num_enum_derive v0.7.5
59462026-04-22T01:53:36.197Z Fresh foreign-types v0.5.0
59472026-04-22T01:53:36.197Z Fresh chacha20 v0.10.0
59482026-04-22T01:53:36.197Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
59492026-04-22T01:53:36.197Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59502026-04-22T01:53:36.197Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59512026-04-22T01:53:36.197Z Fresh num_enum v0.5.11
59522026-04-22T01:53:36.197Z Fresh itertools v0.12.1
59532026-04-22T01:53:36.197Z Fresh num-derive v0.4.2
59542026-04-22T01:53:36.197Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
59552026-04-22T01:53:36.197Z Fresh smf v0.2.3
59562026-04-22T01:53:36.197Z Fresh whoami v1.6.1
59572026-04-22T01:53:36.197Z Fresh usdt-attr-macro v0.5.0
59582026-04-22T01:53:36.197Z Fresh usdt-macro v0.5.0
59592026-04-22T01:53:36.197Z Fresh atomicwrites v0.4.4
59602026-04-22T01:53:36.197Z Fresh memmap v0.7.0
59612026-04-22T01:53:36.197Z Fresh derive-where v1.6.0
59622026-04-22T01:53:36.197Z Fresh console v0.15.11
59632026-04-22T01:53:36.197Z Fresh newline-converter v0.3.0
59642026-04-22T01:53:36.198Z Fresh num-rational v0.4.2
59652026-04-22T01:53:36.198Z Fresh num-complex v0.4.6
59662026-04-22T01:53:36.201Z Fresh progenitor-macro v0.13.0
59672026-04-22T01:53:36.201Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
59682026-04-22T01:53:36.201Z Fresh proc-macro-error v1.0.4
59692026-04-22T01:53:36.201Z Fresh rayon v1.11.0
59702026-04-22T01:53:36.201Z Fresh smoltcp v0.11.0
59712026-04-22T01:53:36.201Z Fresh num_enum v0.7.5
59722026-04-22T01:53:36.201Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59732026-04-22T01:53:36.201Z Fresh rand v0.10.0
59742026-04-22T01:53:36.201Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59752026-04-22T01:53:36.201Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59762026-04-22T01:53:36.201Z Fresh usdt v0.5.0
59772026-04-22T01:53:36.201Z Fresh expectorate v1.2.0
59782026-04-22T01:53:36.202Z Fresh bytecount v0.6.9
59792026-04-22T01:53:36.202Z Fresh num v0.4.3
59802026-04-22T01:53:36.202Z Fresh float-ord v0.3.2
59812026-04-22T01:53:36.202Z Fresh libsw-core v0.3.2
59822026-04-22T01:53:36.202Z Fresh linear-map v1.2.0
59832026-04-22T01:53:36.202Z Fresh gethostname v0.5.0
59842026-04-22T01:53:36.202Z Fresh same-file v1.0.6
59852026-04-22T01:53:36.202Z Fresh unicode-xid v0.2.6
59862026-04-22T01:53:36.202Z Fresh async-recursion v1.1.1
59872026-04-22T01:53:36.202Z Fresh resolv-conf v0.7.6
59882026-04-22T01:53:36.202Z Fresh convert_case v0.10.0
59892026-04-22T01:53:36.202Z Fresh unicode-linebreak v0.1.5
59902026-04-22T01:53:36.202Z Fresh smawk v0.3.2
59912026-04-22T01:53:36.202Z Fresh globset v0.4.18
59922026-04-22T01:53:36.202Z Fresh progenitor v0.13.0
59932026-04-22T01:53:36.202Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
59942026-04-22T01:53:36.202Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
59952026-04-22T01:53:36.202Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
59962026-04-22T01:53:36.202Z Fresh zone_cfg_derive v0.3.1
59972026-04-22T01:53:36.202Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
59982026-04-22T01:53:36.202Z Fresh tokio-dtrace v0.1.1
59992026-04-22T01:53:36.202Z Fresh libsw v3.5.0
60002026-04-22T01:53:36.202Z Fresh walkdir v2.5.0
60012026-04-22T01:53:36.202Z Fresh tabled_derive v0.7.0
60022026-04-22T01:53:36.202Z Fresh derive_more-impl v2.1.1
60032026-04-22T01:53:36.202Z Fresh papergrid v0.11.0
60042026-04-22T01:53:36.202Z Fresh termtree v0.5.1
60052026-04-22T01:53:36.202Z Fresh fd-lock v4.0.4
60062026-04-22T01:53:36.202Z Fresh pin-project-internal v1.1.11
60072026-04-22T01:53:36.202Z Fresh vte v0.14.1
60082026-04-22T01:53:36.202Z Fresh linked-hash-map v0.5.6
60092026-04-22T01:53:36.202Z Fresh minimal-lexical v0.2.1
60102026-04-22T01:53:36.202Z Fresh hickory-proto v0.24.4
60112026-04-22T01:53:36.202Z Fresh pem v3.0.6
60122026-04-22T01:53:36.202Z Fresh nu-ansi-term v0.50.3
60132026-04-22T01:53:36.202Z Fresh display-error-chain v0.2.2
60142026-04-22T01:53:36.202Z Fresh ar_archive_writer v0.5.1
60152026-04-22T01:53:36.202Z Fresh snafu-derive v0.8.9
60162026-04-22T01:53:36.203Z Fresh textwrap v0.16.2
60172026-04-22T01:53:36.203Z Fresh olpc-cjson v0.1.4
60182026-04-22T01:53:36.203Z Fresh serde_plain v1.0.2
60192026-04-22T01:53:36.203Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
60202026-04-22T01:53:36.203Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
60212026-04-22T01:53:36.203Z Fresh zone v0.3.1
60222026-04-22T01:53:36.203Z Fresh oxide-tokio-rt v0.1.4
60232026-04-22T01:53:36.203Z Fresh owo-colors v4.3.0
60242026-04-22T01:53:36.203Z Fresh cancel-safe-futures v0.1.5
60252026-04-22T01:53:36.203Z Fresh prettyplease v0.2.37
60262026-04-22T01:53:36.203Z Fresh tabled v0.15.0
60272026-04-22T01:53:36.203Z Fresh derive_more v2.1.1
60282026-04-22T01:53:36.203Z Fresh slog-dtrace v0.3.0
60292026-04-22T01:53:36.203Z Fresh strip-ansi-escapes v0.2.1
60302026-04-22T01:53:36.203Z Fresh pin-project v1.1.11
60312026-04-22T01:53:36.203Z Fresh lru-cache v0.1.2
60322026-04-22T01:53:36.203Z Fresh nom v7.1.3
60332026-04-22T01:53:36.203Z Fresh typed-path v0.9.3
60342026-04-22T01:53:36.203Z Fresh csv-core v0.1.13
60352026-04-22T01:53:36.203Z Fresh highway v1.3.0
60362026-04-22T01:53:36.203Z Fresh humantime v2.3.0
60372026-04-22T01:53:36.203Z Fresh cfg_aliases v0.1.1
60382026-04-22T01:53:36.203Z Fresh nibble_vec v0.1.0
60392026-04-22T01:53:36.203Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
60402026-04-22T01:53:36.203Z Fresh crossterm v0.29.0
60412026-04-22T01:53:36.203Z Fresh reedline v0.40.0
60422026-04-22T01:53:36.203Z Fresh snafu v0.8.9
60432026-04-22T01:53:36.203Z Fresh hickory-resolver v0.24.4
60442026-04-22T01:53:36.203Z Fresh csv v1.4.0
60452026-04-22T01:53:36.203Z Fresh endian-type v0.1.2
60462026-04-22T01:53:36.203Z Fresh home v0.5.12
60472026-04-22T01:53:36.203Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
60482026-04-22T01:53:36.203Z Fresh phf_shared v0.12.1
60492026-04-22T01:53:36.203Z Fresh recursive-proc-macro-impl v0.1.1
60502026-04-22T01:53:36.203Z Fresh semver v0.1.20
60512026-04-22T01:53:36.203Z Fresh const_format_proc_macros v0.2.34
60522026-04-22T01:53:36.203Z Fresh peg-macros v0.8.5
60532026-04-22T01:53:36.203Z Fresh sqlparser_derive v0.5.0
60542026-04-22T01:53:36.203Z Fresh winnow v0.6.26
60552026-04-22T01:53:36.203Z Fresh unicode_categories v0.1.1
60562026-04-22T01:53:36.204Z Fresh bcs v0.1.6
60572026-04-22T01:53:36.207Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
60582026-04-22T01:53:36.207Z Fresh filetime v0.2.27
60592026-04-22T01:53:36.207Z Fresh xattr v1.6.1
60602026-04-22T01:53:36.207Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
60612026-04-22T01:53:36.207Z Fresh tough v0.20.0
60622026-04-22T01:53:36.208Z Fresh qorb v0.4.1
60632026-04-22T01:53:36.208Z Fresh psm v0.1.30
60642026-04-22T01:53:36.208Z Fresh radix_trie v0.2.1
60652026-04-22T01:53:36.208Z Fresh phf v0.12.1
60662026-04-22T01:53:36.208Z Fresh rustc_version v0.1.7
60672026-04-22T01:53:36.208Z Fresh peg v0.8.5
60682026-04-22T01:53:36.208Z Fresh const_format v0.2.35
60692026-04-22T01:53:36.208Z Fresh sqlformat v0.3.5
60702026-04-22T01:53:36.208Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
60712026-04-22T01:53:36.208Z Fresh tar v0.4.45
60722026-04-22T01:53:36.208Z Fresh subprocess v0.2.15
60732026-04-22T01:53:36.208Z Fresh headers-core v0.3.0
60742026-04-22T01:53:36.208Z Fresh base64 v0.21.7
60752026-04-22T01:53:36.208Z Fresh yasna v0.5.2
60762026-04-22T01:53:36.208Z Fresh dropshot-api-manager-types v0.6.0
60772026-04-22T01:53:36.208Z Fresh tagptr v0.2.0
60782026-04-22T01:53:36.208Z Fresh utf-8 v0.7.6
60792026-04-22T01:53:36.208Z Fresh stacker v0.1.23
60802026-04-22T01:53:36.208Z Fresh nix v0.28.0
60812026-04-22T01:53:36.208Z Fresh chrono-tz v0.10.4
60822026-04-22T01:53:36.208Z Fresh headers v0.4.1
60832026-04-22T01:53:36.208Z Fresh rcgen v0.12.1
60842026-04-22T01:53:36.208Z Fresh moka v0.12.13
60852026-04-22T01:53:36.208Z Fresh bitfield-struct v0.6.2
60862026-04-22T01:53:36.208Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60872026-04-22T01:53:36.208Z Fresh tungstenite v0.21.0
60882026-04-22T01:53:36.208Z Fresh tap v1.0.1
60892026-04-22T01:53:36.208Z Fresh zerocopy-derive v0.6.6
60902026-04-22T01:53:36.208Z Fresh crc-catalog v2.4.0
60912026-04-22T01:53:36.208Z Fresh funty v2.0.0
60922026-04-22T01:53:36.208Z Fresh packed_struct_codegen v0.10.1
60932026-04-22T01:53:36.208Z Fresh bitfield-macros v0.19.4
60942026-04-22T01:53:36.208Z Fresh nodrop v0.1.14
60952026-04-22T01:53:36.208Z Fresh hashbrown v0.12.3
60962026-04-22T01:53:36.208Z Fresh ron v0.8.1
60972026-04-22T01:53:36.208Z Fresh hashbrown v0.13.2
60982026-04-22T01:53:36.208Z Fresh recursive v0.1.1
60992026-04-22T01:53:36.209Z Fresh rustyline v14.0.0
61002026-04-22T01:53:36.209Z Fresh hickory-resolver v0.25.2
61012026-04-22T01:53:36.209Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61022026-04-22T01:53:36.209Z Fresh tokio-tungstenite v0.21.0
61032026-04-22T01:53:36.209Z Fresh wyz v0.5.1
61042026-04-22T01:53:36.209Z Fresh crc v3.4.0
61052026-04-22T01:53:36.209Z Fresh zerocopy v0.6.6
61062026-04-22T01:53:36.209Z Fresh array-init v0.0.4
61072026-04-22T01:53:36.209Z Fresh bitfield v0.19.4
61082026-04-22T01:53:36.209Z Fresh crc-any v2.5.0
61092026-04-22T01:53:36.209Z Fresh xshell-macros v0.2.7
61102026-04-22T01:53:36.209Z Fresh path-slash v0.1.5
61112026-04-22T01:53:36.209Z Fresh half v1.8.3
61122026-04-22T01:53:36.209Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
61132026-04-22T01:53:36.209Z Fresh num-derive v0.3.3
61142026-04-22T01:53:36.209Z Fresh proc-macro-error-attr2 v2.0.0
61152026-04-22T01:53:36.209Z Fresh sqlparser v0.61.0
61162026-04-22T01:53:36.209Z Fresh newtype_derive v0.1.6
61172026-04-22T01:53:36.209Z Fresh libefi-sys v0.1.0
61182026-04-22T01:53:36.209Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61192026-04-22T01:53:36.209Z Fresh radium v0.7.0
61202026-04-22T01:53:36.209Z Fresh maybe-uninit v2.0.0
61212026-04-22T01:53:36.209Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
61222026-04-22T01:53:36.209Z Fresh indexmap v1.9.3
61232026-04-22T01:53:36.209Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
61242026-04-22T01:53:36.209Z Fresh xshell v0.2.7
61252026-04-22T01:53:36.209Z Fresh serde_cbor v0.11.2
61262026-04-22T01:53:36.209Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
61272026-04-22T01:53:36.209Z Fresh libscf-sys v1.1.0
61282026-04-22T01:53:36.209Z Fresh proc-macro-error2 v2.0.1
61292026-04-22T01:53:36.209Z Fresh maplit v1.0.2
61302026-04-22T01:53:36.209Z Fresh papergrid v0.17.0
61312026-04-22T01:53:36.209Z Fresh testing_table v0.3.0
61322026-04-22T01:53:36.209Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61332026-04-22T01:53:36.209Z Fresh fxhash v0.2.1
61342026-04-22T01:53:36.209Z Fresh unicase v2.9.0
61352026-04-22T01:53:36.209Z Fresh crc8 v0.1.1
61362026-04-22T01:53:36.209Z Fresh diff v0.1.13
61372026-04-22T01:53:36.209Z Fresh steno v0.4.1
61382026-04-22T01:53:36.210Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
61392026-04-22T01:53:36.210Z Fresh bitvec v1.0.1
61402026-04-22T01:53:36.210Z Fresh smallvec v0.6.14
61412026-04-22T01:53:36.210Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
61422026-04-22T01:53:36.210Z Fresh object v0.30.4
61432026-04-22T01:53:36.210Z Fresh tabled_derive v0.11.0
61442026-04-22T01:53:36.210Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
61452026-04-22T01:53:36.210Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61462026-04-22T01:53:36.210Z Fresh dsl_auto_type v0.2.0
61472026-04-22T01:53:36.210Z Fresh git-stub v1.0.0
61482026-04-22T01:53:36.210Z Fresh scheduled-thread-pool v0.2.7
61492026-04-22T01:53:36.210Z Fresh diesel_table_macro_syntax v0.3.0
61502026-04-22T01:53:36.210Z Fresh kstat-rs v0.2.4
61512026-04-22T01:53:36.210Z Fresh downcast-rs v2.0.2
61522026-04-22T01:53:36.214Z Fresh arc-swap v1.8.2
61532026-04-22T01:53:36.214Z Fresh dirs-sys-next v0.1.2
61542026-04-22T01:53:36.214Z Fresh packed_struct v0.10.1
61552026-04-22T01:53:36.214Z Fresh serde-hex v0.1.0
61562026-04-22T01:53:36.214Z Fresh tabled v0.20.0
61572026-04-22T01:53:36.214Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
61582026-04-22T01:53:36.214Z Fresh git-stub-vcs v0.1.0
61592026-04-22T01:53:36.214Z Fresh diesel_derives v2.3.7
61602026-04-22T01:53:36.214Z Fresh r2d2 v0.8.10
61612026-04-22T01:53:36.214Z Fresh slog-scope v4.4.1
61622026-04-22T01:53:36.214Z Fresh dirs-next v2.0.0
61632026-04-22T01:53:36.214Z Fresh typify-impl v0.4.3
61642026-04-22T01:53:36.214Z Fresh prefix-trie v0.7.0
61652026-04-22T01:53:36.214Z Fresh nanorand v0.7.0
61662026-04-22T01:53:36.214Z Fresh bit-vec v0.6.3
61672026-04-22T01:53:36.214Z Fresh itertools v0.10.5
61682026-04-22T01:53:36.214Z Fresh ena v0.14.4
61692026-04-22T01:53:36.214Z Fresh libloading v0.8.9
61702026-04-22T01:53:36.214Z Fresh regex-syntax v0.6.29
61712026-04-22T01:53:36.214Z Fresh cexpr v0.6.0
61722026-04-22T01:53:36.214Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
61732026-04-22T01:53:36.214Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61742026-04-22T01:53:36.214Z Fresh diesel v2.3.7
61752026-04-22T01:53:36.214Z Fresh vergen-gitcl v1.0.8
61762026-04-22T01:53:36.214Z Fresh parking_lot_core v0.8.6
61772026-04-22T01:53:36.214Z Fresh slog-stdlog v4.1.1
61782026-04-22T01:53:36.214Z Fresh term v0.7.0
61792026-04-22T01:53:36.214Z Fresh crunchy v0.2.4
61802026-04-22T01:53:36.214Z Fresh typify-macro v0.4.3
61812026-04-22T01:53:36.214Z Fresh hickory-server v0.25.2
61822026-04-22T01:53:36.214Z Fresh flume v0.11.1
61832026-04-22T01:53:36.214Z Fresh bit-set v0.5.3
61842026-04-22T01:53:36.214Z Fresh clang-sys v1.8.1
61852026-04-22T01:53:36.214Z Fresh primeorder v0.13.6
61862026-04-22T01:53:36.214Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
61872026-04-22T01:53:36.215Z Fresh strum_macros v0.24.3
61882026-04-22T01:53:36.215Z Fresh indoc v1.0.9
61892026-04-22T01:53:36.215Z Fresh predicates-tree v1.0.13
61902026-04-22T01:53:36.215Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
61912026-04-22T01:53:36.215Z Fresh quick-xml v0.37.5
61922026-04-22T01:53:36.215Z Fresh oso-derive v0.27.3
61932026-04-22T01:53:36.215Z Fresh impl-trait-for-tuples v0.2.3
61942026-04-22T01:53:36.215Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
61952026-04-22T01:53:36.215Z Fresh parking_lot v0.11.2
61962026-04-22T01:53:36.215Z Fresh slog-envlogger v2.2.0
61972026-04-22T01:53:36.215Z Fresh typify v0.4.3
61982026-04-22T01:53:36.215Z Fresh tiny-keccak v2.0.2
61992026-04-22T01:53:36.215Z Fresh ascii-canvas v3.0.0
62002026-04-22T01:53:36.215Z Fresh bindgen v0.71.1
62012026-04-22T01:53:36.215Z Fresh salty v0.3.0
62022026-04-22T01:53:36.215Z Fresh openssl-probe v0.1.6
62032026-04-22T01:53:36.215Z Fresh p384 v0.13.1
62042026-04-22T01:53:36.215Z Fresh trait-variant v0.1.2
62052026-04-22T01:53:36.215Z Fresh assert_matches v1.5.0
62062026-04-22T01:53:36.215Z Fresh parse-size v1.1.0
62072026-04-22T01:53:36.215Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
62082026-04-22T01:53:36.215Z Fresh ignore v0.4.25
62092026-04-22T01:53:36.215Z Fresh progenitor-client v0.11.2
62102026-04-22T01:53:36.215Z Fresh bb8 v0.8.6
62112026-04-22T01:53:36.215Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
62122026-04-22T01:53:36.215Z Fresh sled v0.34.7
62132026-04-22T01:53:36.215Z Fresh lalrpop v0.19.12
62142026-04-22T01:53:36.215Z Fresh libxml v0.3.3
62152026-04-22T01:53:36.215Z Fresh fs-err v2.11.0
62162026-04-22T01:53:36.215Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
62172026-04-22T01:53:36.215Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
62182026-04-22T01:53:36.215Z Fresh progenitor-impl v0.10.0
62192026-04-22T01:53:36.215Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
62202026-04-22T01:53:36.215Z Fresh progenitor-impl v0.11.2
62212026-04-22T01:53:36.215Z Fresh globwalk v0.9.1
62222026-04-22T01:53:36.215Z Fresh toml_datetime v1.0.0+spec-1.1.0
62232026-04-22T01:53:36.215Z Fresh http-range v0.1.5
62242026-04-22T01:53:36.215Z Fresh async-bb8-diesel v0.2.1
62252026-04-22T01:53:36.215Z Fresh diesel-dtrace v0.5.0
62262026-04-22T01:53:36.215Z Fresh oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62272026-04-22T01:53:36.216Z Fresh atty v0.2.14
62282026-04-22T01:53:36.216Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62292026-04-22T01:53:36.216Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62302026-04-22T01:53:36.216Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62312026-04-22T01:53:36.216Z Fresh progenitor-macro v0.10.0
62322026-04-22T01:53:36.216Z Fresh progenitor-macro v0.11.2
62332026-04-22T01:53:36.216Z Fresh toml v1.0.6+spec-1.1.0
62342026-04-22T01:53:36.216Z Fresh camino-tempfile-ext v0.3.3
62352026-04-22T01:53:36.216Z Fresh mime_guess v2.0.5
62362026-04-22T01:53:36.216Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62372026-04-22T01:53:36.216Z Fresh compression-core v0.4.31
62382026-04-22T01:53:36.216Z Fresh corncobs v0.1.4
62392026-04-22T01:53:36.216Z Fresh nonempty v0.12.0
62402026-04-22T01:53:36.216Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62412026-04-22T01:53:36.216Z Fresh signal-hook-tokio v0.3.1
62422026-04-22T01:53:36.216Z Fresh secrecy v0.8.0
62432026-04-22T01:53:36.216Z Fresh dropshot_endpoint v0.17.0
62442026-04-22T01:53:36.216Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
62452026-04-22T01:53:36.216Z Fresh samael v0.0.19
62462026-04-22T01:53:36.216Z Fresh progenitor v0.10.0
62472026-04-22T01:53:36.216Z Fresh progenitor v0.11.2
62482026-04-22T01:53:36.216Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
62492026-04-22T01:53:36.216Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62502026-04-22T01:53:36.216Z Fresh compression-codecs v0.4.37
62512026-04-22T01:53:36.216Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62522026-04-22T01:53:36.220Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62532026-04-22T01:53:36.220Z Fresh hyper-staticfile v0.10.1
62542026-04-22T01:53:36.220Z Fresh tungstenite v0.23.0
62552026-04-22T01:53:36.220Z Fresh rand_seeder v0.4.0
62562026-04-22T01:53:36.220Z Fresh void v1.0.2
62572026-04-22T01:53:36.220Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62582026-04-22T01:53:36.220Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
62592026-04-22T01:53:36.220Z Fresh nix v0.27.1
62602026-04-22T01:53:36.220Z Fresh serde_bytes v0.11.19
62612026-04-22T01:53:36.220Z Fresh yansi v1.0.1
62622026-04-22T01:53:36.220Z Fresh polar-core v0.27.3
62632026-04-22T01:53:36.220Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62642026-04-22T01:53:36.220Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62652026-04-22T01:53:36.220Z Fresh async-compression v0.4.41
62662026-04-22T01:53:36.220Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62672026-04-22T01:53:36.220Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
62682026-04-22T01:53:36.220Z Fresh tokio-tungstenite v0.23.1
62692026-04-22T01:53:36.220Z Fresh lzss v0.8.2
62702026-04-22T01:53:36.220Z Fresh pretty_assertions v1.4.1
62712026-04-22T01:53:36.220Z Fresh is_ci v1.2.0
62722026-04-22T01:53:36.220Z Fresh darling_core v0.23.0
62732026-04-22T01:53:36.220Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
62742026-04-22T01:53:36.220Z Fresh indoc v2.0.7
62752026-04-22T01:53:36.221Z Fresh castaway v0.2.4
62762026-04-22T01:53:36.221Z Fresh unicode-truncate v1.1.0
62772026-04-22T01:53:36.221Z Fresh lru v0.12.5
62782026-04-22T01:53:36.221Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
62792026-04-22T01:53:36.221Z Fresh cassowary v0.3.0
62802026-04-22T01:53:36.221Z Fresh console v0.16.2
62812026-04-22T01:53:36.221Z Fresh oso v0.27.3
62822026-04-22T01:53:36.221Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
62832026-04-22T01:53:36.221Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62842026-04-22T01:53:36.221Z Fresh dropshot v0.17.0
62852026-04-22T01:53:36.221Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
62862026-04-22T01:53:36.221Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
62872026-04-22T01:53:36.221Z Fresh darling_macro v0.23.0
62882026-04-22T01:53:36.221Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
62892026-04-22T01:53:36.221Z Fresh compact_str v0.8.1
62902026-04-22T01:53:36.221Z Fresh unit-prefix v0.5.2
62912026-04-22T01:53:36.221Z Fresh supports-color v3.0.2
62922026-04-22T01:53:36.221Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
62932026-04-22T01:53:36.221Z Fresh sct v0.7.1
62942026-04-22T01:53:36.221Z Fresh rustls-webpki v0.101.7
62952026-04-22T01:53:36.221Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62962026-04-22T01:53:36.221Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
62972026-04-22T01:53:36.221Z Fresh darling v0.23.0
62982026-04-22T01:53:36.221Z Fresh libz-sys v1.1.24
62992026-04-22T01:53:36.221Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
63002026-04-22T01:53:36.221Z Fresh indicatif v0.18.4
63012026-04-22T01:53:36.221Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
63022026-04-22T01:53:36.221Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
63032026-04-22T01:53:36.221Z Fresh rustls-pemfile v1.0.4
63042026-04-22T01:53:36.221Z Fresh twox-hash v2.1.2
63052026-04-22T01:53:36.221Z Fresh colored v2.2.0
63062026-04-22T01:53:36.221Z Fresh shell-words v1.1.1
63072026-04-22T01:53:36.221Z Fresh instability v0.3.11
63082026-04-22T01:53:36.221Z Fresh libgit2-sys v0.18.3+1.9.2
63092026-04-22T01:53:36.221Z Fresh rustls v0.21.12
63102026-04-22T01:53:36.221Z Fresh nix v0.29.0
63112026-04-22T01:53:36.221Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
63122026-04-22T01:53:36.221Z Fresh hex-literal v0.4.1
63132026-04-22T01:53:36.221Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
63142026-04-22T01:53:36.222Z Fresh fatfs v0.3.6
63152026-04-22T01:53:36.222Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
63162026-04-22T01:53:36.222Z Fresh ordered-float v2.10.1
63172026-04-22T01:53:36.222Z Fresh seq-macro v0.3.6
63182026-04-22T01:53:36.222Z Fresh concurrent-queue v2.5.0
63192026-04-22T01:53:36.222Z Fresh parking v2.2.1
63202026-04-22T01:53:36.222Z Fresh plotters-backend v0.3.7
63212026-04-22T01:53:36.222Z Fresh cargo-platform v0.2.0
63222026-04-22T01:53:36.222Z Fresh sapling-renderdag v0.1.0
63232026-04-22T01:53:36.222Z Fresh rtoolbox v0.0.3
63242026-04-22T01:53:36.222Z Fresh sync-ptr v0.1.4
63252026-04-22T01:53:36.222Z Fresh cast v0.3.0
63262026-04-22T01:53:36.222Z Fresh futures-timer v3.0.3
63272026-04-22T01:53:36.389Z Fresh tinytemplate v1.2.1
63282026-04-22T01:53:36.393Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=5db7827f4162d307 -C extra-filename=-40b2786c9aa0aadc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
63292026-04-22T01:53:36.393Z Fresh ratatui v0.29.0
63302026-04-22T01:53:36.393Z Fresh git2 v0.20.4
63312026-04-22T01:53:36.393Z Fresh typeid v1.0.3
63322026-04-22T01:53:36.393Z Fresh tokio-rustls v0.24.1
63332026-04-22T01:53:36.393Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
63342026-04-22T01:53:36.396Z Fresh serde-value v0.7.0
63352026-04-22T01:53:36.396Z Fresh plotters-svg v0.3.7
63362026-04-22T01:53:36.396Z Fresh event-listener v5.4.1
63372026-04-22T01:53:36.396Z Fresh criterion-plot v0.6.0
63382026-04-22T01:53:36.396Z Fresh rpassword v7.4.0
63392026-04-22T01:53:36.396Z Fresh anes v0.1.6
63402026-04-22T01:53:36.396Z Fresh oorandom v11.1.5
63412026-04-22T01:53:36.396Z Fresh polyval v0.6.2
63422026-04-22T01:53:36.396Z Fresh gimli v0.32.3
63432026-04-22T01:53:36.396Z Fresh ctr v0.9.2
63442026-04-22T01:53:36.396Z Fresh serde_regex v1.1.0
63452026-04-22T01:53:36.396Z Fresh assert-json-diff v2.0.2
63462026-04-22T01:53:36.396Z Fresh path-tree v0.8.3
63472026-04-22T01:53:36.396Z Fresh rustc-demangle v0.1.27
63482026-04-22T01:53:36.396Z Fresh stringmetrics v2.2.2
63492026-04-22T01:53:36.399Z Fresh vergen-git2 v1.0.7
63502026-04-22T01:53:36.399Z Fresh erased-serde v0.4.9
63512026-04-22T01:53:36.399Z Fresh petname v2.0.2
63522026-04-22T01:53:36.399Z Fresh tui-tree-widget v0.23.1
63532026-04-22T01:53:36.400Z Fresh event-listener-strategy v0.5.4
63542026-04-22T01:53:36.400Z Fresh plotters v0.3.7
63552026-04-22T01:53:36.400Z Fresh addr2line v0.25.1
63562026-04-22T01:53:36.400Z Fresh ghash v0.5.1
63572026-04-22T01:53:36.400Z Fresh ssh-encoding v0.2.0
63582026-04-22T01:53:36.400Z Fresh blowfish v0.9.1
63592026-04-22T01:53:36.400Z Fresh arrayvec v0.7.6
63602026-04-22T01:53:36.400Z Fresh arrayref v0.3.9
63612026-04-22T01:53:36.400Z Fresh constant_time_eq v0.4.2
63622026-04-22T01:53:36.400Z Fresh supports-color v2.1.0
63632026-04-22T01:53:36.400Z Fresh textwrap v0.15.2
63642026-04-22T01:53:36.400Z Fresh supports-hyperlinks v2.1.0
63652026-04-22T01:53:36.400Z Fresh supports-unicode v2.1.0
63662026-04-22T01:53:36.400Z Fresh hashbrown v0.14.5
63672026-04-22T01:53:36.400Z Fresh password-hash v0.4.2
63682026-04-22T01:53:36.400Z Fresh miette-derive v5.10.0
63692026-04-22T01:53:36.400Z Fresh cargo-platform v0.3.2
63702026-04-22T01:53:36.400Z Fresh terminal_size v0.1.17
63712026-04-22T01:53:36.400Z Fresh owo-colors v3.5.0
63722026-04-22T01:53:36.400Z Fresh p521 v0.13.3
63732026-04-22T01:53:36.400Z Fresh p256 v0.13.2
63742026-04-22T01:53:36.403Z Fresh serde-untagged v0.1.9
63752026-04-22T01:53:36.403Z Fresh async-lock v3.4.2
63762026-04-22T01:53:36.403Z Fresh criterion v0.7.0
63772026-04-22T01:53:36.403Z Fresh backtrace v0.3.76
63782026-04-22T01:53:36.404Z Fresh aes-gcm v0.10.3
63792026-04-22T01:53:36.404Z Fresh target-lexicon v0.13.3
63802026-04-22T01:53:36.404Z Fresh bcrypt-pbkdf v0.10.0
63812026-04-22T01:53:36.404Z Fresh guppy-workspace-hack v0.1.0
63822026-04-22T01:53:36.404Z Fresh pbkdf2 v0.11.0
63832026-04-22T01:53:36.404Z Fresh cargo_metadata v0.23.1
63842026-04-22T01:53:36.404Z Fresh chumsky v0.9.3
63852026-04-22T01:53:36.404Z Fresh knuffel-derive v3.2.0
63862026-04-22T01:53:36.404Z Fresh pathdiff v0.2.3
63872026-04-22T01:53:36.404Z Fresh russh-cryptovec v0.7.3
63882026-04-22T01:53:36.404Z Fresh nested v0.1.1
63892026-04-22T01:53:36.404Z Fresh md5 v0.7.0
63902026-04-22T01:53:36.404Z Fresh cargo-util-schemas v0.8.2
63912026-04-22T01:53:36.404Z Fresh async-object-pool v0.2.0
63922026-04-22T01:53:36.404Z Fresh backtrace-ext v0.2.1
63932026-04-22T01:53:36.404Z Fresh ssh-cipher v0.2.0
63942026-04-22T01:53:36.404Z Fresh cfg-expr v0.20.6
63952026-04-22T01:53:36.404Z Fresh httptest v0.16.4
63962026-04-22T01:53:36.404Z Fresh des v0.8.1
63972026-04-22T01:53:36.404Z Fresh num-bigint v0.4.6
63982026-04-22T01:53:36.404Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63992026-04-22T01:53:36.404Z Fresh hickory-client v0.25.2
64002026-04-22T01:53:36.404Z Fresh similar-asserts v1.7.0
64012026-04-22T01:53:36.404Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
64022026-04-22T01:53:36.404Z Fresh escape8259 v0.5.3
64032026-04-22T01:53:36.404Z Fresh internet-checksum v0.2.1
64042026-04-22T01:53:36.404Z Fresh topological-sort v0.2.2
64052026-04-22T01:53:36.408Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
64062026-04-22T01:53:36.408Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64072026-04-22T01:53:36.430Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scim2_test_client --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/test-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c844e2c39498d6f7 -C extra-filename=-c7ce47553d764e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
64082026-04-22T01:53:36.433Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
64092026-04-22T01:53:36.433Z Fresh cargo_metadata v0.21.0
64102026-04-22T01:53:36.433Z Fresh httpmock v0.8.3
64112026-04-22T01:53:36.433Z Fresh miette v5.10.0
64122026-04-22T01:53:36.433Z Fresh target-spec v3.5.7
64132026-04-22T01:53:36.434Z Fresh ssh-key v0.6.7
64142026-04-22T01:53:36.434Z Fresh blake3 v1.8.3
64152026-04-22T01:53:36.434Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64162026-04-22T01:53:36.434Z Fresh libtest-mimic v0.8.1
64172026-04-22T01:53:36.434Z Compiling tokio-test v0.4.5
64182026-04-22T01:53:36.437Z Fresh fancy-regex v0.14.0
64192026-04-22T01:53:36.437Z Fresh relative-path v1.9.3
64202026-04-22T01:53:36.451Z Fresh support-bundle-viewer v0.1.2
64212026-04-22T01:53:36.454Z Fresh multimap v0.10.1
64222026-04-22T01:53:36.454Z Fresh uzers v0.12.2
64232026-04-22T01:53:36.454Z Fresh termcolor v1.4.1
64242026-04-22T01:53:36.454Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_test --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd7d8c13e8715332 -C extra-filename=-be7790a6ee35627a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
64252026-04-22T01:53:36.454Z Fresh guppy v0.17.25
64262026-04-22T01:53:36.454Z Fresh knuffel v3.2.0
64272026-04-22T01:53:36.454Z Fresh russh-keys v0.45.0
64282026-04-22T01:53:36.454Z Fresh omicron-zone-package v0.12.2
64292026-04-22T01:53:36.454Z Fresh rstest_macros v0.25.0
64302026-04-22T01:53:36.457Z Fresh assert_cmd v2.1.2
64312026-04-22T01:53:36.457Z Fresh datatest-stable v0.3.3
64322026-04-22T01:53:36.457Z Fresh target-triple v1.0.0
64332026-04-22T01:53:36.457Z Fresh blake2b_simd v1.0.4
64342026-04-22T01:53:36.457Z Fresh partial-io v0.5.4
64352026-04-22T01:53:36.457Z Fresh rand_distr v0.5.1
64362026-04-22T01:53:36.457Z Fresh drift v0.1.3
64372026-04-22T01:53:36.457Z Fresh approx v0.5.1
64382026-04-22T01:53:36.457Z Fresh constant_time_eq v0.3.1
64392026-04-22T01:53:36.457Z Fresh russh v0.45.0
64402026-04-22T01:53:36.457Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64412026-04-22T01:53:36.457Z Fresh trybuild v1.0.116
64422026-04-22T01:53:36.457Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
64432026-04-22T01:53:36.457Z Fresh linkme-impl v0.3.35
64442026-04-22T01:53:36.457Z Fresh rstest v0.25.0
64452026-04-22T01:53:36.460Z Fresh dropshot-api-manager v0.6.0
64462026-04-22T01:53:36.461Z Fresh rust-argon2 v2.1.0
64472026-04-22T01:53:36.461Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
64482026-04-22T01:53:36.461Z Fresh cargo_toml v0.21.0
64492026-04-22T01:53:36.461Z Fresh termios v0.3.3
64502026-04-22T01:53:36.461Z Fresh linkme v0.3.35
64512026-04-22T01:53:36.461Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
64522026-04-22T01:53:36.461Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
64532026-04-22T01:53:36.461Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
64542026-04-22T01:53:36.461Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
64552026-04-22T01:53:36.461Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
64562026-04-22T01:53:36.461Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
64572026-04-22T01:53:36.464Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
64582026-04-22T01:53:36.464Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
64592026-04-22T01:53:36.464Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
64602026-04-22T01:53:36.464Z Fresh schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
64612026-04-22T01:53:36.464Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
64622026-04-22T01:53:36.464Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
64632026-04-22T01:53:36.464Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
64642026-04-22T01:53:36.464Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
64652026-04-22T01:53:36.464Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
64662026-04-22T01:53:36.464Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
64672026-04-22T01:53:36.464Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
64682026-04-22T01:53:36.464Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
64692026-04-22T01:53:36.464Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
64702026-04-22T01:53:36.464Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
64712026-04-22T01:53:36.467Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
64722026-04-22T01:53:36.467Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
64732026-04-22T01:53:36.467Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
64742026-04-22T01:53:36.468Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
64752026-04-22T01:53:36.468Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
64762026-04-22T01:53:36.468Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
64772026-04-22T01:53:36.468Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
64782026-04-22T01:53:36.468Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
64792026-04-22T01:53:36.468Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
64802026-04-22T01:53:36.468Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
64812026-04-22T01:53:36.468Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
64822026-04-22T01:53:36.468Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
64832026-04-22T01:53:36.468Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
64842026-04-22T01:53:36.471Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
64852026-04-22T01:53:36.471Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
64862026-04-22T01:53:36.471Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
64872026-04-22T01:53:36.471Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
64882026-04-22T01:53:36.471Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
64892026-04-22T01:53:36.471Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
64902026-04-22T01:53:36.471Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
64912026-04-22T01:53:36.471Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
64922026-04-22T01:53:36.471Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
64932026-04-22T01:53:36.471Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
64942026-04-22T01:53:36.471Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
64952026-04-22T01:53:36.471Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
64962026-04-22T01:53:36.471Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
64972026-04-22T01:53:36.471Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
64982026-04-22T01:53:36.471Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
64992026-04-22T01:53:36.471Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
65002026-04-22T01:53:36.474Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
65012026-04-22T01:53:36.474Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
65022026-04-22T01:53:36.474Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
65032026-04-22T01:53:36.474Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
65042026-04-22T01:53:36.474Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
65052026-04-22T01:53:36.474Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
65062026-04-22T01:53:36.474Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
65072026-04-22T01:53:36.474Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
65082026-04-22T01:53:36.475Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
65092026-04-22T01:53:36.475Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
65102026-04-22T01:53:36.496Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=ff5d616e41c54cd6 -C extra-filename=-2af15d33d4596ef8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
65112026-04-22T01:53:36.499Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
65122026-04-22T01:53:36.499Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
65132026-04-22T01:53:36.499Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
65142026-04-22T01:53:36.499Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
65152026-04-22T01:53:36.499Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
65162026-04-22T01:53:36.499Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
65172026-04-22T01:53:36.499Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
65182026-04-22T01:53:36.499Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
65192026-04-22T01:53:36.499Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
65202026-04-22T01:53:36.499Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
65212026-04-22T01:53:36.499Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
65222026-04-22T01:53:36.503Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
65232026-04-22T01:53:36.503Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
65242026-04-22T01:53:36.503Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
65252026-04-22T01:53:36.503Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
65262026-04-22T01:53:36.503Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
65272026-04-22T01:53:36.503Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
65282026-04-22T01:53:36.503Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
65292026-04-22T01:53:36.503Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
65302026-04-22T01:53:36.503Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
65312026-04-22T01:53:36.503Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
65322026-04-22T01:53:36.503Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
65332026-04-22T01:53:36.503Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
65342026-04-22T01:53:36.503Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
65352026-04-22T01:53:36.503Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
65362026-04-22T01:53:36.503Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
65372026-04-22T01:53:36.503Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
65382026-04-22T01:53:36.503Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
65392026-04-22T01:53:36.503Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
65402026-04-22T01:53:36.506Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
65412026-04-22T01:53:36.506Z Fresh dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
65422026-04-22T01:53:36.506Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
65432026-04-22T01:53:36.506Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
65442026-04-22T01:53:36.506Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
65452026-04-22T01:53:36.506Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
65462026-04-22T01:53:36.506Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
65472026-04-22T01:53:36.506Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
65482026-04-22T01:53:36.506Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
65492026-04-22T01:53:36.506Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
65502026-04-22T01:53:36.506Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
65512026-04-22T01:53:36.506Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
65522026-04-22T01:53:36.507Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
65532026-04-22T01:53:36.507Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
65542026-04-22T01:53:36.507Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
65552026-04-22T01:53:36.507Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
65562026-04-22T01:53:36.507Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
65572026-04-22T01:53:36.507Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
65582026-04-22T01:53:36.507Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
65592026-04-22T01:53:36.507Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
65602026-04-22T01:53:36.507Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
65612026-04-22T01:53:36.507Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
65622026-04-22T01:53:36.507Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
65632026-04-22T01:53:36.507Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
65642026-04-22T01:53:36.507Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
65652026-04-22T01:53:36.507Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
65662026-04-22T01:53:36.507Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
65672026-04-22T01:53:36.507Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
65682026-04-22T01:53:36.510Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
65692026-04-22T01:53:36.510Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
65702026-04-22T01:53:36.510Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
65712026-04-22T01:53:36.510Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
65722026-04-22T01:53:36.510Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
65732026-04-22T01:53:36.510Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
65742026-04-22T01:53:36.510Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
65752026-04-22T01:53:36.510Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
65762026-04-22T01:53:36.510Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
65772026-04-22T01:53:36.510Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
65782026-04-22T01:53:36.510Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
65792026-04-22T01:53:36.511Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
65802026-04-22T01:53:36.511Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
65812026-04-22T01:53:36.511Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
65822026-04-22T01:53:36.511Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
65832026-04-22T01:53:36.511Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
65842026-04-22T01:53:36.511Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
65852026-04-22T01:53:36.511Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
65862026-04-22T01:53:36.511Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
65872026-04-22T01:53:36.511Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
65882026-04-22T01:53:36.511Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
65892026-04-22T01:53:36.511Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
65902026-04-22T01:53:36.511Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
65912026-04-22T01:53:36.511Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
65922026-04-22T01:53:36.511Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
65932026-04-22T01:53:36.511Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
65942026-04-22T01:53:36.511Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
65952026-04-22T01:53:36.511Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
65962026-04-22T01:53:36.511Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
65972026-04-22T01:53:36.511Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
65982026-04-22T01:53:36.511Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
65992026-04-22T01:53:36.511Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
66002026-04-22T01:53:36.511Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
66012026-04-22T01:53:36.511Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
66022026-04-22T01:53:36.511Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
66032026-04-22T01:53:36.511Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
66042026-04-22T01:53:36.511Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66052026-04-22T01:53:36.511Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
66062026-04-22T01:53:36.511Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
66072026-04-22T01:53:36.511Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
66082026-04-22T01:53:36.511Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
66092026-04-22T01:53:36.511Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
66102026-04-22T01:53:36.511Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
66112026-04-22T01:53:36.511Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
66122026-04-22T01:53:36.511Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
66132026-04-22T01:53:36.511Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
66142026-04-22T01:53:36.511Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
66152026-04-22T01:53:36.511Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
66162026-04-22T01:53:36.511Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
66172026-04-22T01:53:36.511Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
66182026-04-22T01:53:36.511Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
66192026-04-22T01:53:36.512Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66202026-04-22T01:53:36.512Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
66212026-04-22T01:53:36.512Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
66222026-04-22T01:53:36.512Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
66232026-04-22T01:53:36.512Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
66242026-04-22T01:53:36.515Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
66252026-04-22T01:53:36.515Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
66262026-04-22T01:53:37.127Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
66272026-04-22T01:53:37.132Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=ff16938c9e4f647e -C extra-filename=-9445c8a1a052e5e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-dc4071cd7d290b37.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c753a69c628fb7ab.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-14640da3d1ba1553.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-071ef5a4d2d4dc57.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6ce71cfac88c97fd.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0a759e7ea3eba09a.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ffd9a54d80b45f55.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-40b2786c9aa0aadc.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-14ab448c2acf128f.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-162e83ec906f0735.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b6bbc23194d3f0d9.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9631302a448e13c7.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-64cf44ea35f66401.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-31ff04e0abfa88c9.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2d4fe088a2795d2.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-9c37b2b49d86fda5.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-11fd935e8e1c8b25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66282026-04-22T01:53:37.463Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=6fc32ac640ff602a -C extra-filename=-d42d33f1919ebbd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-dc4071cd7d290b37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c753a69c628fb7ab.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-14640da3d1ba1553.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-ec77559a604bd8fd.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-cc1cadff740dd44d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-14be7034ea0ed2aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-071ef5a4d2d4dc57.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6ce71cfac88c97fd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0a759e7ea3eba09a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ffd9a54d80b45f55.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-40b2786c9aa0aadc.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-14ab448c2acf128f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-162e83ec906f0735.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b6bbc23194d3f0d9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9631302a448e13c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-64cf44ea35f66401.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-31ff04e0abfa88c9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2d4fe088a2795d2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-544432367f681976.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-9c37b2b49d86fda5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-11fd935e8e1c8b25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-c7ce47553d764e6e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-be7790a6ee35627a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66292026-04-22T01:56:01.435Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
66302026-04-22T01:56:01.438Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
66312026-04-22T01:56:01.438Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
66322026-04-22T01:56:01.438Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
66332026-04-22T01:56:01.461Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2024 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58aa43f98b053c1f -C extra-filename=-402e1d4e6959a33e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-94ac0eb6131105f9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-14640da3d1ba1553.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f4fda58f249b853c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e9aaf13aa16719cd.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2d4fe088a2795d2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9445c8a1a052e5e3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f26a2f96a4353450.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66342026-04-22T01:56:01.466Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=56a7cdd403a90136 -C extra-filename=-50f482a168ba87d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-dc4071cd7d290b37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c753a69c628fb7ab.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-14640da3d1ba1553.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-ec77559a604bd8fd.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-cc1cadff740dd44d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-14be7034ea0ed2aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-071ef5a4d2d4dc57.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6ce71cfac88c97fd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0a759e7ea3eba09a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ffd9a54d80b45f55.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-40b2786c9aa0aadc.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-14ab448c2acf128f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-162e83ec906f0735.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b6bbc23194d3f0d9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9631302a448e13c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-64cf44ea35f66401.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-31ff04e0abfa88c9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2d4fe088a2795d2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9445c8a1a052e5e3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-544432367f681976.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-9c37b2b49d86fda5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-11fd935e8e1c8b25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-c7ce47553d764e6e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-be7790a6ee35627a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66352026-04-22T01:56:01.466Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dece310299be8778 -C extra-filename=-f3287365aec5cd57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9445c8a1a052e5e3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66362026-04-22T01:56:01.466Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2024 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3facc350076d93d -C extra-filename=-23140755168e9f25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-300a671d7ab0bf36.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9445c8a1a052e5e3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66372026-04-22T01:56:01.466Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffc86f65d21508a2 -C extra-filename=-5461b848c25ddbc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-94ac0eb6131105f9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-14640da3d1ba1553.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f4fda58f249b853c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e9aaf13aa16719cd.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2d4fe088a2795d2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9445c8a1a052e5e3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f26a2f96a4353450.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66382026-04-22T01:56:01.466Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/reconfigurator/cli-integration-tests/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0910002cc5e7dd29 -C extra-filename=-bbac306277e67356 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9445c8a1a052e5e3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-14da9cc439dda121.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66392026-04-22T01:56:01.466Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=c31150fe0609c738 -C extra-filename=-a5035d6a6771571c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-dc4071cd7d290b37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c753a69c628fb7ab.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-14640da3d1ba1553.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-ec77559a604bd8fd.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-cc1cadff740dd44d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-14be7034ea0ed2aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-071ef5a4d2d4dc57.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6ce71cfac88c97fd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0a759e7ea3eba09a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ffd9a54d80b45f55.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-40b2786c9aa0aadc.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-14ab448c2acf128f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-162e83ec906f0735.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b6bbc23194d3f0d9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9631302a448e13c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-64cf44ea35f66401.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-31ff04e0abfa88c9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2d4fe088a2795d2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9445c8a1a052e5e3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-544432367f681976.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-9c37b2b49d86fda5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-11fd935e8e1c8b25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-c7ce47553d764e6e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-be7790a6ee35627a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66402026-04-22T01:56:01.482Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9db9f629f26f841 -C extra-filename=-85dc6a295c822dc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-300a671d7ab0bf36.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9445c8a1a052e5e3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66412026-04-22T01:56:01.486Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22ff5f14a646b18c -C extra-filename=-7c9b2372faff0916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-dc4071cd7d290b37.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-cc1cadff740dd44d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9631302a448e13c7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9445c8a1a052e5e3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66422026-04-22T01:56:01.486Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=62bfb81f5cedc8ae -C extra-filename=-98b67b4d16521c5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-dc4071cd7d290b37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c753a69c628fb7ab.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-14640da3d1ba1553.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-071ef5a4d2d4dc57.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6ce71cfac88c97fd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0a759e7ea3eba09a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ffd9a54d80b45f55.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-40b2786c9aa0aadc.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-14ab448c2acf128f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-162e83ec906f0735.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b6bbc23194d3f0d9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9631302a448e13c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-64cf44ea35f66401.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-31ff04e0abfa88c9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2d4fe088a2795d2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9445c8a1a052e5e3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-9c37b2b49d86fda5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-11fd935e8e1c8b25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66432026-04-22T01:56:01.486Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=0bbd8fb4115cc6a1 -C extra-filename=-c2eb8bec99f3e52e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-dc4071cd7d290b37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c753a69c628fb7ab.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-14640da3d1ba1553.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-ec77559a604bd8fd.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-cc1cadff740dd44d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-14be7034ea0ed2aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-071ef5a4d2d4dc57.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6ce71cfac88c97fd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0a759e7ea3eba09a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ffd9a54d80b45f55.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-40b2786c9aa0aadc.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-14ab448c2acf128f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-162e83ec906f0735.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b6bbc23194d3f0d9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9631302a448e13c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-64cf44ea35f66401.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-31ff04e0abfa88c9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2d4fe088a2795d2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9445c8a1a052e5e3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-544432367f681976.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-9c37b2b49d86fda5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-11fd935e8e1c8b25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-c7ce47553d764e6e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-be7790a6ee35627a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66442026-04-22T01:56:01.486Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=9e84af030dca9567 -C extra-filename=-e1f6d8fa9544b68c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-dc4071cd7d290b37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c753a69c628fb7ab.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-14640da3d1ba1553.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-071ef5a4d2d4dc57.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6ce71cfac88c97fd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0a759e7ea3eba09a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ffd9a54d80b45f55.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-40b2786c9aa0aadc.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-14ab448c2acf128f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-162e83ec906f0735.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b6bbc23194d3f0d9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9631302a448e13c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-64cf44ea35f66401.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-31ff04e0abfa88c9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2d4fe088a2795d2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9445c8a1a052e5e3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-9c37b2b49d86fda5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-11fd935e8e1c8b25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66452026-04-22T01:56:01.504Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbc88192a6f3d842 -C extra-filename=-573b8c8dc1789e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9445c8a1a052e5e3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-14da9cc439dda121.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66462026-04-22T01:57:59.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 24s
66472026-04-22T01:58:00.056Z
66482026-04-22T01:58:00.063Zreal 4:25.045771957
66492026-04-22T01:58:00.063Zuser 18:45.668565010
66502026-04-22T01:58:00.063Zsys 3:33.236749417
66512026-04-22T01:58:00.063Ztrap 0.160475517
66522026-04-22T01:58:00.063Ztflt 0.130016467
66532026-04-22T01:58:00.063Zdflt 2.652088500
66542026-04-22T01:58:00.063Zkflt 0.000006358
66552026-04-22T01:58:00.064Zlock 1:17:08.111385966
66562026-04-22T01:58:00.064Zslp 1:17:46.662894764
66572026-04-22T01:58:00.064Zlat 0.958799757
66582026-04-22T01:58:00.064Zstop 42.050862363
66592026-04-22T01:58:00.064Z++ ls -t /home/build/.cargo/log/20260422T014607005Z-e4292872132ecfd0.jsonl /home/build/.cargo/log/20260422T015333974Z-e4292872132ecfd0.jsonl
66602026-04-22T01:58:00.064Z++ head -1
66612026-04-22T01:58:00.064Z+ cp /home/build/.cargo/log/20260422T015333974Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
66622026-04-22T01:58:00.064Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
66632026-04-22T01:58:00.064Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
66642026-04-22T01:58:00.064Z++ mktemp -d /tmp/nextest-state.XXXXXX
66652026-04-22T01:58:00.064Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.JbayIs
66662026-04-22T01:58:00.064Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
66672026-04-22T01:58:00.064Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
66682026-04-22T01:58:00.064Z+ mkdir -p /tmp/nextest-recording-config
66692026-04-22T01:58:00.064Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
66702026-04-22T01:58:00.064Z+ export NEXTEST_STATE_DIR
66712026-04-22T01:58:00.064Z+ banner test
66722026-04-22T01:58:00.064Z
66732026-04-22T01:58:00.064Z ##### ###### #### #####
66742026-04-22T01:58:00.064Z # # # #
66752026-04-22T01:58:00.064Z # ##### #### #
66762026-04-22T01:58:00.065Z # # # #
66772026-04-22T01:58:00.065Z # # # # #
66782026-04-22T01:58:00.065Z # ###### #### #
66792026-04-22T01:58:00.065Z
66802026-04-22T01:58:00.065Z+ NEXTEST_EXIT=0
66812026-04-22T01:58:00.065Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
66822026-04-22T01:58:01.185Zinfo: experimental features enabled: setup-scripts, benchmarks
66832026-04-22T01:58:02.609Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
66842026-04-22T01:58:02.766Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
66852026-04-22T01:58:02.769Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
66862026-04-22T01:58:02.785Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
66872026-04-22T01:58:13.378Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.18s
66882026-04-22T01:58:14.405Z────────────
66892026-04-22T01:58:14.405Z Nextest run ID 9a42c85e-4aa4-4ace-a7b3-853f19bd9efb with nextest profile: ci
66902026-04-22T01:58:14.406Z Starting 2797 tests across 232 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
66912026-04-22T01:58:14.409Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
66922026-04-22T01:58:15.232Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
66932026-04-22T01:58:15.238Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
66942026-04-22T01:58:15.358Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66952026-04-22T01:58:15.358Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
66962026-04-22T01:58:15.385Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66972026-04-22T01:58:15.414Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
66982026-04-22T01:58:15.414Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
66992026-04-22T01:58:15.439Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
67002026-04-22T01:58:15.447Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
67012026-04-22T01:58:15.639Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
67022026-04-22T01:58:15.690Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
67032026-04-22T01:58:16.018Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
67042026-04-22T01:58:16.331Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
67052026-04-22T01:58:16.599Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
67062026-04-22T01:58:16.939Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
67072026-04-22T01:58:16.951Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
67082026-04-22T01:58:17.090Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
67092026-04-22T01:58:23.363Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
67102026-04-22T01:58:27.945Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
67112026-04-22T01:58:27.945Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
67122026-04-22T01:58:28.117Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
67132026-04-22T01:58:32.541Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
67142026-04-22T01:58:40.212Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
67152026-04-22T01:58:41.774Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67162026-04-22T01:58:43.383Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
67172026-04-22T01:58:53.277Z Finished `test` profile [unoptimized + debuginfo] target(s) in 38.84s
67182026-04-22T01:58:53.422Z Running `target/debug/crdb-seed`
67192026-04-22T01:58:53.483ZApr 22 01:58:52.524 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpwQwlSo
67202026-04-22T01:58:53.488ZApr 22 01:58:52.524 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpIryxQx,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpwQwlSo/listen-url --max-sql-memory 256MiB
67212026-04-22T01:58:53.488ZApr 22 01:58:52.524 INFO cockroach environment: BUILDOMAT_JOB_ID=01KPSDHGWYZKF086YA0XAM2MWN BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=ben/fail-closed-but-not-dead GITHUB_REF=refs/heads/ben/fail-closed-but-not-dead GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=7ed790c1a423ac2fe0e9552d0d2daaddca2773dc GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out:/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out:/work/oxidecomputer/omicron/target/debug:/work/oxidecomputer/omicron/target/debug/deps:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out:/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out:/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out:/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envUhYBPY NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out:/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out:/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out:/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RECOMMENDED_VERSION=0.9.131 NEXTEST_REQUIRED_VERSION=0.9.131 NEXTEST_RUN_ID=9a42c85e-4aa4-4ace-a7b3-853f19bd9efb NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.JbayIs NEXTEST_TEST_THREADS=30 NEXTEST_VERSION=0.9.131 NEXTEST_WORKSPACE_ROOT=/work/oxidecomputer/omicron PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.94.0-x86_64-unknown-illumos RUSTUP_TOOLCHAIN_SOURCE=env RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
67222026-04-22T01:58:54.037ZApr 22 01:58:53.077 INFO cockroach pid: 10025
67232026-04-22T01:58:54.037ZApr 22 01:58:53.077 INFO cockroach listen URL: postgresql://root@[::1]:32944/omicron?sslmode=disable
67242026-04-22T01:58:54.041ZApr 22 01:58:53.081 INFO cockroach: populating
67252026-04-22T01:58:55.124ZApr 22 01:58:54.164 INFO cockroach: populated
67262026-04-22T01:58:56.105ZApr 22 01:58:55.146 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/2155bb058615881d3fe93e1c80678f03deb408369bd1f71e6b2bb4325f218a87.tar`
67272026-04-22T01:58:56.113Z SETUP PASS [ 41.701s] crdb-seed: cargo run -p crdb-seed --profile test
67282026-04-22T01:58:56.117Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67292026-04-22T01:58:56.901Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
67302026-04-22T01:58:56.905Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67312026-04-22T01:58:58.103Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
67322026-04-22T01:58:59.038Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
67332026-04-22T01:59:08.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.45s
67342026-04-22T01:59:08.724Z Running `target/debug/clickhouse-cluster-dev`
67352026-04-22T01:59:08.783ZApr 22 01:59:07.821 INFO Setting up a ClickHouse cluster
67362026-04-22T01:59:08.787ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
67372026-04-22T01:59:08.787ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
67382026-04-22T01:59:08.787ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
67392026-04-22T01:59:08.787ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
67402026-04-22T01:59:08.787ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
67412026-04-22T01:59:09.209ZApr 22 01:59:08.247 INFO ClickHouse server ready
67422026-04-22T01:59:09.352ZApr 22 01:59:08.391 INFO ClickHouse server ready
67432026-04-22T01:59:10.195ZApr 22 01:59:09.233 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
67442026-04-22T01:59:10.202Z SETUP PASS [ 14.087s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67452026-04-22T01:59:10.240Z PASS [ 0.030s] ( 1/2797) api_identity test::test_identity
67462026-04-22T01:59:10.243Z PASS [ 0.027s] ( 2/2797) api_identity test::test_identity_no_field
67472026-04-22T01:59:10.247Z PASS [ 0.033s] ( 3/2797) authz-macros tests::test_authz_snapshots
67482026-04-22T01:59:10.257Z PASS [ 0.015s] ( 4/2797) bootstore schemes::tests::hello_roundtrip
67492026-04-22T01:59:10.270Z PASS [ 0.015s] ( 5/2797) bootstore schemes::v0::share_pkg::tests::create_packages
67502026-04-22T01:59:10.283Z PASS [ 0.013s] ( 6/2797) bootstore trust_quorum::rack_secret::tests::create_and_verify
67512026-04-22T01:59:10.288Z PASS [ 0.041s] ( 7/2797) bootstore schemes::v0::peer::tests::network_config
67522026-04-22T01:59:10.296Z PASS [ 0.013s] ( 8/2797) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
67532026-04-22T01:59:11.292Z PASS [ 1.051s] ( 9/2797) bootstore schemes::v0::peer::tests::basic_3_nodes
67542026-04-22T01:59:11.347Z PASS [ 0.054s] ( 10/2797) cert-dev::test-cert-dev test_cert_create
67552026-04-22T01:59:11.416Z PASS [ 0.070s] ( 11/2797) clickana chart::tests::gather_chart_data_failure
67562026-04-22T01:59:11.434Z PASS [ 0.017s] ( 12/2797) clickana chart::tests::gather_chart_data_for_disk_usage_success
67572026-04-22T01:59:11.450Z PASS [ 0.016s] ( 13/2797) clickana chart::tests::gather_chart_data_for_memory_tracking_success
67582026-04-22T01:59:11.464Z PASS [ 0.014s] ( 14/2797) clickana chart::tests::gather_chart_data_for_query_count_success
67592026-04-22T01:59:11.478Z PASS [ 0.014s] ( 15/2797) clickana chart::tests::gather_chart_data_for_running_queries_success
67602026-04-22T01:59:11.502Z PASS [ 0.024s] ( 16/2797) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
67612026-04-22T01:59:11.520Z PASS [ 0.018s] ( 17/2797) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
67622026-04-22T01:59:11.538Z PASS [ 0.018s] ( 18/2797) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
67632026-04-22T01:59:11.557Z PASS [ 0.020s] ( 19/2797) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
67642026-04-22T01:59:11.582Z PASS [ 0.024s] ( 20/2797) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
67652026-04-22T01:59:11.607Z PASS [ 0.025s] ( 21/2797) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
67662026-04-22T01:59:11.639Z PASS [ 0.032s] ( 22/2797) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
67672026-04-22T01:59:11.755Z PASS [ 0.115s] ( 23/2797) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
67682026-04-22T01:59:11.786Z PASS [ 0.031s] ( 24/2797) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
67692026-04-22T01:59:11.796Z PASS [ 1.508s] ( 25/2797) bootstore::v0-fsm-proptest-learner run
67702026-04-22T01:59:11.820Z PASS [ 0.034s] ( 26/2797) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
67712026-04-22T01:59:11.828Z PASS [ 0.032s] ( 27/2797) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
67722026-04-22T01:59:11.852Z PASS [ 0.032s] ( 28/2797) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
67732026-04-22T01:59:11.860Z PASS [ 0.032s] ( 29/2797) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
67742026-04-22T01:59:11.881Z PASS [ 0.028s] ( 30/2797) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
67752026-04-22T01:59:11.890Z PASS [ 0.030s] ( 31/2797) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
67762026-04-22T01:59:11.913Z PASS [ 0.032s] ( 32/2797) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
67772026-04-22T01:59:11.923Z PASS [ 0.033s] ( 33/2797) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
67782026-04-22T01:59:11.947Z PASS [ 0.034s] ( 34/2797) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
67792026-04-22T01:59:11.958Z PASS [ 0.035s] ( 35/2797) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
67802026-04-22T01:59:11.980Z PASS [ 0.033s] ( 36/2797) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
67812026-04-22T01:59:11.988Z PASS [ 0.030s] ( 37/2797) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
67822026-04-22T01:59:12.010Z PASS [ 0.029s] ( 38/2797) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
67832026-04-22T01:59:12.017Z PASS [ 0.029s] ( 39/2797) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
67842026-04-22T01:59:12.037Z PASS [ 0.027s] ( 40/2797) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
67852026-04-22T01:59:12.043Z PASS [ 0.026s] ( 41/2797) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
67862026-04-22T01:59:12.061Z PASS [ 0.024s] ( 42/2797) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
67872026-04-22T01:59:12.069Z PASS [ 0.025s] ( 43/2797) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
67882026-04-22T01:59:12.086Z PASS [ 0.025s] ( 44/2797) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
67892026-04-22T01:59:12.094Z PASS [ 0.025s] ( 45/2797) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
67902026-04-22T01:59:12.108Z PASS [ 0.022s] ( 46/2797) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
67912026-04-22T01:59:12.114Z PASS [ 0.020s] ( 47/2797) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
67922026-04-22T01:59:12.128Z PASS [ 0.020s] ( 48/2797) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
67932026-04-22T01:59:12.134Z PASS [ 0.020s] ( 49/2797) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
67942026-04-22T01:59:12.146Z PASS [ 0.018s] ( 50/2797) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
67952026-04-22T01:59:12.171Z PASS [ 0.037s] ( 51/2797) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
67962026-04-22T01:59:12.185Z PASS [ 0.013s] ( 52/2797) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
67972026-04-22T01:59:12.188Z PASS [ 0.041s] ( 53/2797) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
67982026-04-22T01:59:12.199Z PASS [ 0.015s] ( 54/2797) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
67992026-04-22T01:59:12.202Z PASS [ 0.015s] ( 55/2797) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
68002026-04-22T01:59:12.214Z PASS [ 0.015s] ( 56/2797) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
68012026-04-22T01:59:12.218Z PASS [ 0.016s] ( 57/2797) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
68022026-04-22T01:59:12.229Z PASS [ 0.015s] ( 58/2797) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
68032026-04-22T01:59:12.263Z PASS [ 0.045s] ( 59/2797) db-dev::test-db-dev test_db_dev_populate_no_args
68042026-04-22T01:59:12.278Z PASS [ 0.049s] ( 60/2797) db-dev::test-db-dev test_db_dev_wipe_no_args
68052026-04-22T01:59:13.119Z PASS [ 2.822s] ( 61/2797) bootstore::v0-fsm-proptest-rack-coordinator run
68062026-04-22T01:59:13.170Z PASS [ 0.051s] ( 62/2797) db-macros lookup::test::test_lookup_snapshots
68072026-04-22T01:59:13.200Z PASS [ 0.030s] ( 63/2797) db-macros tests::test_derive_metadata_identity_fails_for_enums
68082026-04-22T01:59:13.228Z PASS [ 0.028s] ( 64/2797) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
68092026-04-22T01:59:13.253Z PASS [ 0.025s] ( 65/2797) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
68102026-04-22T01:59:13.281Z PASS [ 0.028s] ( 66/2797) db-macros tests::test_derive_metadata_identity_fails_without_table_name
68112026-04-22T01:59:13.311Z PASS [ 0.030s] ( 67/2797) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
68122026-04-22T01:59:13.343Z PASS [ 0.032s] ( 68/2797) db-macros tests::test_derive_snapshots
68132026-04-22T01:59:13.371Z PASS [ 0.028s] ( 69/2797) db-macros tests::test_derive_with_unknown_field
68142026-04-22T01:59:13.474Z PASS [ 0.103s] ( 70/2797) dns-server storage::test::test_update_basic
68152026-04-22T01:59:13.593Z PASS [ 0.119s] ( 71/2797) dns-server storage::test::test_update_in_progress
68162026-04-22T01:59:13.698Z PASS [ 0.104s] ( 72/2797) dns-server storage::test::test_update_interrupted
68172026-04-22T01:59:13.793Z PASS [ 0.095s] ( 73/2797) dns-server storage::test::test_zone_gets_soa_record
68182026-04-22T01:59:13.928Z PASS [ 0.135s] ( 74/2797) dns-server::basic_test a_crud
68192026-04-22T01:59:14.096Z PASS [ 0.168s] ( 75/2797) dns-server::basic_test aaaa_crud
68202026-04-22T01:59:14.215Z PASS [ 0.119s] ( 76/2797) dns-server::basic_test answers_match_question
68212026-04-22T01:59:14.349Z PASS [ 0.134s] ( 77/2797) dns-server::basic_test empty_record
68222026-04-22T01:59:14.521Z PASS [ 0.172s] ( 78/2797) dns-server::basic_test multi_record_crud
68232026-04-22T01:59:14.707Z PASS [ 0.186s] ( 79/2797) dns-server::basic_test name_contains_zone
68242026-04-22T01:59:14.839Z PASS [ 0.132s] ( 80/2797) dns-server::basic_test nxdomain
68252026-04-22T01:59:14.964Z PASS [ 0.124s] ( 81/2797) dns-server::basic_test servfail
68262026-04-22T01:59:15.095Z PASS [ 0.130s] ( 82/2797) dns-server::basic_test soa
68272026-04-22T01:59:15.220Z PASS [ 0.125s] ( 83/2797) dns-server::basic_test srv_crud
68282026-04-22T01:59:15.389Z PASS [ 0.168s] ( 84/2797) dns-server::cross_version_test cross_version_works
68292026-04-22T01:59:15.402Z PASS [ 3.138s] ( 85/2797) db-dev::test-db-dev test_db_killed
68302026-04-22T01:59:15.425Z PASS [ 0.022s] ( 86/2797) ereport-types tests::test_arb_json_deserializes
68312026-04-22T01:59:15.444Z PASS [ 0.019s] ( 87/2797) ereport-types tests::test_ena_from_str
68322026-04-22T01:59:15.469Z PASS [ 0.025s] ( 88/2797) ereport-types tests::test_ena_from_str_roundtrip
68332026-04-22T01:59:15.497Z PASS [ 0.027s] ( 89/2797) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
68342026-04-22T01:59:15.519Z PASS [ 0.022s] ( 90/2797) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
68352026-04-22T01:59:15.545Z PASS [ 0.026s] ( 91/2797) gfss gf256::tests::test_all_multiplication
68362026-04-22T01:59:15.566Z PASS [ 0.021s] ( 92/2797) gfss gf256::tests::test_all_multiplicative_inverses
68372026-04-22T01:59:15.587Z PASS [ 0.019s] ( 93/2797) gfss gf256::tests::test_docs_example
68382026-04-22T01:59:19.280Z PASS [ 3.891s] ( 94/2797) dnsadm::commands_test test_dnsadm
68392026-04-22T01:59:20.928Z PASS [ 1.648s] ( 95/2797) gfss shamir::tests::split_and_combine
68402026-04-22T01:59:20.946Z PASS [ 0.017s] ( 96/2797) gfss shamir::tests::test_share_reconstruction
68412026-04-22T01:59:20.974Z PASS [ 0.028s] ( 97/2797) illumos-utils destructor::test::test_delayed_delete
68422026-04-22T01:59:21.798Z PASS [ 0.824s] ( 98/2797) illumos-utils destructor::test::test_delayed_delete_with_error
68432026-04-22T01:59:21.827Z PASS [ 0.029s] ( 99/2797) illumos-utils destructor::test::test_destructor_bad_close
68442026-04-22T01:59:21.857Z PASS [ 0.029s] ( 100/2797) illumos-utils link::test::test_allocate
68452026-04-22T01:59:21.884Z PASS [ 0.027s] ( 101/2797) illumos-utils link::test::test_allocate_within_scopes
68462026-04-22T01:59:21.910Z PASS [ 0.025s] ( 102/2797) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
68472026-04-22T01:59:21.935Z PASS [ 0.025s] ( 103/2797) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
68482026-04-22T01:59:21.960Z PASS [ 0.025s] ( 104/2797) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
68492026-04-22T01:59:21.987Z PASS [ 0.027s] ( 105/2797) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
68502026-04-22T01:59:22.012Z PASS [ 0.025s] ( 106/2797) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
68512026-04-22T01:59:22.040Z PASS [ 0.028s] ( 107/2797) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
68522026-04-22T01:59:22.065Z PASS [ 0.024s] ( 108/2797) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
68532026-04-22T01:59:22.091Z PASS [ 0.026s] ( 109/2797) illumos-utils running_zone::tests::test_is_oxide_smf_service
68542026-04-22T01:59:22.119Z PASS [ 0.028s] ( 110/2797) illumos-utils svcs::tests::test_svc_parse_empty_success
68552026-04-22T01:59:22.149Z PASS [ 0.030s] ( 111/2797) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
68562026-04-22T01:59:22.176Z PASS [ 0.027s] ( 112/2797) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
68572026-04-22T01:59:22.203Z PASS [ 0.026s] ( 113/2797) illumos-utils svcs::tests::test_svc_parse_success
68582026-04-22T01:59:22.228Z PASS [ 0.025s] ( 114/2797) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
68592026-04-22T01:59:22.252Z PASS [ 0.023s] ( 115/2797) illumos-utils svcs::tests::test_to_enabled_not_online
68602026-04-22T01:59:22.278Z PASS [ 0.025s] ( 116/2797) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
68612026-04-22T01:59:22.326Z PASS [ 0.049s] ( 117/2797) illumos-utils zfs::test::directory_mutability
68622026-04-22T01:59:22.372Z PASS [ 0.045s] ( 118/2797) illumos-utils zfs::test::get_values_of_rpool
68632026-04-22T01:59:22.397Z PASS [ 0.025s] ( 119/2797) illumos-utils zfs::test::parse_dataset_bad_avail
68642026-04-22T01:59:22.423Z PASS [ 0.026s] ( 120/2797) illumos-utils zfs::test::parse_dataset_bad_quota
68652026-04-22T01:59:22.450Z PASS [ 0.027s] ( 121/2797) illumos-utils zfs::test::parse_dataset_bad_reservation
68662026-04-22T01:59:22.476Z PASS [ 0.027s] ( 122/2797) illumos-utils zfs::test::parse_dataset_bad_usage
68672026-04-22T01:59:22.509Z PASS [ 0.031s] ( 123/2797) illumos-utils zfs::test::parse_dataset_bad_uuid
68682026-04-22T01:59:22.536Z PASS [ 0.028s] ( 124/2797) illumos-utils zfs::test::parse_dataset_missing_fields
68692026-04-22T01:59:22.564Z PASS [ 0.027s] ( 125/2797) illumos-utils zfs::test::parse_dataset_props
68702026-04-22T01:59:22.590Z PASS [ 0.027s] ( 126/2797) illumos-utils zfs::test::parse_dataset_props_with_optionals
68712026-04-22T01:59:22.621Z PASS [ 0.030s] ( 127/2797) illumos-utils zfs::test::parse_dataset_too_many_columns
68722026-04-22T01:59:22.647Z PASS [ 0.026s] ( 128/2797) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
68732026-04-22T01:59:22.675Z PASS [ 0.028s] ( 129/2797) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
68742026-04-22T01:59:22.704Z PASS [ 0.030s] ( 130/2797) illumos-utils zfs::test::parse_quota_ignored_if_default
68752026-04-22T01:59:22.731Z PASS [ 0.026s] ( 131/2797) illumos-utils zfs::test::parse_reservation_ignored_if_default
68762026-04-22T01:59:22.758Z PASS [ 0.026s] ( 132/2797) illumos-utils zfs::test::parse_sorts_and_dedups
68772026-04-22T01:59:22.790Z PASS [ 0.032s] ( 133/2797) illumos-utils zone::tests::delete_nonexistent_address
68782026-04-22T01:59:22.815Z PASS [ 0.025s] ( 134/2797) illumos-utils zone::tests::test_parse_ip_network
68792026-04-22T01:59:22.841Z PASS [ 0.026s] ( 135/2797) illumos-utils zpool::test::test_parse_zpool
68802026-04-22T01:59:22.866Z PASS [ 0.025s] ( 136/2797) illumos-utils zpool::test::test_parse_zpool_missing_column
68812026-04-22T01:59:24.414Z PASS [ 8.826s] ( 137/2797) gfss polynomial::tests::test_polynomial_eval
68822026-04-22T01:59:24.449Z PASS [ 0.036s] ( 138/2797) installinator peers::tests::iter_no_preferred_preserves_btree_order
68832026-04-22T01:59:24.453Z PASS [ 14.241s] ( 139/2797) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
68842026-04-22T01:59:24.489Z PASS [ 0.040s] ( 140/2797) installinator peers::tests::last_known_peer_preferred
68852026-04-22T01:59:24.492Z PASS [ 0.038s] ( 141/2797) installinator peers::tests::last_known_peer_stale
68862026-04-22T01:59:24.552Z PASS [ 0.061s] ( 142/2797) installinator-common block_size_writer::tests::proptest_block_writer
68872026-04-22T01:59:24.654Z PASS [ 1.787s] ( 143/2797) installinator mock_peers::tests::proptest_fetch_artifact
68882026-04-22T01:59:24.696Z PASS [ 12.415s] ( 144/2797) db-dev::test-db-dev test_db_run
68892026-04-22T01:59:24.772Z PASS [ 0.220s] ( 145/2797) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
68902026-04-22T01:59:24.808Z PASS [ 0.154s] ( 146/2797) internal-dns-resolver resolver::test::insert_and_lookup_one_record
68912026-04-22T01:59:24.843Z PASS [ 0.147s] ( 147/2797) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
68922026-04-22T01:59:25.006Z PASS [ 0.198s] ( 148/2797) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
68932026-04-22T01:59:25.013Z PASS [ 0.170s] ( 149/2797) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
68942026-04-22T01:59:25.030Z PASS [ 0.258s] ( 150/2797) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
68952026-04-22T01:59:25.041Z PASS [ 0.028s] ( 151/2797) internal-dns-types config::test::display_hosts
68962026-04-22T01:59:25.053Z PASS [ 0.022s] ( 152/2797) internal-dns-types config::test::display_srv_service
68972026-04-22T01:59:25.067Z PASS [ 0.026s] ( 153/2797) internal-dns-types config::test::test_builder_errors
68982026-04-22T01:59:25.079Z PASS [ 0.027s] ( 154/2797) internal-dns-types config::test::test_builder_output
68992026-04-22T01:59:25.094Z PASS [ 0.027s] ( 155/2797) internal-dns-types diff::test::diff_different
69002026-04-22T01:59:25.108Z PASS [ 0.028s] ( 156/2797) internal-dns-types diff::test::diff_equivalent
69012026-04-22T01:59:25.122Z PASS [ 0.028s] ( 157/2797) internal-dns-types diff::test::diff_invalid
69022026-04-22T01:59:25.126Z PASS [ 0.018s] ( 158/2797) ipcc tests::deserialize_fixed_value
69032026-04-22T01:59:25.144Z PASS [ 0.021s] ( 159/2797) ipcc tests::installinator_image_id_round_trip
69042026-04-22T01:59:25.147Z PASS [ 0.139s] ( 160/2797) internal-dns-resolver resolver::test::update_record
69052026-04-22T01:59:25.150Z PASS [ 0.021s] ( 161/2797) ipcc tests::serialized_size
69062026-04-22T01:59:25.170Z PASS [ 0.026s] ( 162/2797) key-manager tests::different_disks_produce_different_keys
69072026-04-22T01:59:25.174Z PASS [ 0.026s] ( 163/2797) key-manager tests::disk_encryption_key_epoch_0
69082026-04-22T01:59:25.178Z PASS [ 0.033s] ( 164/2797) key-manager tests::different_ikm_produces_different_keys
69092026-04-22T01:59:25.196Z PASS [ 0.026s] ( 165/2797) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
69102026-04-22T01:59:25.213Z PASS [ 0.039s] ( 166/2797) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
69112026-04-22T01:59:25.220Z PASS [ 0.042s] ( 167/2797) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
69122026-04-22T01:59:25.230Z PASS [ 0.033s] ( 168/2797) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
69132026-04-22T01:59:25.247Z PASS [ 0.034s] ( 169/2797) nexus-auth authn::external::session_cookie::test::test_get_token
69142026-04-22T01:59:25.258Z PASS [ 0.038s] ( 170/2797) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
69152026-04-22T01:59:25.266Z PASS [ 0.036s] ( 171/2797) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
69162026-04-22T01:59:25.279Z PASS [ 0.032s] ( 172/2797) nexus-auth authn::external::session_cookie::test::test_missing_cookie
69172026-04-22T01:59:25.294Z PASS [ 0.036s] ( 173/2797) nexus-auth authn::external::session_cookie::test::test_other_cookie
69182026-04-22T01:59:25.302Z PASS [ 0.036s] ( 174/2797) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
69192026-04-22T01:59:25.311Z PASS [ 0.032s] ( 175/2797) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
69202026-04-22T01:59:25.327Z PASS [ 0.033s] ( 176/2797) nexus-auth authn::external::session_cookie::test::test_valid_cookie
69212026-04-22T01:59:25.334Z PASS [ 0.033s] ( 177/2797) nexus-auth authn::external::spoof::test::test_make_header_value
69222026-04-22T01:59:25.342Z PASS [ 0.032s] ( 178/2797) nexus-auth authn::external::spoof::test::test_make_header_value_raw
69232026-04-22T01:59:25.366Z PASS [ 0.038s] ( 179/2797) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
69242026-04-22T01:59:25.372Z PASS [ 0.037s] ( 180/2797) nexus-auth authn::external::spoof::test::test_spoof_header_missing
69252026-04-22T01:59:25.380Z PASS [ 0.037s] ( 181/2797) nexus-auth authn::external::spoof::test::test_spoof_header_valid
69262026-04-22T01:59:25.399Z PASS [ 0.033s] ( 182/2797) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
69272026-04-22T01:59:25.410Z PASS [ 0.037s] ( 183/2797) nexus-auth authn::external::test::test_authn_sequence
69282026-04-22T01:59:25.417Z PASS [ 0.037s] ( 184/2797) nexus-auth authn::external::token::test::test_make_header_value
69292026-04-22T01:59:25.429Z PASS [ 0.031s] ( 185/2797) nexus-auth authn::external::token::test::test_token_header_bad_utf8
69302026-04-22T01:59:25.439Z PASS [ 0.030s] ( 186/2797) nexus-auth authn::external::token::test::test_token_header_missing
69312026-04-22T01:59:25.452Z PASS [ 0.035s] ( 187/2797) nexus-auth authn::external::token::test::test_token_header_valid
69322026-04-22T01:59:25.462Z PASS [ 0.032s] ( 188/2797) nexus-auth authn::test::test_internal_users
69332026-04-22T01:59:25.514Z PASS [ 0.061s] ( 189/2797) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
69342026-04-22T01:59:25.523Z PASS [ 0.083s] ( 190/2797) nexus-auth authz::context::test::test_unregistered_resource
69352026-04-22T01:59:25.541Z PASS [ 0.079s] ( 191/2797) nexus-auth context::test::test_background_context
69362026-04-22T01:59:25.574Z PASS [ 0.033s] ( 192/2797) nexus-config nexus_config::test::test_bad_authn_schemes
69372026-04-22T01:59:25.578Z PASS [ 0.062s] ( 193/2797) nexus-auth context::test::test_child_context
69382026-04-22T01:59:25.604Z PASS [ 0.081s] ( 194/2797) nexus-auth context::test::test_test_context
69392026-04-22T01:59:25.607Z PASS [ 0.032s] ( 195/2797) nexus-config nexus_config::test::test_config_bad_toml
69402026-04-22T01:59:25.612Z PASS [ 0.036s] ( 196/2797) nexus-config nexus_config::test::test_config_empty
69412026-04-22T01:59:25.631Z PASS [ 0.027s] ( 197/2797) nexus-config nexus_config::test::test_config_nonexistent
69422026-04-22T01:59:25.652Z PASS [ 0.046s] ( 198/2797) nexus-config nexus_config::test::test_deployment_config_schema
69432026-04-22T01:59:25.662Z PASS [ 0.050s] ( 199/2797) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
69442026-04-22T01:59:25.671Z PASS [ 0.040s] ( 200/2797) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
69452026-04-22T01:59:25.693Z PASS [ 0.040s] ( 201/2797) nexus-config nexus_config::test::test_repo_configs_are_valid
69462026-04-22T01:59:25.706Z PASS [ 0.034s] ( 202/2797) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
69472026-04-22T01:59:25.709Z PASS [ 0.046s] ( 203/2797) nexus-config nexus_config::test::test_valid
69482026-04-22T01:59:25.724Z PASS [ 0.032s] ( 204/2797) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
69492026-04-22T01:59:25.736Z PASS [ 0.030s] ( 205/2797) nexus-config postgres_config::test::test_all_addresses_single_host
69502026-04-22T01:59:25.742Z PASS [ 0.033s] ( 206/2797) nexus-config postgres_config::test::test_bad_url
69512026-04-22T01:59:25.754Z PASS [ 0.030s] ( 207/2797) nexus-config postgres_config::test::test_example_url
69522026-04-22T01:59:25.766Z PASS [ 1.277s] ( 208/2797) installinator write::tests::proptest_write_artifact
69532026-04-22T01:59:25.769Z PASS [ 0.033s] ( 209/2797) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
69542026-04-22T01:59:25.776Z PASS [ 0.034s] ( 210/2797) nexus-db-fixed-data test::test_allowlist_id_is_valid
69552026-04-22T01:59:25.783Z PASS [ 0.029s] ( 211/2797) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
69562026-04-22T01:59:25.796Z PASS [ 0.030s] ( 212/2797) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
69572026-04-22T01:59:25.812Z PASS [ 0.035s] ( 213/2797) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
69582026-04-22T01:59:25.817Z PASS [ 0.034s] ( 214/2797) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
69592026-04-22T01:59:25.834Z PASS [ 0.038s] ( 215/2797) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
69602026-04-22T01:59:25.839Z PASS [ 0.027s] ( 216/2797) nexus-db-model bytecount::test::test_bytecount_i64_conversions
69612026-04-22T01:59:25.846Z PASS [ 0.029s] ( 217/2797) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
69622026-04-22T01:59:25.863Z PASS [ 0.030s] ( 218/2797) nexus-db-model device_auth::test::test_generate_user_code
69632026-04-22T01:59:25.873Z PASS [ 0.032s] ( 219/2797) nexus-db-model instance_state::tests::test_from_str_roundtrips
69642026-04-22T01:59:25.877Z PASS [ 0.031s] ( 220/2797) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
69652026-04-22T01:59:25.893Z PASS [ 0.029s] ( 221/2797) nexus-db-model role_assignment::tests::test_role_assignment_from_database
69662026-04-22T01:59:25.930Z PASS [ 0.057s] ( 222/2797) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
69672026-04-22T01:59:25.937Z PASS [ 0.059s] ( 223/2797) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
69682026-04-22T01:59:25.941Z PASS [ 0.048s] ( 224/2797) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
69692026-04-22T01:59:25.991Z PASS [ 0.061s] ( 225/2797) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
69702026-04-22T01:59:26.001Z PASS [ 0.059s] ( 226/2797) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
69712026-04-22T01:59:26.006Z PASS [ 0.056s] ( 227/2797) nexus-db-model schema_versions::test::test_classify_create_index
69722026-04-22T01:59:26.044Z PASS [ 0.045s] ( 228/2797) nexus-db-model schema_versions::test::test_classify_dml_ignored
69732026-04-22T01:59:26.044Z PASS [ 0.052s] ( 229/2797) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
69742026-04-22T01:59:26.056Z PASS [ 0.061s] ( 230/2797) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
69752026-04-22T01:59:26.092Z PASS [ 0.035s] ( 231/2797) nexus-db-model schema_versions::test::test_known_versions
69762026-04-22T01:59:26.095Z PASS [ 0.052s] ( 232/2797) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
69772026-04-22T01:59:26.108Z PASS [ 0.065s] ( 233/2797) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
69782026-04-22T01:59:26.139Z PASS [ 0.043s] ( 234/2797) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
69792026-04-22T01:59:26.147Z PASS [ 0.039s] ( 235/2797) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
69802026-04-22T01:59:26.178Z PASS [ 0.040s] ( 236/2797) nexus-db-model schema_versions::test::test_one_ddl_enforcement
69812026-04-22T01:59:26.199Z PASS [ 0.052s] ( 237/2797) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
69822026-04-22T01:59:26.203Z PASS [ 0.111s] ( 238/2797) nexus-db-model schema_versions::test::test_migration_verification_files
69832026-04-22T01:59:26.211Z PASS [ 0.031s] ( 239/2797) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
69842026-04-22T01:59:26.235Z PASS [ 0.037s] ( 240/2797) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
69852026-04-22T01:59:26.254Z PASS [ 0.050s] ( 241/2797) nexus-db-model schema_versions::test::test_preprocess_storing
69862026-04-22T01:59:26.258Z PASS [ 0.049s] ( 242/2797) nexus-db-model schema_versions::test::test_preprocess_type_array
69872026-04-22T01:59:26.268Z PASS [ 0.033s] ( 243/2797) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
69882026-04-22T01:59:26.292Z PASS [ 0.037s] ( 244/2797) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
69892026-04-22T01:59:26.299Z PASS [ 0.040s] ( 245/2797) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
69902026-04-22T01:59:26.302Z PASS [ 0.032s] ( 246/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
69912026-04-22T01:59:26.319Z PASS [ 0.028s] ( 247/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
69922026-04-22T01:59:26.325Z PASS [ 0.027s] ( 248/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
69932026-04-22T01:59:26.331Z PASS [ 0.031s] ( 249/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
69942026-04-22T01:59:26.345Z PASS [ 0.026s] ( 250/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
69952026-04-22T01:59:26.356Z PASS [ 0.031s] ( 251/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
69962026-04-22T01:59:26.361Z PASS [ 0.030s] ( 252/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
69972026-04-22T01:59:26.369Z PASS [ 0.023s] ( 253/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
69982026-04-22T01:59:26.380Z PASS [ 0.023s] ( 254/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
69992026-04-22T01:59:26.389Z PASS [ 0.028s] ( 255/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
70002026-04-22T01:59:26.396Z PASS [ 0.027s] ( 256/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
70012026-04-22T01:59:26.405Z PASS [ 0.025s] ( 257/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
70022026-04-22T01:59:26.420Z PASS [ 0.031s] ( 258/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
70032026-04-22T01:59:26.426Z PASS [ 0.030s] ( 259/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
70042026-04-22T01:59:26.432Z PASS [ 0.027s] ( 260/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
70052026-04-22T01:59:26.447Z PASS [ 0.026s] ( 261/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
70062026-04-22T01:59:26.452Z PASS [ 0.026s] ( 262/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
70072026-04-22T01:59:26.460Z PASS [ 0.027s] ( 263/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
70082026-04-22T01:59:26.480Z PASS [ 0.033s] ( 264/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
70092026-04-22T01:59:26.488Z PASS [ 0.035s] ( 265/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
70102026-04-22T01:59:26.491Z PASS [ 0.030s] ( 266/2797) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
70112026-04-22T01:59:26.509Z PASS [ 0.029s] ( 267/2797) nexus-db-model schema_versions::test::test_verification_query_add_constraint
70122026-04-22T01:59:26.516Z PASS [ 0.025s] ( 268/2797) nexus-db-model schema_versions::test::test_verification_query_create_index
70132026-04-22T01:59:26.524Z PASS [ 0.037s] ( 269/2797) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
70142026-04-22T01:59:26.535Z PASS [ 0.026s] ( 270/2797) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
70152026-04-22T01:59:26.553Z PASS [ 0.037s] ( 271/2797) nexus-db-model schema_versions::test::test_verify
70162026-04-22T01:59:26.562Z PASS [ 0.037s] ( 272/2797) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
70172026-04-22T01:59:26.572Z PASS [ 0.037s] ( 273/2797) nexus-db-model semver_version::test::test_to_from_sortable_string
70182026-04-22T01:59:26.584Z PASS [ 0.031s] ( 274/2797) nexus-db-model tests::test_ip_subnet_check_requestable_address
70192026-04-22T01:59:26.590Z PASS [ 0.028s] ( 275/2797) nexus-db-model tests::test_ipv6_net_random_subnet
70202026-04-22T01:59:26.606Z PASS [ 0.034s] ( 276/2797) nexus-db-model tests::test_roles_database_strings
70212026-04-22T01:59:26.612Z PASS [ 0.027s] ( 277/2797) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
70222026-04-22T01:59:26.621Z PASS [ 0.032s] ( 278/2797) nexus-db-model typed_uuid::tests::test_compare_consistency
70232026-04-22T01:59:26.637Z PASS [ 0.031s] ( 279/2797) nexus-db-model typed_uuid::tests::test_hash_equality
70242026-04-22T01:59:26.644Z PASS [ 0.032s] ( 280/2797) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
70252026-04-22T01:59:26.651Z PASS [ 0.030s] ( 281/2797) nexus-db-model vmm_state::tests::test_from_str_roundtrips
70262026-04-22T01:59:28.259Z PASS [ 18.042s] ( 282/2797) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
70272026-04-22T01:59:28.429Z PASS [ 2.660s] ( 283/2797) nexus-db-lookup::integration lookup::test_lookup
70282026-04-22T01:59:28.490Z PASS [ 18.273s] ( 284/2797) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
70292026-04-22T01:59:29.201Z PASS [ 2.564s] ( 285/2797) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
70302026-04-22T01:59:29.605Z PASS [ 2.953s] ( 286/2797) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
70312026-04-22T01:59:29.644Z PASS [ 2.999s] ( 287/2797) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
70322026-04-22T01:59:30.208Z PASS [ 19.999s] ( 288/2797) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
70332026-04-22T01:59:30.651Z PASS [ 2.391s] ( 289/2797) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
70342026-04-22T01:59:31.130Z PASS [ 2.700s] ( 290/2797) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
70352026-04-22T01:59:31.181Z PASS [ 0.051s] ( 291/2797) nexus-db-queries db::collection_attach::test::test_verify_query
70362026-04-22T01:59:31.184Z PASS [ 2.692s] ( 292/2797) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
70372026-04-22T01:59:31.237Z PASS [ 21.022s] ( 293/2797) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
70382026-04-22T01:59:31.363Z PASS [ 21.146s] ( 294/2797) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
70392026-04-22T01:59:31.493Z PASS [ 21.280s] ( 295/2797) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
70402026-04-22T01:59:31.754Z PASS [ 21.537s] ( 296/2797) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
70412026-04-22T01:59:31.793Z PASS [ 2.591s] ( 297/2797) nexus-db-queries db::collection_attach::test::test_attach_once
70422026-04-22T01:59:31.843Z PASS [ 0.050s] ( 298/2797) nexus-db-queries db::collection_detach::test::test_verify_query
70432026-04-22T01:59:32.188Z PASS [ 2.583s] ( 299/2797) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
70442026-04-22T01:59:32.304Z PASS [ 2.659s] ( 300/2797) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
70452026-04-22T01:59:32.546Z PASS [ 22.329s] ( 301/2797) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
70462026-04-22T01:59:32.771Z PASS [ 2.563s] ( 302/2797) nexus-db-queries db::collection_attach::test::test_attach_with_filters
70472026-04-22T01:59:32.954Z PASS [ 22.733s] ( 303/2797) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
70482026-04-22T01:59:33.094Z PASS [ 22.883s] ( 304/2797) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
70492026-04-22T01:59:33.205Z PASS [ 2.554s] ( 305/2797) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
70502026-04-22T01:59:33.218Z PASS [ 23.001s] ( 306/2797) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
70512026-04-22T01:59:33.268Z PASS [ 0.049s] ( 307/2797) nexus-db-queries db::collection_detach_many::test::test_verify_query
70522026-04-22T01:59:33.272Z PASS [ 23.055s] ( 308/2797) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
70532026-04-22T01:59:33.733Z PASS [ 2.550s] ( 309/2797) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
70542026-04-22T01:59:33.784Z PASS [ 0.051s] ( 310/2797) nexus-db-queries db::collection_insert::test::test_verify_query
70552026-04-22T01:59:33.807Z PASS [ 2.626s] ( 311/2797) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
70562026-04-22T01:59:33.811Z PASS [ 2.574s] ( 312/2797) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
70572026-04-22T01:59:33.835Z PASS [ 0.050s] ( 313/2797) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
70582026-04-22T01:59:33.839Z PASS [ 2.476s] ( 314/2797) nexus-db-queries db::collection_detach::test::test_detach_once
70592026-04-22T01:59:33.854Z PASS [ 0.047s] ( 315/2797) nexus-db-queries db::column_walker::test::test_walk_columns
70602026-04-22T01:59:33.862Z PASS [ 0.050s] ( 316/2797) nexus-db-queries db::column_walker::test::test_walk_table
70612026-04-22T01:59:33.986Z PASS [ 23.775s] ( 317/2797) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
70622026-04-22T01:59:34.125Z PASS [ 2.631s] ( 318/2797) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
70632026-04-22T01:59:34.295Z PASS [ 2.540s] ( 319/2797) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
70642026-04-22T01:59:34.397Z PASS [ 2.553s] ( 320/2797) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
70652026-04-22T01:59:34.866Z PASS [ 2.678s] ( 321/2797) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
70662026-04-22T01:59:35.053Z PASS [ 2.749s] ( 322/2797) nexus-db-queries db::collection_detach_many::test::test_detach_many
70672026-04-22T01:59:35.224Z PASS [ 2.678s] ( 323/2797) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
70682026-04-22T01:59:35.388Z PASS [ 2.616s] ( 324/2797) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
70692026-04-22T01:59:35.648Z PASS [ 2.694s] ( 325/2797) nexus-db-queries db::collection_detach_many::test::test_detach_once
70702026-04-22T01:59:35.803Z PASS [ 2.709s] ( 326/2797) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
70712026-04-22T01:59:35.932Z PASS [ 2.664s] ( 327/2797) nexus-db-queries db::collection_insert::test::test_collection_not_present
70722026-04-22T01:59:36.060Z PASS [ 2.787s] ( 328/2797) nexus-db-queries db::collection_insert::test::test_collection_present
70732026-04-22T01:59:36.081Z PASS [ 2.875s] ( 329/2797) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
70742026-04-22T01:59:38.220Z PASS [ 28.010s] ( 330/2797) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
70752026-04-22T01:59:38.316Z PASS [ 4.481s] ( 331/2797) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
70762026-04-22T01:59:38.354Z PASS [ 4.513s] ( 332/2797) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
70772026-04-22T01:59:38.386Z PASS [ 4.524s] ( 333/2797) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
70782026-04-22T01:59:38.411Z PASS [ 28.201s] ( 334/2797) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
70792026-04-22T01:59:38.468Z PASS [ 4.481s] ( 335/2797) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
70802026-04-22T01:59:38.870Z PASS [ 4.574s] ( 336/2797) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
70812026-04-22T01:59:39.189Z PASS [ 4.322s] ( 337/2797) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
70822026-04-22T01:59:39.239Z PASS [ 5.113s] ( 338/2797) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
70832026-04-22T01:59:39.364Z PASS [ 4.310s] ( 339/2797) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
70842026-04-22T01:59:39.446Z PASS [ 5.049s] ( 340/2797) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
70852026-04-22T01:59:39.674Z PASS [ 4.447s] ( 341/2797) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
70862026-04-22T01:59:39.835Z PASS [ 4.447s] ( 342/2797) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
70872026-04-22T01:59:40.044Z PASS [ 4.395s] ( 343/2797) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
70882026-04-22T01:59:40.164Z PASS [ 6.309s] ( 344/2797) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
70892026-04-22T01:59:40.266Z PASS [ 4.334s] ( 345/2797) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
70902026-04-22T01:59:40.430Z PASS [ 4.369s] ( 346/2797) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
70912026-04-22T01:59:41.019Z PASS [ 4.936s] ( 347/2797) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
70922026-04-22T01:59:41.044Z PASS [ 30.834s] ( 348/2797) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
70932026-04-22T01:59:41.819Z PASS [ 2.628s] ( 349/2797) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
70942026-04-22T01:59:41.850Z PASS [ 31.640s] ( 350/2797) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
70952026-04-22T01:59:41.938Z PASS [ 6.134s] ( 351/2797) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
70962026-04-22T01:59:42.218Z PASS [ 3.831s] ( 352/2797) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
70972026-04-22T01:59:42.282Z PASS [ 3.927s] ( 353/2797) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
70982026-04-22T01:59:42.416Z PASS [ 4.195s] ( 354/2797) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
70992026-04-22T01:59:42.459Z PASS [ 4.047s] ( 355/2797) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
71002026-04-22T01:59:42.779Z PASS [ 4.462s] ( 356/2797) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
71012026-04-22T01:59:42.792Z PASS [ 32.578s] ( 357/2797) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
71022026-04-22T01:59:43.343Z PASS [ 3.979s] ( 358/2797) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
71032026-04-22T01:59:43.365Z PASS [ 4.125s] ( 359/2797) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
71042026-04-22T01:59:43.370Z PASS [ 3.923s] ( 360/2797) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
71052026-04-22T01:59:43.428Z PASS [ 1.012s] ( 361/2797) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
71062026-04-22T01:59:43.518Z PASS [ 1.236s] ( 362/2797) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
71072026-04-22T01:59:43.577Z PASS [ 3.741s] ( 363/2797) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
71082026-04-22T01:59:43.595Z PASS [ 3.922s] ( 364/2797) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
71092026-04-22T01:59:43.750Z PASS [ 3.705s] ( 365/2797) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
71102026-04-22T01:59:43.779Z PASS [ 33.565s] ( 366/2797) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
71112026-04-22T01:59:43.927Z PASS [ 5.458s] ( 367/2797) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
71122026-04-22T01:59:43.956Z PASS [ 3.791s] ( 368/2797) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
71132026-04-22T01:59:44.236Z PASS [ 3.969s] ( 369/2797) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
71142026-04-22T01:59:44.264Z PASS [ 5.394s] ( 370/2797) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
71152026-04-22T01:59:44.364Z PASS [ 3.933s] ( 371/2797) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
71162026-04-22T01:59:44.424Z PASS [ 2.605s] ( 372/2797) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
71172026-04-22T01:59:44.624Z PASS [ 34.406s] ( 373/2797) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
71182026-04-22T01:59:44.649Z PASS [ 2.710s] ( 374/2797) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
71192026-04-22T01:59:44.665Z PASS [ 0.885s] ( 375/2797) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
71202026-04-22T01:59:44.709Z PASS [ 3.689s] ( 376/2797) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
71212026-04-22T01:59:44.788Z PASS [ 0.860s] ( 377/2797) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
71222026-04-22T01:59:45.007Z PASS [ 2.548s] ( 378/2797) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
71232026-04-22T01:59:45.021Z PASS [ 3.976s] ( 379/2797) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
71242026-04-22T01:59:45.129Z PASS [ 3.278s] ( 380/2797) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
71252026-04-22T01:59:45.199Z PASS [ 0.963s] ( 381/2797) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
71262026-04-22T01:59:45.375Z PASS [ 0.246s] ( 382/2797) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
71272026-04-22T01:59:45.525Z PASS [ 2.746s] ( 383/2797) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
71282026-04-22T01:59:45.595Z PASS [ 3.376s] ( 384/2797) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
71292026-04-22T01:59:45.617Z PASS [ 2.824s] ( 385/2797) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
71302026-04-22T01:59:45.977Z PASS [ 2.612s] ( 386/2797) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
71312026-04-22T01:59:46.022Z PASS [ 2.678s] ( 387/2797) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
71322026-04-22T01:59:46.026Z PASS [ 2.652s] ( 388/2797) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
71332026-04-22T01:59:46.064Z PASS [ 2.635s] ( 389/2797) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
71342026-04-22T01:59:46.295Z PASS [ 2.699s] ( 390/2797) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
71352026-04-22T01:59:46.298Z PASS [ 2.719s] ( 391/2797) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
71362026-04-22T01:59:46.307Z PASS [ 2.789s] ( 392/2797) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
71372026-04-22T01:59:46.350Z PASS [ 0.053s] ( 393/2797) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
71382026-04-22T01:59:46.395Z PASS [ 2.644s] ( 394/2797) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
71392026-04-22T01:59:46.823Z PASS [ 2.558s] ( 395/2797) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
71402026-04-22T01:59:47.006Z PASS [ 2.642s] ( 396/2797) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
71412026-04-22T01:59:47.024Z PASS [ 2.600s] ( 397/2797) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
71422026-04-22T01:59:47.104Z PASS [ 2.454s] ( 398/2797) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
71432026-04-22T01:59:47.126Z PASS [ 2.461s] ( 399/2797) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
71442026-04-22T01:59:47.129Z PASS [ 2.505s] ( 400/2797) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
71452026-04-22T01:59:47.132Z PASS [ 2.421s] ( 401/2797) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
71462026-04-22T01:59:47.351Z PASS [ 0.246s] ( 402/2797) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
71472026-04-22T01:59:47.410Z PASS [ 0.284s] ( 403/2797) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
71482026-04-22T01:59:47.641Z PASS [ 2.441s] ( 404/2797) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
71492026-04-22T01:59:47.701Z PASS [ 3.744s] ( 405/2797) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
71502026-04-22T01:59:48.123Z PASS [ 37.909s] ( 406/2797) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71512026-04-22T01:59:48.880Z PASS [ 3.870s] ( 407/2797) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
71522026-04-22T01:59:48.939Z PASS [ 4.150s] ( 408/2797) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
71532026-04-22T01:59:49.125Z PASS [ 4.103s] ( 409/2797) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
71542026-04-22T01:59:49.746Z PASS [ 2.615s] ( 410/2797) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
71552026-04-22T01:59:49.793Z PASS [ 2.663s] ( 411/2797) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
71562026-04-22T01:59:49.852Z PASS [ 4.326s] ( 412/2797) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
71572026-04-22T01:59:49.871Z PASS [ 4.253s] ( 413/2797) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
71582026-04-22T01:59:49.995Z PASS [ 2.644s] ( 414/2797) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
71592026-04-22T01:59:50.093Z PASS [ 2.683s] ( 415/2797) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
71602026-04-22T01:59:50.107Z PASS [ 4.129s] ( 416/2797) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
71612026-04-22T01:59:50.240Z PASS [ 4.217s] ( 417/2797) nexus-db-queries db::datastore::deployment::tests::test_set_target
71622026-04-22T01:59:50.271Z PASS [ 3.963s] ( 418/2797) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
71632026-04-22T01:59:50.316Z PASS [ 4.021s] ( 419/2797) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
71642026-04-22T01:59:50.338Z PASS [ 4.742s] ( 420/2797) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
71652026-04-22T01:59:50.441Z PASS [ 2.800s] ( 421/2797) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
71662026-04-22T01:59:50.467Z PASS [ 2.766s] ( 422/2797) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
71672026-04-22T01:59:50.511Z PASS [ 40.295s] ( 423/2797) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71682026-04-22T01:59:50.517Z PASS [ 5.141s] ( 424/2797) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
71692026-04-22T01:59:50.566Z PASS [ 4.501s] ( 425/2797) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
71702026-04-22T01:59:50.611Z PASS [ 4.260s] ( 426/2797) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
71712026-04-22T01:59:50.751Z PASS [ 2.628s] ( 427/2797) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
71722026-04-22T01:59:50.928Z PASS [ 3.903s] ( 428/2797) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
71732026-04-22T01:59:50.940Z PASS [ 4.116s] ( 429/2797) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
71742026-04-22T01:59:51.056Z PASS [ 4.661s] ( 430/2797) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
71752026-04-22T01:59:51.124Z PASS [ 4.117s] ( 431/2797) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
71762026-04-22T01:59:51.365Z PASS [ 2.487s] ( 432/2797) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
71772026-04-22T01:59:51.419Z PASS [ 2.480s] ( 433/2797) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
71782026-04-22T01:59:51.625Z PASS [ 5.602s] ( 434/2797) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
71792026-04-22T01:59:51.650Z PASS [ 2.525s] ( 435/2797) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
71802026-04-22T01:59:53.569Z PASS [ 3.822s] ( 436/2797) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
71812026-04-22T01:59:53.854Z PASS [ 4.060s] ( 437/2797) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
71822026-04-22T01:59:53.922Z PASS [ 3.828s] ( 438/2797) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
71832026-04-22T01:59:53.935Z PASS [ 4.064s] ( 439/2797) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
71842026-04-22T01:59:54.191Z PASS [ 3.874s] ( 440/2797) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
71852026-04-22T01:59:54.194Z PASS [ 3.953s] ( 441/2797) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
71862026-04-22T01:59:54.225Z PASS [ 3.952s] ( 442/2797) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
71872026-04-22T01:59:54.262Z PASS [ 4.154s] ( 443/2797) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
71882026-04-22T01:59:54.276Z PASS [ 3.808s] ( 444/2797) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
71892026-04-22T01:59:54.409Z PASS [ 4.413s] ( 445/2797) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
71902026-04-22T01:59:54.409Z PASS [ 3.968s] ( 446/2797) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
71912026-04-22T01:59:54.440Z PASS [ 4.588s] ( 447/2797) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
71922026-04-22T01:59:54.449Z PASS [ 3.883s] ( 448/2797) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
71932026-04-22T01:59:54.449Z PASS [ 4.111s] ( 449/2797) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
71942026-04-22T01:59:54.449Z PASS [ 3.932s] ( 450/2797) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
71952026-04-22T01:59:54.589Z PASS [ 4.076s] ( 451/2797) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
71962026-04-22T01:59:54.595Z PASS [ 3.983s] ( 452/2797) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
71972026-04-22T01:59:54.612Z PASS [ 3.860s] ( 453/2797) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
71982026-04-22T01:59:54.733Z PASS [ 0.283s] ( 454/2797) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
71992026-04-22T01:59:54.740Z PASS [ 3.799s] ( 455/2797) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
72002026-04-22T01:59:54.833Z PASS [ 0.245s] ( 456/2797) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
72012026-04-22T01:59:54.837Z PASS [ 3.907s] ( 457/2797) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
72022026-04-22T01:59:54.839Z PASS [ 0.242s] ( 458/2797) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
72032026-04-22T01:59:54.976Z PASS [ 3.852s] ( 459/2797) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
72042026-04-22T01:59:55.014Z PASS [ 3.957s] ( 460/2797) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
72052026-04-22T01:59:55.374Z PASS [ 4.008s] ( 461/2797) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
72062026-04-22T01:59:55.517Z PASS [ 4.097s] ( 462/2797) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
72072026-04-22T01:59:55.520Z PASS [ 3.869s] ( 463/2797) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
72082026-04-22T01:59:55.603Z PASS [ 3.978s] ( 464/2797) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
72092026-04-22T01:59:56.912Z PASS [ 2.299s] ( 465/2797) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
72102026-04-22T01:59:57.163Z PASS [ 2.430s] ( 466/2797) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
72112026-04-22T01:59:57.404Z PASS [ 2.568s] ( 467/2797) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
72122026-04-22T01:59:57.467Z PASS [ 3.898s] ( 468/2797) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
72132026-04-22T01:59:57.473Z PASS [ 2.639s] ( 469/2797) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
72142026-04-22T01:59:57.495Z PASS [ 2.755s] ( 470/2797) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
72152026-04-22T01:59:57.635Z PASS [ 3.781s] ( 471/2797) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
72162026-04-22T01:59:57.795Z PASS [ 3.872s] ( 472/2797) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
72172026-04-22T01:59:57.864Z PASS [ 3.927s] ( 473/2797) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
72182026-04-22T01:59:58.100Z PASS [ 3.905s] ( 474/2797) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
72192026-04-22T01:59:58.184Z PASS [ 3.774s] ( 475/2797) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
72202026-04-22T01:59:58.221Z PASS [ 3.942s] ( 476/2797) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
72212026-04-22T01:59:58.269Z PASS [ 4.078s] ( 477/2797) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
72222026-04-22T01:59:58.311Z PASS [ 4.085s] ( 478/2797) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
72232026-04-22T01:59:58.354Z PASS [ 3.904s] ( 479/2797) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
72242026-04-22T01:59:58.357Z PASS [ 3.945s] ( 480/2797) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
72252026-04-22T01:59:58.411Z PASS [ 4.148s] ( 481/2797) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
72262026-04-22T01:59:58.438Z PASS [ 3.997s] ( 482/2797) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
72272026-04-22T01:59:58.494Z PASS [ 4.044s] ( 483/2797) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
72282026-04-22T01:59:58.531Z PASS [ 48.314s] ( 484/2797) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
72292026-04-22T01:59:58.722Z PASS [ 3.707s] ( 485/2797) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
72302026-04-22T01:59:59.418Z PASS [ 4.044s] ( 486/2797) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
72312026-04-22T01:59:59.424Z PASS [ 4.447s] ( 487/2797) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
72322026-04-22T01:59:59.455Z PASS [ 3.937s] ( 488/2797) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
72332026-04-22T01:59:59.558Z PASS [ 4.037s] ( 489/2797) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
72342026-04-22T01:59:59.577Z PASS [ 3.973s] ( 490/2797) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
72352026-04-22T02:00:00.907Z PASS [ 3.995s] ( 491/2797) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
72362026-04-22T02:00:01.107Z PASS [ 3.944s] ( 492/2797) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
72372026-04-22T02:00:01.572Z PASS [ 4.076s] ( 493/2797) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
72382026-04-22T02:00:01.572Z PASS [ 4.167s] ( 494/2797) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
72392026-04-22T02:00:01.722Z PASS [ 4.249s] ( 495/2797) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
72402026-04-22T02:00:01.761Z PASS [ 4.294s] ( 496/2797) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
72412026-04-22T02:00:01.999Z PASS [ 4.134s] ( 497/2797) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
72422026-04-22T02:00:02.101Z PASS [ 4.306s] ( 498/2797) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
72432026-04-22T02:00:02.342Z PASS [ 4.242s] ( 499/2797) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
72442026-04-22T02:00:02.429Z PASS [ 4.244s] ( 500/2797) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
72452026-04-22T02:00:02.518Z PASS [ 4.299s] ( 501/2797) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
72462026-04-22T02:00:02.590Z PASS [ 3.013s] ( 502/2797) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
72472026-04-22T02:00:02.603Z PASS [ 4.292s] ( 503/2797) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
72482026-04-22T02:00:02.635Z PASS [ 3.077s] ( 504/2797) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
72492026-04-22T02:00:02.654Z PASS [ 4.215s] ( 505/2797) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
72502026-04-22T02:00:02.745Z PASS [ 4.390s] ( 506/2797) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
72512026-04-22T02:00:02.752Z PASS [ 4.482s] ( 507/2797) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
72522026-04-22T02:00:02.868Z PASS [ 0.265s] ( 508/2797) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
72532026-04-22T02:00:02.885Z PASS [ 4.529s] ( 509/2797) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
72542026-04-22T02:00:02.905Z PASS [ 0.270s] ( 510/2797) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
72552026-04-22T02:00:02.925Z PASS [ 0.271s] ( 511/2797) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
72562026-04-22T02:00:03.118Z PASS [ 4.623s] ( 512/2797) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
72572026-04-22T02:00:03.324Z PASS [ 4.602s] ( 513/2797) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
72582026-04-22T02:00:03.453Z PASS [ 5.816s] ( 514/2797) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
72592026-04-22T02:00:03.460Z PASS [ 5.049s] ( 515/2797) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
72602026-04-22T02:00:03.703Z PASS [ 2.795s] ( 516/2797) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
72612026-04-22T02:00:03.927Z PASS [ 2.819s] ( 517/2797) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
72622026-04-22T02:00:03.990Z PASS [ 4.572s] ( 518/2797) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
72632026-04-22T02:00:04.078Z PASS [ 4.622s] ( 519/2797) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
72642026-04-22T02:00:04.130Z PASS [ 4.705s] ( 520/2797) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
72652026-04-22T02:00:05.329Z PASS [ 6.797s] ( 521/2797) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
72662026-04-22T02:00:05.696Z PASS [ 4.123s] ( 522/2797) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
72672026-04-22T02:00:05.787Z PASS [ 4.024s] ( 523/2797) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
72682026-04-22T02:00:05.813Z PASS [ 4.090s] ( 524/2797) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
72692026-04-22T02:00:05.881Z PASS [ 3.881s] ( 525/2797) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
72702026-04-22T02:00:05.902Z PASS [ 4.329s] ( 526/2797) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
72712026-04-22T02:00:05.915Z PASS [ 3.813s] ( 527/2797) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
72722026-04-22T02:00:06.097Z PASS [ 3.754s] ( 528/2797) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
72732026-04-22T02:00:06.421Z PASS [ 3.991s] ( 529/2797) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
72742026-04-22T02:00:06.616Z PASS [ 4.097s] ( 530/2797) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
72752026-04-22T02:00:06.712Z PASS [ 4.120s] ( 531/2797) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
72762026-04-22T02:00:06.810Z PASS [ 4.057s] ( 532/2797) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
72772026-04-22T02:00:06.875Z PASS [ 3.949s] ( 533/2797) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
72782026-04-22T02:00:06.953Z PASS [ 4.067s] ( 534/2797) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
72792026-04-22T02:00:07.027Z PASS [ 4.121s] ( 535/2797) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
72802026-04-22T02:00:07.201Z PASS [ 4.082s] ( 536/2797) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
72812026-04-22T02:00:07.232Z PASS [ 4.363s] ( 537/2797) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
72822026-04-22T02:00:07.434Z PASS [ 4.688s] ( 538/2797) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
72832026-04-22T02:00:07.496Z PASS [ 4.171s] ( 539/2797) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
72842026-04-22T02:00:07.646Z PASS [ 57.423s] ( 540/2797) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
72852026-04-22T02:00:07.831Z PASS [ 4.378s] ( 541/2797) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
72862026-04-22T02:00:07.835Z PASS [ 4.371s] ( 542/2797) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
72872026-04-22T02:00:07.989Z PASS [ 4.285s] ( 543/2797) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
72882026-04-22T02:00:08.298Z PASS [ 4.307s] ( 544/2797) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
72892026-04-22T02:00:08.373Z PASS [ 4.445s] ( 545/2797) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
72902026-04-22T02:00:08.424Z PASS [ 4.346s] ( 546/2797) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
72912026-04-22T02:00:08.691Z PASS [ 4.560s] ( 547/2797) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
72922026-04-22T02:00:09.474Z PASS [ 4.144s] ( 548/2797) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
72932026-04-22T02:00:09.497Z PASS [ 14.657s] ( 549/2797) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
72942026-04-22T02:00:09.683Z PASS [ 3.986s] ( 550/2797) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
72952026-04-22T02:00:09.928Z PASS [ 4.115s] ( 551/2797) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
72962026-04-22T02:00:09.985Z PASS [ 4.198s] ( 552/2797) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
72972026-04-22T02:00:09.997Z PASS [ 4.095s] ( 553/2797) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
72982026-04-22T02:00:10.062Z PASS [ 4.181s] ( 554/2797) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
72992026-04-22T02:00:10.122Z PASS [ 4.206s] ( 555/2797) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
73002026-04-22T02:00:10.122Z PASS [ 4.025s] ( 556/2797) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
73012026-04-22T02:00:10.229Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
73022026-04-22T02:00:10.229Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
73032026-04-22T02:00:10.546Z PASS [ 4.123s] ( 557/2797) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
73042026-04-22T02:00:10.813Z PASS [ 4.102s] ( 558/2797) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
73052026-04-22T02:00:10.928Z PASS [ 4.117s] ( 559/2797) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
73062026-04-22T02:00:10.992Z PASS [ 4.117s] ( 560/2797) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
73072026-04-22T02:00:11.081Z PASS [ 4.127s] ( 561/2797) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
73082026-04-22T02:00:11.128Z PASS [ 4.100s] ( 562/2797) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
73092026-04-22T02:00:11.289Z PASS [ 4.673s] ( 563/2797) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
73102026-04-22T02:00:11.289Z PASS [ 4.056s] ( 564/2797) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
73112026-04-22T02:00:11.350Z PASS [ 4.148s] ( 565/2797) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
73122026-04-22T02:00:11.726Z PASS [ 4.291s] ( 566/2797) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
73132026-04-22T02:00:11.898Z PASS [ 4.252s] ( 567/2797) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
73142026-04-22T02:00:12.003Z PASS [ 4.506s] ( 568/2797) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
73152026-04-22T02:00:12.091Z PASS [ 4.260s] ( 569/2797) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
73162026-04-22T02:00:12.123Z PASS [ 4.289s] ( 570/2797) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
73172026-04-22T02:00:12.370Z PASS [ 3.945s] ( 571/2797) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
73182026-04-22T02:00:12.495Z PASS [ 4.506s] ( 572/2797) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
73192026-04-22T02:00:13.145Z PASS [ 4.846s] ( 573/2797) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
73202026-04-22T02:00:13.148Z PASS [ 4.772s] ( 574/2797) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
73212026-04-22T02:00:13.298Z PASS [ 4.607s] ( 575/2797) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
73222026-04-22T02:00:14.063Z PASS [ 4.587s] ( 576/2797) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
73232026-04-22T02:00:14.174Z PASS [ 4.677s] ( 577/2797) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
73242026-04-22T02:00:14.306Z PASS [ 4.622s] ( 578/2797) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
73252026-04-22T02:00:14.347Z PASS [ 4.418s] ( 579/2797) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
73262026-04-22T02:00:14.652Z PASS [ 4.589s] ( 580/2797) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
73272026-04-22T02:00:14.707Z PASS [ 4.709s] ( 581/2797) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
73282026-04-22T02:00:14.710Z PASS [ 4.722s] ( 582/2797) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
73292026-04-22T02:00:14.966Z PASS [ 4.843s] ( 583/2797) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
73302026-04-22T02:00:15.016Z PASS [ 4.892s] ( 584/2797) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
73312026-04-22T02:00:15.337Z PASS [ 4.791s] ( 585/2797) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
73322026-04-22T02:00:15.347Z PASS [ 4.057s] ( 586/2797) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
73332026-04-22T02:00:15.768Z PASS [ 4.639s] ( 587/2797) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
73342026-04-22T02:00:15.774Z PASS [ 4.846s] ( 588/2797) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
73352026-04-22T02:00:15.779Z PASS [ 4.783s] ( 589/2797) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
73362026-04-22T02:00:15.806Z PASS [ 4.724s] ( 590/2797) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
73372026-04-22T02:00:15.848Z PASS [ 5.033s] ( 591/2797) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
73382026-04-22T02:00:15.946Z PASS [ 4.596s] ( 592/2797) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
73392026-04-22T02:00:16.002Z PASS [ 4.712s] ( 593/2797) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
73402026-04-22T02:00:16.535Z PASS [ 4.808s] ( 594/2797) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
73412026-04-22T02:00:16.721Z PASS [ 4.822s] ( 595/2797) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
73422026-04-22T02:00:16.744Z PASS [ 4.741s] ( 596/2797) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
73432026-04-22T02:00:17.028Z PASS [ 4.905s] ( 597/2797) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
73442026-04-22T02:00:17.050Z PASS [ 4.958s] ( 598/2797) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
73452026-04-22T02:00:17.239Z PASS [ 4.092s] ( 599/2797) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
73462026-04-22T02:00:17.296Z PASS [ 4.926s] ( 600/2797) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
73472026-04-22T02:00:17.342Z PASS [ 0.046s] ( 601/2797) nexus-db-queries db::datastore::region::test::test_extent_count
73482026-04-22T02:00:17.584Z PASS [ 4.438s] ( 602/2797) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
73492026-04-22T02:00:17.614Z PASS [ 4.314s] ( 603/2797) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
73502026-04-22T02:00:18.109Z PASS [ 5.613s] ( 604/2797) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
73512026-04-22T02:00:18.201Z PASS [ 4.025s] ( 605/2797) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
73522026-04-22T02:00:18.471Z PASS [ 4.408s] ( 606/2797) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
73532026-04-22T02:00:18.711Z PASS [ 4.059s] ( 607/2797) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
73542026-04-22T02:00:18.718Z PASS [ 4.010s] ( 608/2797) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
73552026-04-22T02:00:18.843Z PASS [ 3.876s] ( 609/2797) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
73562026-04-22T02:00:19.031Z PASS [ 4.015s] ( 610/2797) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
73572026-04-22T02:00:19.159Z PASS [ 4.852s] ( 611/2797) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
73582026-04-22T02:00:19.386Z PASS [ 4.048s] ( 612/2797) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
73592026-04-22T02:00:19.621Z PASS [ 4.273s] ( 613/2797) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
73602026-04-22T02:00:19.951Z PASS [ 4.182s] ( 614/2797) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
73612026-04-22T02:00:20.043Z PASS [ 4.040s] ( 615/2797) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
73622026-04-22T02:00:20.114Z PASS [ 4.337s] ( 616/2797) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
73632026-04-22T02:00:20.254Z PASS [ 4.478s] ( 617/2797) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
73642026-04-22T02:00:20.305Z PASS [ 4.357s] ( 618/2797) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
73652026-04-22T02:00:20.470Z PASS [ 4.663s] ( 619/2797) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
73662026-04-22T02:00:20.733Z PASS [ 4.197s] ( 620/2797) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
73672026-04-22T02:00:20.912Z PASS [ 3.861s] ( 621/2797) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
73682026-04-22T02:00:21.151Z PASS [ 3.911s] ( 622/2797) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
73692026-04-22T02:00:21.197Z PASS [ 3.854s] ( 623/2797) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
73702026-04-22T02:00:21.287Z PASS [ 5.438s] ( 624/2797) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
73712026-04-22T02:00:21.336Z PASS [ 4.591s] ( 625/2797) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
73722026-04-22T02:00:21.361Z PASS [ 4.639s] ( 626/2797) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
73732026-04-22T02:00:21.582Z PASS [ 3.997s] ( 627/2797) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
73742026-04-22T02:00:21.595Z PASS [ 4.566s] ( 628/2797) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
73752026-04-22T02:00:21.682Z PASS [ 4.067s] ( 629/2797) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
73762026-04-22T02:00:22.093Z PASS [ 3.982s] ( 630/2797) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
73772026-04-22T02:00:22.117Z PASS [ 3.916s] ( 631/2797) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
73782026-04-22T02:00:22.432Z PASS [ 3.960s] ( 632/2797) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
73792026-04-22T02:00:22.663Z PASS [ 3.943s] ( 633/2797) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
73802026-04-22T02:00:22.790Z PASS [ 4.078s] ( 634/2797) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
73812026-04-22T02:00:22.801Z PASS [ 3.958s] ( 635/2797) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
73822026-04-22T02:00:22.912Z PASS [ 3.880s] ( 636/2797) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
73832026-04-22T02:00:22.950Z PASS [ 3.791s] ( 637/2797) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
73842026-04-22T02:00:23.339Z PASS [ 3.953s] ( 638/2797) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
73852026-04-22T02:00:23.449Z PASS [ 3.826s] ( 639/2797) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
73862026-04-22T02:00:23.791Z PASS [ 3.747s] ( 640/2797) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
73872026-04-22T02:00:23.927Z PASS [ 3.812s] ( 641/2797) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
73882026-04-22T02:00:23.946Z PASS [ 3.995s] ( 642/2797) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
73892026-04-22T02:00:24.028Z PASS [ 3.774s] ( 643/2797) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
73902026-04-22T02:00:24.032Z PASS [ 3.724s] ( 644/2797) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
73912026-04-22T02:00:24.134Z PASS [ 9.785s] ( 645/2797) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
73922026-04-22T02:00:24.566Z PASS [ 4.095s] ( 646/2797) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
73932026-04-22T02:00:24.907Z PASS [ 4.173s] ( 647/2797) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
73942026-04-22T02:00:25.042Z PASS [ 4.129s] ( 648/2797) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
73952026-04-22T02:00:25.241Z PASS [ 4.042s] ( 649/2797) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
73962026-04-22T02:00:25.263Z PASS [ 4.112s] ( 650/2797) nexus-db-queries db::datastore::sled::test::affinity_multi_group
73972026-04-22T02:00:25.414Z PASS [ 4.127s] ( 651/2797) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
73982026-04-22T02:00:25.438Z PASS [ 4.101s] ( 652/2797) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
73992026-04-22T02:00:25.623Z PASS [ 4.261s] ( 653/2797) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
74002026-04-22T02:00:25.788Z PASS [ 4.206s] ( 654/2797) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
74012026-04-22T02:00:25.872Z PASS [ 4.276s] ( 655/2797) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
74022026-04-22T02:00:25.878Z PASS [ 4.197s] ( 656/2797) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
74032026-04-22T02:00:26.289Z PASS [ 4.171s] ( 657/2797) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
74042026-04-22T02:00:26.306Z PASS [ 4.213s] ( 658/2797) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
74052026-04-22T02:00:27.056Z PASS [ 4.624s] ( 659/2797) nexus-db-queries db::datastore::sled::test::local_storage_allocation
74062026-04-22T02:00:27.724Z PASS [ 4.811s] ( 660/2797) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
74072026-04-22T02:00:27.859Z PASS [ 5.057s] ( 661/2797) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
74082026-04-22T02:00:27.859Z PASS [ 5.069s] ( 662/2797) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
74092026-04-22T02:00:28.145Z PASS [ 5.194s] ( 663/2797) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
74102026-04-22T02:00:28.165Z PASS [ 5.502s] ( 664/2797) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
74112026-04-22T02:00:28.383Z PASS [ 5.043s] ( 665/2797) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
74122026-04-22T02:00:28.479Z PASS [ 4.688s] ( 666/2797) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
74132026-04-22T02:00:28.553Z PASS [ 5.104s] ( 667/2797) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
74142026-04-22T02:00:28.654Z PASS [ 4.707s] ( 668/2797) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
74152026-04-22T02:00:28.924Z PASS [ 4.997s] ( 669/2797) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
74162026-04-22T02:00:29.076Z PASS [ 4.942s] ( 670/2797) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
74172026-04-22T02:00:29.522Z PASS [ 5.491s] ( 671/2797) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
74182026-04-22T02:00:29.522Z PASS [ 4.479s] ( 672/2797) nexus-db-queries db::datastore::sled::test::sled_list_batch
74192026-04-22T02:00:29.559Z PASS [ 4.319s] ( 673/2797) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
74202026-04-22T02:00:29.570Z PASS [ 4.307s] ( 674/2797) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
74212026-04-22T02:00:29.689Z PASS [ 4.250s] ( 675/2797) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
74222026-04-22T02:00:29.709Z PASS [ 5.143s] ( 676/2797) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
74232026-04-22T02:00:29.792Z PASS [ 4.377s] ( 677/2797) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
74242026-04-22T02:00:30.053Z PASS [ 4.173s] ( 678/2797) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
74252026-04-22T02:00:30.090Z PASS [ 15.381s] ( 679/2797) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
74262026-04-22T02:00:30.164Z PASS [ 5.256s] ( 680/2797) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
74272026-04-22T02:00:30.194Z PASS [ 4.406s] ( 681/2797) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
74282026-04-22T02:00:30.277Z PASS [ 4.654s] ( 682/2797) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
74292026-04-22T02:00:30.466Z PASS [ 4.176s] ( 683/2797) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
74302026-04-22T02:00:30.609Z PASS [ 4.301s] ( 684/2797) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
74312026-04-22T02:00:31.075Z PASS [ 4.018s] ( 685/2797) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
74322026-04-22T02:00:32.312Z PASS [ 4.146s] ( 686/2797) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
74332026-04-22T02:00:32.382Z PASS [ 3.999s] ( 687/2797) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
74342026-04-22T02:00:32.470Z PASS [ 3.990s] ( 688/2797) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
74352026-04-22T02:00:32.473Z PASS [ 6.600s] ( 689/2797) nexus-db-queries db::datastore::sled::test::test_sled_transitions
74362026-04-22T02:00:32.548Z PASS [ 3.995s] ( 690/2797) nexus-db-queries db::datastore::support_bundle::test::test_support_bundle_fm_idempotent_create
74372026-04-22T02:00:32.716Z PASS [ 4.061s] ( 691/2797) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
74382026-04-22T02:00:32.842Z PASS [ 3.917s] ( 692/2797) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
74392026-04-22T02:00:32.940Z PASS [ 3.863s] ( 693/2797) nexus-db-queries db::datastore::target_release::test::target_release_datastore
74402026-04-22T02:00:32.987Z PASS [ 5.262s] ( 694/2797) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
74412026-04-22T02:00:33.271Z PASS [ 5.411s] ( 695/2797) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
74422026-04-22T02:00:33.281Z PASS [ 5.420s] ( 696/2797) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
74432026-04-22T02:00:33.287Z PASS [ 5.141s] ( 697/2797) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
74442026-04-22T02:00:33.548Z PASS [ 3.988s] ( 698/2797) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
74452026-04-22T02:00:33.573Z PASS [ 4.051s] ( 699/2797) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
74462026-04-22T02:00:33.697Z PASS [ 3.987s] ( 700/2797) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
74472026-04-22T02:00:33.720Z PASS [ 4.030s] ( 701/2797) nexus-db-queries db::datastore::test::test_project_creation
74482026-04-22T02:00:33.729Z PASS [ 4.158s] ( 702/2797) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
74492026-04-22T02:00:33.803Z PASS [ 4.280s] ( 703/2797) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
74502026-04-22T02:00:33.879Z PASS [ 4.087s] ( 704/2797) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
74512026-04-22T02:00:34.261Z PASS [ 4.170s] ( 705/2797) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
74522026-04-22T02:00:34.468Z PASS [ 4.273s] ( 706/2797) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
74532026-04-22T02:00:34.613Z PASS [ 4.447s] ( 707/2797) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
74542026-04-22T02:00:36.216Z PASS [ 3.903s] ( 708/2797) nexus-db-queries db::datastore::test::test_session_cleanup_batch
74552026-04-22T02:00:36.300Z PASS [ 3.917s] ( 709/2797) nexus-db-queries db::datastore::test::test_session_methods
74562026-04-22T02:00:36.368Z PASS [ 3.819s] ( 710/2797) nexus-db-queries db::datastore::test::test_table_scan
74572026-04-22T02:00:36.492Z PASS [ 4.017s] ( 711/2797) nexus-db-queries db::datastore::test::test_ssh_keys
74582026-04-22T02:00:36.606Z PASS [ 4.135s] ( 712/2797) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
74592026-04-22T02:00:36.886Z PASS [ 3.945s] ( 713/2797) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
74602026-04-22T02:00:36.901Z PASS [ 4.059s] ( 714/2797) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
74612026-04-22T02:00:36.994Z PASS [ 4.007s] ( 715/2797) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
74622026-04-22T02:00:37.019Z PASS [ 4.302s] ( 716/2797) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
74632026-04-22T02:00:37.456Z PASS [ 4.184s] ( 717/2797) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
74642026-04-22T02:00:37.561Z PASS [ 4.279s] ( 718/2797) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
74652026-04-22T02:00:37.740Z PASS [ 4.042s] ( 719/2797) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
74662026-04-22T02:00:37.759Z PASS [ 4.030s] ( 720/2797) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
74672026-04-22T02:00:37.841Z PASS [ 4.267s] ( 721/2797) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
74682026-04-22T02:00:37.890Z PASS [ 0.048s] ( 722/2797) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
74692026-04-22T02:00:37.937Z PASS [ 4.132s] ( 723/2797) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
74702026-04-22T02:00:37.940Z PASS [ 0.048s] ( 724/2797) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
74712026-04-22T02:00:37.990Z PASS [ 7.937s] ( 725/2797) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
74722026-04-22T02:00:37.994Z PASS [ 7.713s] ( 726/2797) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
74732026-04-22T02:00:38.071Z PASS [ 4.350s] ( 727/2797) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
74742026-04-22T02:00:38.120Z PASS [ 7.653s] ( 728/2797) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
74752026-04-22T02:00:38.338Z PASS [ 4.077s] ( 729/2797) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
74762026-04-22T02:00:38.342Z PASS [ 4.792s] ( 730/2797) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
74772026-04-22T02:00:38.712Z PASS [ 4.832s] ( 731/2797) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
74782026-04-22T02:00:38.774Z PASS [ 4.306s] ( 732/2797) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
74792026-04-22T02:00:39.235Z PASS [ 4.622s] ( 733/2797) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
74802026-04-22T02:00:39.357Z PASS [ 8.280s] ( 734/2797) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
74812026-04-22T02:00:39.479Z PASS [ 0.242s] ( 735/2797) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
74822026-04-22T02:00:39.848Z PASS [ 9.238s] ( 736/2797) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
74832026-04-22T02:00:39.968Z PASS [ 3.752s] ( 737/2797) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
74842026-04-22T02:00:40.268Z PASS [ 3.900s] ( 738/2797) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
74852026-04-22T02:00:40.324Z PASS [ 3.832s] ( 739/2797) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
74862026-04-22T02:00:40.754Z PASS [ 4.453s] ( 740/2797) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
74872026-04-22T02:00:40.817Z PASS [ 3.915s] ( 741/2797) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
74882026-04-22T02:00:40.831Z PASS [ 3.945s] ( 742/2797) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
74892026-04-22T02:00:40.838Z PASS [ 3.843s] ( 743/2797) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
74902026-04-22T02:00:40.867Z PASS [ 4.260s] ( 744/2797) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
74912026-04-22T02:00:40.874Z PASS [ 3.855s] ( 745/2797) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
74922026-04-22T02:00:40.925Z PASS [ 0.051s] ( 746/2797) nexus-db-queries db::pagination::test::test_paginator
74932026-04-22T02:00:41.266Z PASS [ 3.704s] ( 747/2797) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
74942026-04-22T02:00:41.392Z PASS [ 3.935s] ( 748/2797) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
74952026-04-22T02:00:41.630Z PASS [ 3.889s] ( 749/2797) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
74962026-04-22T02:00:41.817Z PASS [ 3.745s] ( 750/2797) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
74972026-04-22T02:00:41.820Z PASS [ 3.828s] ( 751/2797) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
74982026-04-22T02:00:41.826Z PASS [ 3.835s] ( 752/2797) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
74992026-04-22T02:00:42.093Z PASS [ 3.972s] ( 753/2797) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
75002026-04-22T02:00:42.139Z PASS [ 2.782s] ( 754/2797) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
75012026-04-22T02:00:42.335Z PASS [ 1.409s] ( 755/2797) nexus-db-queries db::pool::test::test_pool_can_be_terminated
75022026-04-22T02:00:42.382Z PASS [ 4.043s] ( 756/2797) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
75032026-04-22T02:00:42.392Z PASS [ 2.543s] ( 757/2797) nexus-db-queries db::explain::test::test_explain_async
75042026-04-22T02:00:42.495Z PASS [ 2.526s] ( 758/2797) nexus-db-queries db::explain::test::test_explain_full_table_scan
75052026-04-22T02:00:42.609Z PASS [ 0.274s] ( 759/2797) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
75062026-04-22T02:00:42.657Z PASS [ 1.379s] ( 760/2797) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
75072026-04-22T02:00:42.682Z PASS [ 0.299s] ( 761/2797) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
75082026-04-22T02:00:42.687Z PASS [ 0.295s] ( 762/2797) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
75092026-04-22T02:00:42.771Z PASS [ 0.274s] ( 763/2797) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
75102026-04-22T02:00:43.065Z PASS [ 2.740s] ( 764/2797) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
75112026-04-22T02:00:43.086Z PASS [ 2.818s] ( 765/2797) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
75122026-04-22T02:00:43.318Z PASS [ 4.606s] ( 766/2797) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
75132026-04-22T02:00:43.357Z PASS [ 3.879s] ( 767/2797) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
75142026-04-22T02:00:43.565Z PASS [ 5.224s] ( 768/2797) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
75152026-04-22T02:00:43.653Z PASS [ 2.815s] ( 769/2797) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
75162026-04-22T02:00:43.674Z PASS [ 2.857s] ( 770/2797) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
75172026-04-22T02:00:43.681Z PASS [ 2.849s] ( 771/2797) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
75182026-04-22T02:00:43.681Z PASS [ 2.814s] ( 772/2797) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
75192026-04-22T02:00:43.684Z PASS [ 2.926s] ( 773/2797) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
75202026-04-22T02:00:43.807Z PASS [ 0.242s] ( 774/2797) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
75212026-04-22T02:00:43.885Z PASS [ 0.232s] ( 775/2797) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
75222026-04-22T02:00:43.985Z PASS [ 5.211s] ( 776/2797) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
75232026-04-22T02:00:44.019Z PASS [ 0.337s] ( 777/2797) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
75242026-04-22T02:00:44.022Z PASS [ 0.340s] ( 778/2797) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
75252026-04-22T02:00:44.039Z PASS [ 0.358s] ( 779/2797) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
75262026-04-22T02:00:44.083Z PASS [ 0.275s] ( 780/2797) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
75272026-04-22T02:00:44.151Z PASS [ 0.265s] ( 781/2797) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
75282026-04-22T02:00:44.249Z PASS [ 0.263s] ( 782/2797) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
75292026-04-22T02:00:44.431Z PASS [ 2.614s] ( 783/2797) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
75302026-04-22T02:00:44.901Z PASS [ 0.652s] ( 784/2797) nexus-db-queries db::queries::network_interface::tests::expectorate_query
75312026-04-22T02:00:45.130Z PASS [ 7.368s] ( 785/2797) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
75322026-04-22T02:00:45.505Z PASS [ 4.112s] ( 786/2797) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
75332026-04-22T02:00:45.731Z PASS [ 3.910s] ( 787/2797) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
75342026-04-22T02:00:45.777Z PASS [ 4.146s] ( 788/2797) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
75352026-04-22T02:00:45.783Z PASS [ 7.846s] ( 789/2797) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
75362026-04-22T02:00:45.787Z PASS [ 0.056s] ( 790/2797) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
75372026-04-22T02:00:45.871Z PASS [ 7.932s] ( 791/2797) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
75382026-04-22T02:00:46.057Z PASS [ 3.916s] ( 792/2797) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
75392026-04-22T02:00:46.120Z PASS [ 4.293s] ( 793/2797) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
75402026-04-22T02:00:46.353Z PASS [ 4.259s] ( 794/2797) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
75412026-04-22T02:00:46.388Z PASS [ 2.713s] ( 795/2797) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
75422026-04-22T02:00:46.667Z PASS [ 3.979s] ( 796/2797) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
75432026-04-22T02:00:46.887Z PASS [ 4.117s] ( 797/2797) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
75442026-04-22T02:00:46.936Z PASS [ 4.254s] ( 798/2797) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
75452026-04-22T02:00:47.086Z PASS [ 4.020s] ( 799/2797) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
75462026-04-22T02:00:47.158Z PASS [ 4.512s] ( 800/2797) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
75472026-04-22T02:00:47.206Z PASS [ 4.596s] ( 801/2797) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
75482026-04-22T02:00:47.369Z PASS [ 4.282s] ( 802/2797) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
75492026-04-22T02:00:47.418Z PASS [ 0.049s] ( 803/2797) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
75502026-04-22T02:00:47.501Z PASS [ 4.182s] ( 804/2797) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
75512026-04-22T02:00:47.600Z PASS [ 4.242s] ( 805/2797) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
75522026-04-22T02:00:47.958Z PASS [ 3.874s] ( 806/2797) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
75532026-04-22T02:00:48.165Z PASS [ 4.014s] ( 807/2797) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
75542026-04-22T02:00:48.188Z PASS [ 4.168s] ( 808/2797) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
75552026-04-22T02:00:48.236Z PASS [ 0.048s] ( 809/2797) nexus-db-queries db::queries::next_item::tests::test_shift_indices
75562026-04-22T02:00:48.299Z PASS [ 4.277s] ( 810/2797) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
75572026-04-22T02:00:48.309Z PASS [ 3.877s] ( 811/2797) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
75582026-04-22T02:00:48.371Z PASS [ 4.332s] ( 812/2797) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
75592026-04-22T02:00:48.555Z PASS [ 0.255s] ( 813/2797) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
75602026-04-22T02:00:48.560Z PASS [ 0.251s] ( 814/2797) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
75612026-04-22T02:00:48.606Z PASS [ 0.046s] ( 815/2797) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
75622026-04-22T02:00:48.656Z PASS [ 0.050s] ( 816/2797) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
75632026-04-22T02:00:49.142Z PASS [ 4.012s] ( 817/2797) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
75642026-04-22T02:00:49.651Z PASS [ 3.779s] ( 818/2797) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
75652026-04-22T02:00:49.679Z PASS [ 4.777s] ( 819/2797) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
75662026-04-22T02:00:49.697Z PASS [ 3.909s] ( 820/2797) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
75672026-04-22T02:00:49.707Z PASS [ 1.050s] ( 821/2797) nexus-db-queries db::queries::region_allocation::test::expectorate_query
75682026-04-22T02:00:49.791Z PASS [ 4.013s] ( 822/2797) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
75692026-04-22T02:00:49.868Z PASS [ 4.085s] ( 823/2797) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
75702026-04-22T02:00:49.978Z PASS [ 3.857s] ( 824/2797) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
75712026-04-22T02:00:50.109Z PASS [ 4.053s] ( 825/2797) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
75722026-04-22T02:00:50.126Z PASS [ 0.258s] ( 826/2797) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
75732026-04-22T02:00:50.144Z PASS [ 4.638s] ( 827/2797) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
75742026-04-22T02:00:50.161Z PASS [ 3.809s] ( 828/2797) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
75752026-04-22T02:00:50.221Z PASS [ 2.720s] ( 829/2797) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
75762026-04-22T02:00:50.245Z PASS [ 3.857s] ( 830/2797) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
75772026-04-22T02:00:50.360Z PASS [ 2.760s] ( 831/2797) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
75782026-04-22T02:00:50.378Z PASS [ 0.269s] ( 832/2797) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
75792026-04-22T02:00:50.381Z PASS [ 0.253s] ( 833/2797) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
75802026-04-22T02:00:50.497Z PASS [ 0.250s] ( 834/2797) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
75812026-04-22T02:00:50.613Z PASS [ 0.253s] ( 835/2797) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
75822026-04-22T02:00:50.659Z PASS [ 0.516s] ( 836/2797) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
75832026-04-22T02:00:50.693Z PASS [ 0.313s] ( 837/2797) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
75842026-04-22T02:00:50.699Z PASS [ 0.321s] ( 838/2797) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
75852026-04-22T02:00:50.754Z PASS [ 2.796s] ( 839/2797) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
75862026-04-22T02:00:50.762Z PASS [ 0.063s] ( 840/2797) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
75872026-04-22T02:00:50.804Z PASS [ 0.050s] ( 841/2797) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
75882026-04-22T02:00:50.810Z PASS [ 4.142s] ( 842/2797) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
75892026-04-22T02:00:50.814Z PASS [ 0.049s] ( 843/2797) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
75902026-04-22T02:00:50.847Z PASS [ 2.681s] ( 844/2797) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
75912026-04-22T02:00:50.864Z PASS [ 0.060s] ( 845/2797) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
75922026-04-22T02:00:50.892Z PASS [ 0.082s] ( 846/2797) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
75932026-04-22T02:00:50.902Z PASS [ 2.666s] ( 847/2797) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
75942026-04-22T02:00:50.949Z PASS [ 2.577s] ( 848/2797) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
75952026-04-22T02:00:50.969Z PASS [ 4.033s] ( 849/2797) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
75962026-04-22T02:00:50.987Z PASS [ 4.099s] ( 850/2797) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
75972026-04-22T02:00:51.121Z PASS [ 0.310s] ( 851/2797) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
75982026-04-22T02:00:51.138Z PASS [ 4.052s] ( 852/2797) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
75992026-04-22T02:00:51.138Z PASS [ 3.980s] ( 853/2797) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
76002026-04-22T02:00:51.162Z PASS [ 0.024s] ( 854/2797) nexus-defaults tests::test_random_vpc_ipv6_prefix
76012026-04-22T02:00:51.173Z PASS [ 2.618s] ( 855/2797) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
76022026-04-22T02:00:51.180Z PASS [ 3.974s] ( 856/2797) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
76032026-04-22T02:00:51.194Z PASS [ 0.056s] ( 857/2797) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
76042026-04-22T02:00:51.212Z PASS [ 0.049s] ( 858/2797) nexus-inventory builder::test::test_basic
76052026-04-22T02:00:51.224Z PASS [ 0.040s] ( 859/2797) nexus-inventory builder::test::test_empty
76062026-04-22T02:00:51.224Z PASS [ 0.041s] ( 860/2797) nexus-inventory builder::test::test_problems
76072026-04-22T02:00:51.424Z PASS [ 4.005s] ( 861/2797) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
76082026-04-22T02:00:51.550Z PASS [ 0.337s] ( 862/2797) nexus-inventory collector::test::test_multi_mgs_failure
76092026-04-22T02:00:51.687Z PASS [ 0.463s] ( 863/2797) nexus-inventory collector::test::test_sled_agent_failure
76102026-04-22T02:00:51.746Z PASS [ 0.552s] ( 864/2797) nexus-inventory collector::test::test_basic
76112026-04-22T02:00:51.783Z PASS [ 2.640s] ( 865/2797) nexus-db-queries db::queries::region_allocation::test::explainable
76122026-04-22T02:00:51.942Z PASS [ 0.729s] ( 866/2797) nexus-inventory collector::test::test_multi_mgs
76132026-04-22T02:00:52.261Z PASS [ 2.284s] ( 867/2797) nexus-db-queries db::queries::regions_hard_delete::test::explainable
76142026-04-22T02:00:52.364Z PASS [ 1.241s] ( 868/2797) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
76152026-04-22T02:00:52.494Z PASS [ 0.711s] ( 869/2797) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
76162026-04-22T02:00:52.515Z PASS [ 0.769s] ( 870/2797) nexus-mgs-updates driver_update::test::test_rot_basic_failures
76172026-04-22T02:00:52.607Z PASS [ 2.445s] ( 871/2797) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
76182026-04-22T02:00:52.622Z PASS [ 2.400s] ( 872/2797) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
76192026-04-22T02:00:52.802Z PASS [ 2.306s] ( 873/2797) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
76202026-04-22T02:00:52.978Z PASS [ 2.364s] ( 874/2797) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
76212026-04-22T02:00:53.044Z PASS [ 0.680s] ( 875/2797) nexus-mgs-updates driver_update::test::test_sp_basic_failures
76222026-04-22T02:00:53.050Z PASS [ 2.390s] ( 876/2797) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
76232026-04-22T02:00:53.096Z PASS [ 2.403s] ( 877/2797) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
76242026-04-22T02:00:53.185Z PASS [ 2.338s] ( 878/2797) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
76252026-04-22T02:00:53.224Z PASS [ 0.039s] ( 879/2797) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
76262026-04-22T02:00:53.262Z PASS [ 0.038s] ( 880/2797) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
76272026-04-22T02:00:53.296Z PASS [ 0.246s] ( 881/2797) nexus-mgs-updates test_util::step_through::test::test_basic
76282026-04-22T02:00:53.300Z PASS [ 0.038s] ( 882/2797) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
76292026-04-22T02:00:53.308Z PASS [ 2.415s] ( 883/2797) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
76302026-04-22T02:00:53.312Z PASS [ 0.215s] ( 884/2797) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
76312026-04-22T02:00:53.333Z PASS [ 2.469s] ( 885/2797) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
76322026-04-22T02:00:53.337Z PASS [ 0.040s] ( 886/2797) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
76332026-04-22T02:00:53.350Z PASS [ 0.050s] ( 887/2797) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
76342026-04-22T02:00:53.355Z PASS [ 0.047s] ( 888/2797) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
76352026-04-22T02:00:53.359Z PASS [ 0.046s] ( 889/2797) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
76362026-04-22T02:00:53.375Z PASS [ 0.041s] ( 890/2797) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
76372026-04-22T02:00:53.384Z PASS [ 0.048s] ( 891/2797) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
76382026-04-22T02:00:53.395Z PASS [ 0.044s] ( 892/2797) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
76392026-04-22T02:00:53.404Z PASS [ 0.048s] ( 893/2797) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
76402026-04-22T02:00:53.407Z PASS [ 0.048s] ( 894/2797) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
76412026-04-22T02:00:53.417Z PASS [ 0.041s] ( 895/2797) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
76422026-04-22T02:00:53.429Z PASS [ 0.045s] ( 896/2797) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
76432026-04-22T02:00:53.441Z PASS [ 0.046s] ( 897/2797) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
76442026-04-22T02:00:53.459Z PASS [ 0.055s] ( 898/2797) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
76452026-04-22T02:00:53.462Z PASS [ 0.055s] ( 899/2797) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
76462026-04-22T02:00:53.467Z PASS [ 0.050s] ( 900/2797) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
76472026-04-22T02:00:53.476Z PASS [ 0.046s] ( 901/2797) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
76482026-04-22T02:00:53.486Z PASS [ 0.045s] ( 902/2797) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
76492026-04-22T02:00:53.572Z PASS [ 0.111s] ( 903/2797) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
76502026-04-22T02:00:53.717Z PASS [ 4.037s] ( 904/2797) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
76512026-04-22T02:00:53.823Z PASS [ 4.031s] ( 905/2797) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
76522026-04-22T02:00:53.841Z PASS [ 4.133s] ( 906/2797) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
76532026-04-22T02:00:53.849Z PASS [ 4.198s] ( 907/2797) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
76542026-04-22T02:00:53.893Z PASS [ 4.196s] ( 908/2797) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
76552026-04-22T02:00:53.897Z PASS [ 0.074s] ( 909/2797) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
76562026-04-22T02:00:53.900Z PASS [ 0.051s] ( 910/2797) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
76572026-04-22T02:00:53.904Z PASS [ 0.063s] ( 911/2797) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
76582026-04-22T02:00:53.943Z PASS [ 0.050s] ( 912/2797) nexus-reconfigurator-execution dns::test::test_dns_compute_update
76592026-04-22T02:00:54.058Z PASS [ 2.633s] ( 913/2797) nexus-metrics-producer-gc tests::test_prune_expired_producers
76602026-04-22T02:00:54.080Z PASS [ 1.277s] ( 914/2797) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
76612026-04-22T02:00:54.119Z PASS [ 0.062s] ( 915/2797) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
76622026-04-22T02:00:54.161Z PASS [ 0.042s] ( 916/2797) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
76632026-04-22T02:00:54.201Z PASS [ 0.040s] ( 917/2797) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
76642026-04-22T02:00:54.241Z PASS [ 0.040s] ( 918/2797) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
76652026-04-22T02:00:54.304Z PASS [ 0.062s] ( 919/2797) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
76662026-04-22T02:00:54.354Z PASS [ 0.050s] ( 920/2797) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
76672026-04-22T02:00:54.377Z PASS [ 3.390s] ( 921/2797) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
76682026-04-22T02:00:54.380Z PASS [ 2.693s] ( 922/2797) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
76692026-04-22T02:00:54.402Z PASS [ 0.048s] ( 923/2797) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
76702026-04-22T02:00:54.425Z PASS [ 0.048s] ( 924/2797) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
76712026-04-22T02:00:54.431Z PASS [ 0.052s] ( 925/2797) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
76722026-04-22T02:00:54.454Z PASS [ 2.903s] ( 926/2797) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
76732026-04-22T02:00:54.459Z PASS [ 0.031s] ( 927/2797) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
76742026-04-22T02:00:54.462Z PASS [ 0.058s] ( 928/2797) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
76752026-04-22T02:00:54.465Z PASS [ 0.033s] ( 929/2797) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
76762026-04-22T02:00:54.484Z PASS [ 0.028s] ( 930/2797) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
76772026-04-22T02:00:54.487Z PASS [ 0.030s] ( 931/2797) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
76782026-04-22T02:00:54.490Z PASS [ 0.029s] ( 932/2797) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
76792026-04-22T02:00:54.495Z PASS [ 0.031s] ( 933/2797) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
76802026-04-22T02:00:54.511Z PASS [ 0.028s] ( 934/2797) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
76812026-04-22T02:00:54.519Z PASS [ 0.033s] ( 935/2797) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
76822026-04-22T02:00:54.531Z PASS [ 0.042s] ( 936/2797) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
76832026-04-22T02:00:54.650Z PASS [ 3.680s] ( 937/2797) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
76842026-04-22T02:00:54.798Z PASS [ 0.148s] ( 938/2797) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
76852026-04-22T02:00:54.828Z PASS [ 0.030s] ( 939/2797) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
76862026-04-22T02:00:54.882Z PASS [ 0.054s] ( 940/2797) nexus-reconfigurator-planning example::tests::builder_all_zone_types
76872026-04-22T02:00:54.921Z PASS [ 0.390s] ( 941/2797) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
76882026-04-22T02:00:54.933Z PASS [ 0.052s] ( 942/2797) nexus-reconfigurator-planning example::tests::builder_zone_counts
76892026-04-22T02:00:54.964Z PASS [ 0.030s] ( 943/2797) nexus-reconfigurator-planning example::tests::instances_on_examples
76902026-04-22T02:00:55.008Z PASS [ 0.044s] ( 944/2797) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
76912026-04-22T02:00:55.048Z PASS [ 0.040s] ( 945/2797) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
76922026-04-22T02:00:55.081Z PASS [ 0.570s] ( 946/2797) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
76932026-04-22T02:00:55.085Z PASS [ 0.037s] ( 947/2797) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
76942026-04-22T02:00:55.120Z PASS [ 0.039s] ( 948/2797) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
76952026-04-22T02:00:55.130Z PASS [ 0.044s] ( 949/2797) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
76962026-04-22T02:00:55.160Z PASS [ 0.040s] ( 950/2797) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
76972026-04-22T02:00:55.171Z PASS [ 0.041s] ( 951/2797) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
76982026-04-22T02:00:55.174Z PASS [ 0.655s] ( 952/2797) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
76992026-04-22T02:00:55.199Z PASS [ 0.039s] ( 953/2797) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
77002026-04-22T02:00:55.218Z PASS [ 0.044s] ( 954/2797) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
77012026-04-22T02:00:55.232Z PASS [ 0.061s] ( 955/2797) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
77022026-04-22T02:00:55.263Z PASS [ 0.064s] ( 956/2797) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
77032026-04-22T02:00:55.320Z PASS [ 0.088s] ( 957/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
77042026-04-22T02:00:55.399Z PASS [ 0.079s] ( 958/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
77052026-04-22T02:00:55.403Z PASS [ 0.182s] ( 959/2797) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
77062026-04-22T02:00:55.410Z PASS [ 0.147s] ( 960/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
77072026-04-22T02:00:55.485Z PASS [ 0.084s] ( 961/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
77082026-04-22T02:00:55.506Z PASS [ 0.106s] ( 962/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
77092026-04-22T02:00:55.550Z PASS [ 0.140s] ( 963/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
77102026-04-22T02:00:55.565Z PASS [ 0.079s] ( 964/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
77112026-04-22T02:00:55.590Z PASS [ 0.085s] ( 965/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
77122026-04-22T02:00:55.630Z PASS [ 0.080s] ( 966/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
77132026-04-22T02:00:55.720Z PASS [ 0.155s] ( 967/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
77142026-04-22T02:00:55.805Z PASS [ 0.214s] ( 968/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
77152026-04-22T02:00:55.860Z PASS [ 0.230s] ( 969/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
77162026-04-22T02:00:56.070Z PASS [ 0.210s] ( 970/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
77172026-04-22T02:00:56.115Z PASS [ 0.311s] ( 971/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
77182026-04-22T02:00:56.233Z PASS [ 0.163s] ( 972/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
77192026-04-22T02:00:56.269Z PASS [ 0.154s] ( 973/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
77202026-04-22T02:00:56.378Z PASS [ 0.109s] ( 974/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
77212026-04-22T02:00:56.404Z PASS [ 0.677s] ( 975/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
77222026-04-22T02:00:56.493Z PASS [ 0.114s] ( 976/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
77232026-04-22T02:00:56.502Z PASS [ 0.105s] ( 977/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
77242026-04-22T02:00:56.647Z PASS [ 0.414s] ( 978/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
77252026-04-22T02:00:56.730Z PASS [ 2.235s] ( 979/2797) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
77262026-04-22T02:00:57.053Z PASS [ 4.446s] ( 980/2797) nexus-mgs-updates driver_update::test::test_sp_update_watched
77272026-04-22T02:00:57.306Z PASS [ 2.383s] ( 981/2797) nexus-reconfigurator-planning example::tests::dns_resolution_works
77282026-04-22T02:00:57.386Z PASS [ 0.082s] ( 982/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
77292026-04-22T02:00:57.413Z PASS [ 3.926s] ( 983/2797) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
77302026-04-22T02:00:57.478Z PASS [ 0.830s] ( 984/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
77312026-04-22T02:00:57.600Z PASS [ 1.097s] ( 985/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
77322026-04-22T02:00:57.646Z PASS [ 24.355s] ( 986/2797) nexus-db-queries db::datastore::update::test::test_list_unpruned
77332026-04-22T02:00:57.674Z PASS [ 0.028s] ( 987/2797) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
77342026-04-22T02:00:57.707Z PASS [ 0.033s] ( 988/2797) nexus-saga-recovery recovery::test::test_execution_basic
77352026-04-22T02:00:57.740Z PASS [ 0.032s] ( 989/2797) nexus-saga-recovery recovery::test::test_plan_basic
77362026-04-22T02:00:57.743Z PASS [ 1.011s] ( 990/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
77372026-04-22T02:00:57.769Z PASS [ 0.028s] ( 991/2797) nexus-saga-recovery recovery::test::test_read_all_from_channel
77382026-04-22T02:00:57.779Z PASS [ 0.038s] ( 992/2797) nexus-saga-recovery test::test_basic
77392026-04-22T02:00:57.808Z PASS [ 0.029s] ( 993/2797) nexus-types alert::tests::test_from_str_roundtrips
77402026-04-22T02:00:57.835Z PASS [ 0.027s] ( 994/2797) nexus-types alert::tests::test_is_test
77412026-04-22T02:00:57.858Z PASS [ 0.023s] ( 995/2797) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
77422026-04-22T02:00:57.889Z PASS [ 0.030s] ( 996/2797) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
77432026-04-22T02:00:57.917Z PASS [ 0.028s] ( 997/2797) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
77442026-04-22T02:00:57.929Z PASS [ 4.452s] ( 998/2797) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
77452026-04-22T02:00:57.944Z PASS [ 0.027s] ( 999/2797) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
77462026-04-22T02:00:57.957Z PASS [ 0.027s] (1000/2797) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
77472026-04-22T02:00:57.974Z PASS [ 0.029s] (1001/2797) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
77482026-04-22T02:00:57.985Z PASS [ 0.029s] (1002/2797) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
77492026-04-22T02:00:58.027Z PASS [ 4.454s] (1003/2797) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
77502026-04-22T02:00:58.030Z PASS [ 0.044s] (1004/2797) nexus-types deployment::test::test_serialize_pending_mgs_updates
77512026-04-22T02:00:58.033Z PASS [ 0.977s] (1005/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
77522026-04-22T02:00:58.056Z PASS [ 0.029s] (1006/2797) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
77532026-04-22T02:00:58.059Z PASS [ 0.029s] (1007/2797) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
77542026-04-22T02:00:58.062Z PASS [ 0.031s] (1008/2797) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
77552026-04-22T02:00:58.086Z PASS [ 0.030s] (1009/2797) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
77562026-04-22T02:00:58.119Z PASS [ 0.057s] (1010/2797) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
77572026-04-22T02:00:58.119Z PASS [ 4.401s] (1011/2797) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
77582026-04-22T02:00:58.122Z PASS [ 0.060s] (1012/2797) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
77592026-04-22T02:00:58.146Z PASS [ 0.060s] (1013/2797) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
77602026-04-22T02:00:58.159Z PASS [ 0.040s] (1014/2797) nexus-types fm::case::tests::test_case_display
77612026-04-22T02:00:58.164Z PASS [ 0.037s] (1015/2797) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
77622026-04-22T02:00:58.171Z PASS [ 0.037s] (1016/2797) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
77632026-04-22T02:00:58.185Z PASS [ 1.692s] (1017/2797) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
77642026-04-22T02:00:58.190Z PASS [ 0.044s] (1018/2797) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
77652026-04-22T02:00:58.216Z PASS [ 0.057s] (1019/2797) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
77662026-04-22T02:00:58.216Z PASS [ 0.052s] (1020/2797) nexus-types quiesce::test::test_drained_blueprint
77672026-04-22T02:00:58.229Z PASS [ 0.045s] (1021/2797) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
77682026-04-22T02:00:58.230Z PASS [ 0.059s] (1022/2797) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
77692026-04-22T02:00:58.243Z PASS [ 5.619s] (1023/2797) nexus-mgs-updates driver_update::test_host_phase_1::basic
77702026-04-22T02:00:58.259Z PASS [ 0.069s] (1024/2797) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
77712026-04-22T02:00:58.266Z PASS [ 0.050s] (1025/2797) nexus-types quiesce::test::test_quiesce_block_on_reassignment
77722026-04-22T02:00:58.276Z PASS [ 0.046s] (1026/2797) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
77732026-04-22T02:00:58.279Z PASS [ 0.050s] (1027/2797) nexus-types quiesce::test::test_quiesce_block_on_saga_started
77742026-04-22T02:00:58.291Z PASS [ 0.075s] (1028/2797) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
77752026-04-22T02:00:58.306Z PASS [ 0.063s] (1029/2797) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
77762026-04-22T02:00:58.314Z PASS [ 0.034s] (1030/2797) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
77772026-04-22T02:00:58.322Z PASS [ 0.063s] (1031/2797) nexus-types quiesce::test::test_quiesce_noop
77782026-04-22T02:00:58.323Z PASS [ 0.056s] (1032/2797) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
77792026-04-22T02:00:58.335Z PASS [ 0.029s] (1033/2797) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
77802026-04-22T02:00:58.335Z PASS [ 0.044s] (1034/2797) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
77812026-04-22T02:00:58.349Z PASS [ 0.027s] (1035/2797) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
77822026-04-22T02:00:58.356Z PASS [ 0.081s] (1036/2797) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
77832026-04-22T02:00:58.360Z PASS [ 0.047s] (1037/2797) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
77842026-04-22T02:00:58.367Z PASS [ 0.044s] (1038/2797) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
77852026-04-22T02:00:58.374Z PASS [ 0.036s] (1039/2797) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
77862026-04-22T02:00:58.377Z PASS [ 0.039s] (1040/2797) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
77872026-04-22T02:00:58.387Z PASS [ 0.038s] (1041/2797) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
77882026-04-22T02:00:58.393Z PASS [ 0.036s] (1042/2797) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
77892026-04-22T02:00:58.407Z PASS [ 0.039s] (1043/2797) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
77902026-04-22T02:00:58.407Z PASS [ 0.046s] (1044/2797) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
77912026-04-22T02:00:58.425Z PASS [ 0.051s] (1045/2797) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
77922026-04-22T02:00:58.425Z PASS [ 0.047s] (1046/2797) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
77932026-04-22T02:00:58.444Z PASS [ 0.050s] (1047/2797) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
77942026-04-22T02:00:58.444Z PASS [ 0.056s] (1048/2797) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
77952026-04-22T02:00:58.466Z PASS [ 0.059s] (1049/2797) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
77962026-04-22T02:00:58.472Z PASS [ 0.030s] (1050/2797) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
77972026-04-22T02:00:58.472Z PASS [ 0.047s] (1051/2797) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
77982026-04-22T02:00:58.510Z PASS [ 0.067s] (1052/2797) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
77992026-04-22T02:00:58.510Z PASS [ 0.044s] (1053/2797) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
78002026-04-22T02:00:58.510Z PASS [ 6.568s] (1054/2797) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
78012026-04-22T02:00:58.510Z PASS [ 0.060s] (1055/2797) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
78022026-04-22T02:00:58.510Z PASS [ 0.088s] (1056/2797) nexus-types-versions impls::policy::tests::test_policy_parsing
78032026-04-22T02:00:58.565Z PASS [ 0.092s] (1057/2797) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
78042026-04-22T02:00:58.565Z PASS [ 0.054s] (1058/2797) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
78052026-04-22T02:00:58.565Z PASS [ 0.082s] (1059/2797) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
78062026-04-22T02:00:58.565Z PASS [ 7.661s] (1060/2797) nexus-db-queries policy_test::test_conferred_roles
78072026-04-22T02:00:58.614Z PASS [ 0.092s] (1061/2797) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
78082026-04-22T02:00:58.614Z PASS [ 0.085s] (1062/2797) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
78092026-04-22T02:00:58.614Z PASS [ 0.080s] (1063/2797) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
78102026-04-22T02:00:58.644Z PASS [ 0.092s] (1064/2797) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
78112026-04-22T02:00:58.715Z PASS [ 0.150s] (1065/2797) omicron-certificates tests::test_cert_extended_key_usage
78122026-04-22T02:00:58.743Z PASS [ 0.141s] (1066/2797) omicron-certificates tests::test_subject_alternate_names_are_validated
78132026-04-22T02:00:58.776Z PASS [ 0.177s] (1067/2797) omicron-certificates tests::test_common_name_is_validated
78142026-04-22T02:00:58.796Z PASS [ 0.021s] (1068/2797) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
78152026-04-22T02:00:58.799Z PASS [ 0.215s] (1069/2797) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
78162026-04-22T02:00:58.826Z PASS [ 0.030s] (1070/2797) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
78172026-04-22T02:00:58.846Z PASS [ 0.020s] (1071/2797) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
78182026-04-22T02:00:58.866Z PASS [ 0.020s] (1072/2797) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
78192026-04-22T02:00:58.886Z PASS [ 0.019s] (1073/2797) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
78202026-04-22T02:00:58.903Z PASS [ 0.017s] (1074/2797) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
78212026-04-22T02:00:58.919Z PASS [ 0.017s] (1075/2797) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
78222026-04-22T02:00:58.922Z PASS [ 6.657s] (1076/2797) nexus-mgs-updates driver_update::test::test_rot_update_basic
78232026-04-22T02:00:58.932Z PASS [ 0.133s] (1077/2797) omicron-cockroach-metrics tests::test_cluster_client_caching
78242026-04-22T02:00:58.944Z PASS [ 0.024s] (1078/2797) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
78252026-04-22T02:00:58.952Z PASS [ 0.032s] (1079/2797) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
78262026-04-22T02:00:58.962Z PASS [ 0.030s] (1080/2797) omicron-common address::test::test_dns_subnets
78272026-04-22T02:00:58.974Z PASS [ 0.030s] (1081/2797) omicron-common address::test::test_ip_range_checks_non_decreasing
78282026-04-22T02:00:58.982Z PASS [ 0.030s] (1082/2797) omicron-common address::test::test_ip_range_enum_deserialization
78292026-04-22T02:00:58.998Z PASS [ 0.035s] (1083/2797) omicron-common address::test::test_ip_range_iter
78302026-04-22T02:00:59.001Z PASS [ 0.026s] (1084/2797) omicron-common address::test::test_ip_range_length
78312026-04-22T02:00:59.007Z PASS [ 0.024s] (1085/2797) omicron-common address::test::test_ip_range_try_from
78322026-04-22T02:00:59.022Z PASS [ 0.024s] (1086/2797) omicron-common address::test::test_ipv6_subnet_deserialize
78332026-04-22T02:00:59.026Z PASS [ 0.025s] (1087/2797) omicron-common address::test::test_sled_address
78342026-04-22T02:00:59.032Z PASS [ 0.025s] (1088/2797) omicron-common api::external::error::test::test_bail_unless
78352026-04-22T02:00:59.047Z PASS [ 0.025s] (1089/2797) omicron-common api::external::error::test::test_context
78362026-04-22T02:00:59.054Z PASS [ 0.027s] (1090/2797) omicron-common api::external::http_pagination::test::test_pagination_examples
78372026-04-22T02:00:59.061Z PASS [ 0.029s] (1091/2797) omicron-common api::external::http_pagination::test::test_pagination_schemas
78382026-04-22T02:00:59.081Z PASS [ 0.027s] (1092/2797) omicron-common api::external::http_pagination::test::test_scan_by_name
78392026-04-22T02:00:59.091Z PASS [ 0.044s] (1093/2797) omicron-common api::external::http_pagination::test::test_scan_by_id
78402026-04-22T02:00:59.098Z PASS [ 0.037s] (1094/2797) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
78412026-04-22T02:00:59.113Z PASS [ 0.031s] (1095/2797) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
78422026-04-22T02:00:59.127Z PASS [ 0.035s] (1096/2797) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
78432026-04-22T02:00:59.139Z PASS [ 0.041s] (1097/2797) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
78442026-04-22T02:00:59.149Z PASS [ 0.037s] (1098/2797) omicron-common api::external::test::test_bytecount
78452026-04-22T02:00:59.154Z PASS [ 0.027s] (1099/2797) omicron-common api::external::test::test_bytecount_display
78462026-04-22T02:00:59.170Z PASS [ 0.031s] (1100/2797) omicron-common api::external::test::test_digest
78472026-04-22T02:00:59.178Z PASS [ 0.029s] (1101/2797) omicron-common api::external::test::test_firewall_deserialization
78482026-04-22T02:00:59.202Z PASS [ 0.032s] (1102/2797) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
78492026-04-22T02:00:59.210Z PASS [ 0.056s] (1103/2797) omicron-common api::external::test::test_firewall_rule_host_filter_parse
78502026-04-22T02:00:59.219Z PASS [ 0.041s] (1104/2797) omicron-common api::external::test::test_firewall_rule_target_parse
78512026-04-22T02:00:59.235Z PASS [ 0.033s] (1105/2797) omicron-common api::external::test::test_generation_display_parse
78522026-04-22T02:00:59.244Z PASS [ 0.035s] (1106/2797) omicron-common api::external::test::test_generation_from_int
78532026-04-22T02:00:59.264Z PASS [ 0.029s] (1107/2797) omicron-common api::external::test::test_generation_serde
78542026-04-22T02:00:59.286Z PASS [ 0.041s] (1108/2797) omicron-common api::external::test::test_hostname_from_str
78552026-04-22T02:00:59.293Z PASS [ 0.028s] (1109/2797) omicron-common api::external::test::test_ip_port_range_from_str
78562026-04-22T02:00:59.321Z PASS [ 0.035s] (1110/2797) omicron-common api::external::test::test_ip_port_range_into_str
78572026-04-22T02:00:59.339Z PASS [ 0.046s] (1111/2797) omicron-common api::external::test::test_ipv6_net_operations
78582026-04-22T02:00:59.366Z PASS [ 0.045s] (1112/2797) omicron-common api::external::test::test_mac_system_iterator
78592026-04-22T02:00:59.377Z PASS [ 0.038s] (1113/2797) omicron-common api::external::test::test_mac_to_int_conversions
78602026-04-22T02:00:59.398Z PASS [ 0.179s] (1114/2797) omicron-common api::external::test::test_generation_overflow
78612026-04-22T02:00:59.446Z PASS [ 0.042s] (1115/2797) omicron-common api::external::test::test_name_parse
78622026-04-22T02:00:59.446Z PASS [ 0.052s] (1116/2797) omicron-common api::external::test::test_macaddr
78632026-04-22T02:00:59.452Z PASS [ 0.049s] (1117/2797) omicron-common api::external::test::test_name_parse_from_param
78642026-04-22T02:00:59.467Z PASS [ 0.048s] (1118/2797) omicron-common api::external::test::test_resource_name_parse
78652026-04-22T02:00:59.478Z PASS [ 0.059s] (1119/2797) omicron-common api::external::test::test_route_destination_parse
78662026-04-22T02:00:59.505Z PASS [ 0.058s] (1120/2797) omicron-common api::external::test::test_route_target_parse
78672026-04-22T02:00:59.505Z PASS [ 0.038s] (1121/2797) omicron-common api::external::test::test_semver_serialize
78682026-04-22T02:00:59.526Z PASS [ 0.048s] (1122/2797) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
78692026-04-22T02:00:59.548Z PASS [ 0.042s] (1123/2797) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
78702026-04-22T02:00:59.557Z PASS [ 0.052s] (1124/2797) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
78712026-04-22T02:00:59.571Z PASS [ 0.045s] (1125/2797) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
78722026-04-22T02:00:59.584Z PASS [ 0.037s] (1126/2797) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
78732026-04-22T02:00:59.605Z PASS [ 0.047s] (1127/2797) omicron-common disk::tests::parse_dataset_name
78742026-04-22T02:00:59.618Z PASS [ 0.046s] (1128/2797) omicron-common zpool_name::test::test_parse_bad_zpool_names
78752026-04-22T02:00:59.636Z PASS [ 0.051s] (1129/2797) omicron-common zpool_name::test::test_parse_external_zpool_name
78762026-04-22T02:00:59.681Z PASS [ 0.076s] (1130/2797) omicron-common zpool_name::test::test_parse_internal_zpool_name
78772026-04-22T02:00:59.716Z PASS [ 0.081s] (1131/2797) omicron-common zpool_name::test::test_zpool_name_regex
78782026-04-22T02:00:59.726Z PASS [ 0.109s] (1132/2797) omicron-common zpool_name::test::test_parse_zpool_name_json
78792026-04-22T02:00:59.999Z PASS [ 0.318s] (1133/2797) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
78802026-04-22T02:01:00.002Z PASS [ 0.285s] (1134/2797) omicron-dev::test-omicron-dev test_omicron_dev_no_args
78812026-04-22T02:01:00.034Z PASS [ 0.032s] (1135/2797) omicron-gateway management_switch::location_map::tests::test_config_validation
78822026-04-22T02:01:00.064Z PASS [ 0.030s] (1136/2797) omicron-gateway management_switch::location_map::tests::test_resolve_location
78832026-04-22T02:01:00.267Z PASS [ 0.203s] (1137/2797) omicron-gateway::test_all integration_tests::component_list::component_list
78842026-04-22T02:01:00.300Z PASS [ 0.033s] (1138/2797) omicron-gateway::test_all integration_tests::config::read_production_smf_config
78852026-04-22T02:01:00.505Z PASS [ 0.205s] (1139/2797) omicron-gateway::test_all integration_tests::ereports::ereports_basic
78862026-04-22T02:01:00.528Z PASS [ 1.784s] (1140/2797) omicron-cockroach-admin context::tests::test_node_id
78872026-04-22T02:01:00.596Z PASS [ 2.827s] (1141/2797) nexus-test-utils test::test_suite_password_matches_hash
78882026-04-22T02:01:00.734Z PASS [ 0.229s] (1142/2797) omicron-gateway::test_all integration_tests::ereports::ereports_commit
78892026-04-22T02:01:00.848Z PASS [ 0.320s] (1143/2797) omicron-gateway::test_all integration_tests::ereports::ereports_limit
78902026-04-22T02:01:00.968Z PASS [ 0.234s] (1144/2797) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
78912026-04-22T02:01:01.047Z PASS [ 0.451s] (1145/2797) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
78922026-04-22T02:01:01.075Z PASS [ 0.027s] (1146/2797) omicron-ledger test::test_commit_handles_write_failures
78932026-04-22T02:01:01.089Z PASS [ 8.593s] (1147/2797) nexus-mgs-updates driver_update::test::test_sp_update_basic
78942026-04-22T02:01:01.094Z PASS [ 0.242s] (1148/2797) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
78952026-04-22T02:01:01.101Z PASS [ 0.026s] (1149/2797) omicron-ledger test::test_create_default_ledger
78962026-04-22T02:01:01.119Z PASS [ 0.029s] (1150/2797) omicron-ledger test::test_create_ledger_reads_from_storage
78972026-04-22T02:01:01.127Z PASS [ 0.037s] (1151/2797) omicron-ledger test::test_create_ledger_reads_latest_from_storage
78982026-04-22T02:01:01.191Z PASS [ 0.223s] (1152/2797) omicron-gateway::test_all integration_tests::task_dump::task_dump
78992026-04-22T02:01:01.194Z PASS [ 0.067s] (1153/2797) omicron-nexus app::alert::tests::test_alert_class_list
79002026-04-22T02:01:01.404Z PASS [ 2.770s] (1154/2797) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
79012026-04-22T02:01:01.457Z PASS [ 2.812s] (1155/2797) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
79022026-04-22T02:01:02.485Z PASS [ 3.869s] (1156/2797) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
79032026-04-22T02:01:02.987Z PASS [ 9.942s] (1157/2797) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
79042026-04-22T02:01:03.759Z PASS [ 5.043s] (1158/2797) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
79052026-04-22T02:01:05.221Z PASS [ 6.586s] (1159/2797) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
79062026-04-22T02:01:05.235Z PASS [ 11.330s] (1160/2797) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
79072026-04-22T02:01:05.277Z PASS [ 0.056s] (1161/2797) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
79082026-04-22T02:01:05.303Z PASS [ 0.067s] (1162/2797) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
79092026-04-22T02:01:05.326Z PASS [ 0.049s] (1163/2797) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
79102026-04-22T02:01:05.356Z PASS [ 0.053s] (1164/2797) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
79112026-04-22T02:01:05.375Z PASS [ 0.049s] (1165/2797) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
79122026-04-22T02:01:06.086Z PASS [ 12.004s] (1166/2797) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
79132026-04-22T02:01:06.228Z PASS [ 12.282s] (1167/2797) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
79142026-04-22T02:01:06.346Z PASS [ 12.443s] (1168/2797) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
79152026-04-22T02:01:06.966Z PASS [ 14.448s] (1169/2797) nexus-mgs-updates driver_update::test::test_sp_update_takeover
79162026-04-22T02:01:10.239Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
79172026-04-22T02:01:10.239Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
79182026-04-22T02:01:10.924Z PASS [ 11.196s] (1170/2797) omicron-dev::test-omicron-dev test_run_all
79192026-04-22T02:01:11.403Z PASS [ 6.027s] (1171/2797) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
79202026-04-22T02:01:11.736Z PASS [ 13.759s] (1172/2797) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
79212026-04-22T02:01:12.111Z PASS [ 6.024s] (1173/2797) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
79222026-04-22T02:01:12.629Z PASS [ 19.648s] (1174/2797) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
79232026-04-22T02:01:13.178Z PASS [ 6.949s] (1175/2797) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
79242026-04-22T02:01:13.252Z PASS [ 0.074s] (1176/2797) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
79252026-04-22T02:01:14.622Z PASS [ 17.233s] (1177/2797) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
79262026-04-22T02:01:16.197Z PASS [ 15.004s] (1178/2797) omicron-nexus app::background::driver::test::test_activation_in_progress
79272026-04-22T02:01:16.249Z PASS [ 15.051s] (1179/2797) omicron-nexus app::background::driver::test::test_driver_basic
79282026-04-22T02:01:16.839Z PASS [ 15.433s] (1180/2797) omicron-nexus app::background::init::test::test_dns_propagation_basic
79292026-04-22T02:01:17.536Z PASS [ 5.800s] (1181/2797) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
79302026-04-22T02:01:17.839Z PASS [ 14.078s] (1182/2797) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
79312026-04-22T02:01:18.292Z PASS [ 6.180s] (1183/2797) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
79322026-04-22T02:01:18.681Z PASS [ 17.577s] (1184/2797) omicron-ls-apis::test_dependencies test_api_check
79332026-04-22T02:01:18.897Z PASS [ 6.267s] (1185/2797) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
79342026-04-22T02:01:19.255Z PASS [ 7.851s] (1186/2797) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
79352026-04-22T02:01:19.604Z PASS [ 18.482s] (1187/2797) omicron-ls-apis::test_dependencies test_api_dependencies
79362026-04-22T02:01:20.647Z PASS [ 23.230s] (1188/2797) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
79372026-04-22T02:01:22.426Z PASS [ 15.458s] (1189/2797) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
79382026-04-22T02:01:22.454Z PASS [ 24.972s] (1190/2797) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
79392026-04-22T02:01:22.821Z PASS [ 132.584s] (1191/2797) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
79402026-04-22T02:01:23.352Z PASS [ 21.889s] (1192/2797) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
79412026-04-22T02:01:23.609Z PASS [ 5.316s] (1193/2797) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
79422026-04-22T02:01:24.038Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
79432026-04-22T02:01:24.264Z PASS [ 21.775s] (1194/2797) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
79442026-04-22T02:01:24.395Z PASS [ 18.047s] (1195/2797) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
79452026-04-22T02:01:24.938Z PASS [ 27.334s] (1196/2797) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
79462026-04-22T02:01:25.129Z PASS [ 6.446s] (1197/2797) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
79472026-04-22T02:01:25.589Z PASS [ 6.333s] (1198/2797) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
79482026-04-22T02:01:25.741Z PASS [ 6.843s] (1199/2797) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
79492026-04-22T02:01:25.864Z PASS [ 0.121s] (1200/2797) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
79502026-04-22T02:01:25.868Z PASS [ 22.875s] (1201/2797) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
79512026-04-22T02:01:25.920Z PASS [ 0.057s] (1202/2797) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
79522026-04-22T02:01:25.929Z PASS [ 0.064s] (1203/2797) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
79532026-04-22T02:01:25.984Z PASS [ 0.064s] (1204/2797) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
79542026-04-22T02:01:25.990Z PASS [ 0.059s] (1205/2797) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
79552026-04-22T02:01:26.125Z PASS [ 0.135s] (1206/2797) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
79562026-04-22T02:01:26.146Z PASS [ 0.162s] (1207/2797) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
79572026-04-22T02:01:26.204Z PASS [ 0.058s] (1208/2797) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
79582026-04-22T02:01:26.229Z PASS [ 0.105s] (1209/2797) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
79592026-04-22T02:01:26.286Z PASS [ 0.057s] (1210/2797) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
79602026-04-22T02:01:26.325Z PASS [ 0.120s] (1211/2797) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
79612026-04-22T02:01:26.340Z PASS [ 0.054s] (1212/2797) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
79622026-04-22T02:01:26.371Z PASS [ 32.907s] (1213/2797) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
79632026-04-22T02:01:26.384Z PASS [ 0.059s] (1214/2797) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
79642026-04-22T02:01:26.406Z PASS [ 0.058s] (1215/2797) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
79652026-04-22T02:01:26.437Z PASS [ 0.066s] (1216/2797) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
79662026-04-22T02:01:26.446Z PASS [ 0.062s] (1217/2797) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
79672026-04-22T02:01:26.455Z PASS [ 0.056s] (1218/2797) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
79682026-04-22T02:01:26.496Z PASS [ 0.058s] (1219/2797) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
79692026-04-22T02:01:26.500Z PASS [ 6.896s] (1220/2797) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
79702026-04-22T02:01:26.508Z PASS [ 0.062s] (1221/2797) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
79712026-04-22T02:01:26.527Z PASS [ 0.072s] (1222/2797) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
79722026-04-22T02:01:26.584Z PASS [ 0.088s] (1223/2797) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
79732026-04-22T02:01:26.622Z PASS [ 0.121s] (1224/2797) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
79742026-04-22T02:01:26.639Z PASS [ 0.112s] (1225/2797) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
79752026-04-22T02:01:26.639Z PASS [ 0.130s] (1226/2797) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
79762026-04-22T02:01:26.643Z PASS [ 0.058s] (1227/2797) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
79772026-04-22T02:01:26.674Z PASS [ 0.052s] (1228/2797) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
79782026-04-22T02:01:26.740Z PASS [ 0.101s] (1229/2797) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
79792026-04-22T02:01:26.862Z PASS [ 0.223s] (1230/2797) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
79802026-04-22T02:01:26.968Z PASS [ 6.319s] (1231/2797) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
79812026-04-22T02:01:27.531Z PASS [ 14.277s] (1232/2797) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
79822026-04-22T02:01:28.471Z PASS [ 13.846s] (1233/2797) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
79832026-04-22T02:01:28.830Z PASS [ 6.375s] (1234/2797) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
79842026-04-22T02:01:29.014Z PASS [ 6.587s] (1235/2797) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
79852026-04-22T02:01:29.308Z PASS [ 29.305s] (1236/2797) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
79862026-04-22T02:01:29.970Z PASS [ 13.771s] (1237/2797) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
79872026-04-22T02:01:30.583Z PASS [ 19.656s] (1238/2797) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
79882026-04-22T02:01:31.009Z PASS [ 14.168s] (1239/2797) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
79892026-04-22T02:01:31.292Z PASS [ 6.163s] (1240/2797) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
79902026-04-22T02:01:31.323Z PASS [ 15.074s] (1241/2797) omicron-nexus app::background::tasks::dns_config::test::test_basic
79912026-04-22T02:01:32.156Z PASS [ 14.617s] (1242/2797) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
79922026-04-22T02:01:32.469Z PASS [ 14.627s] (1243/2797) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
79932026-04-22T02:01:37.459Z PASS [ 5.303s] (1244/2797) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
79942026-04-22T02:01:41.508Z PASS [ 50.552s] (1245/2797) nexus-db-queries policy_test::test_iam_roles_behavior
79952026-04-22T02:01:42.160Z PASS [ 4.700s] (1246/2797) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
79962026-04-22T02:01:42.245Z PASS [ 15.503s] (1247/2797) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
79972026-04-22T02:01:42.344Z PASS [ 0.098s] (1248/2797) omicron-nexus app::background::tasks::support_bundle::collection::test::test_zipfile_creation
79982026-04-22T02:01:42.649Z PASS [ 17.057s] (1249/2797) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
79992026-04-22T02:01:42.678Z PASS [ 15.709s] (1250/2797) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
80002026-04-22T02:01:42.749Z PASS [ 15.885s] (1251/2797) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
80012026-04-22T02:01:43.094Z PASS [ 15.561s] (1252/2797) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
80022026-04-22T02:01:43.915Z PASS [ 18.975s] (1253/2797) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
80032026-04-22T02:01:43.945Z PASS [ 14.635s] (1254/2797) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
80042026-04-22T02:01:44.121Z PASS [ 15.649s] (1255/2797) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
80052026-04-22T02:01:44.348Z PASS [ 15.516s] (1256/2797) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
80062026-04-22T02:01:44.489Z PASS [ 15.473s] (1257/2797) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
80072026-04-22T02:01:44.925Z PASS [ 14.953s] (1258/2797) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
80082026-04-22T02:01:45.036Z PASS [ 13.710s] (1259/2797) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
80092026-04-22T02:01:45.058Z PASS [ 20.793s] (1260/2797) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
80102026-04-22T02:01:45.353Z PASS [ 14.059s] (1261/2797) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
80112026-04-22T02:01:45.539Z PASS [ 22.184s] (1262/2797) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
80122026-04-22T02:01:45.568Z PASS [ 0.215s] (1263/2797) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
80132026-04-22T02:01:45.723Z PASS [ 0.186s] (1264/2797) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
80142026-04-22T02:01:45.726Z PASS [ 40.365s] (1265/2797) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
80152026-04-22T02:01:45.767Z PASS [ 0.198s] (1266/2797) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
80162026-04-22T02:01:45.802Z PASS [ 0.074s] (1267/2797) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
80172026-04-22T02:01:45.843Z PASS [ 0.077s] (1268/2797) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
80182026-04-22T02:01:45.863Z PASS [ 4.353s] (1269/2797) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
80192026-04-22T02:01:45.895Z PASS [ 0.093s] (1270/2797) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
80202026-04-22T02:01:45.922Z PASS [ 0.078s] (1271/2797) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
80212026-04-22T02:01:45.992Z PASS [ 0.098s] (1272/2797) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
80222026-04-22T02:01:46.089Z PASS [ 0.097s] (1273/2797) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
80232026-04-22T02:01:46.158Z PASS [ 0.067s] (1274/2797) omicron-nexus app::external_endpoints::test::test_no_endpoint
80242026-04-22T02:01:46.201Z PASS [ 4.041s] (1275/2797) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
80252026-04-22T02:01:46.220Z PASS [ 0.063s] (1276/2797) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
80262026-04-22T02:01:46.269Z PASS [ 0.066s] (1277/2797) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
80272026-04-22T02:01:46.272Z PASS [ 0.407s] (1278/2797) omicron-nexus app::external_endpoints::test::test_authority
80282026-04-22T02:01:46.294Z PASS [ 0.075s] (1279/2797) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
80292026-04-22T02:01:46.323Z PASS [ 0.600s] (1280/2797) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
80302026-04-22T02:01:46.339Z PASS [ 0.070s] (1281/2797) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
80312026-04-22T02:01:46.349Z PASS [ 0.080s] (1282/2797) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
80322026-04-22T02:01:46.359Z PASS [ 0.064s] (1283/2797) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
80332026-04-22T02:01:46.391Z PASS [ 0.068s] (1284/2797) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
80342026-04-22T02:01:46.405Z PASS [ 0.055s] (1285/2797) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
80352026-04-22T02:01:46.411Z PASS [ 0.073s] (1286/2797) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
80362026-04-22T02:01:46.437Z PASS [ 0.076s] (1287/2797) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
80372026-04-22T02:01:46.455Z PASS [ 0.063s] (1288/2797) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
80382026-04-22T02:01:46.465Z PASS [ 0.058s] (1289/2797) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
80392026-04-22T02:01:46.471Z PASS [ 0.058s] (1290/2797) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
80402026-04-22T02:01:46.489Z PASS [ 0.054s] (1291/2797) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
80412026-04-22T02:01:46.506Z PASS [ 0.052s] (1292/2797) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
80422026-04-22T02:01:46.519Z PASS [ 0.056s] (1293/2797) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
80432026-04-22T02:01:46.525Z PASS [ 0.053s] (1294/2797) omicron-nexus app::multicast::tests::test_is_ssm_address
80442026-04-22T02:01:46.583Z PASS [ 0.060s] (1295/2797) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
80452026-04-22T02:01:46.871Z PASS [ 14.401s] (1296/2797) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
80462026-04-22T02:01:47.543Z PASS [ 1.620s] (1297/2797) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
80472026-04-22T02:01:49.436Z PASS [ 18.850s] (1298/2797) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
80482026-04-22T02:01:49.659Z PASS [ 18.647s] (1299/2797) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
80492026-04-22T02:01:53.479Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
80502026-04-22T02:01:53.486Z PASS [ 10.389s] (1300/2797) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
80512026-04-22T02:01:53.852Z PASS [ 11.172s] (1301/2797) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
80522026-04-22T02:01:53.892Z PASS [ 60.417s] (1302/2797) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
80532026-04-22T02:01:53.909Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
80542026-04-22T02:01:54.952Z PASS [ 12.604s] (1303/2797) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
80552026-04-22T02:01:55.198Z PASS [ 12.548s] (1304/2797) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
80562026-04-22T02:01:55.222Z PASS [ 28.544s] (1305/2797) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
80572026-04-22T02:01:55.365Z PASS [ 11.015s] (1306/2797) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
80582026-04-22T02:01:55.528Z PASS [ 11.611s] (1307/2797) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
80592026-04-22T02:01:55.563Z PASS [ 12.811s] (1308/2797) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
80602026-04-22T02:01:56.915Z PASS [ 12.424s] (1309/2797) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
80612026-04-22T02:01:58.298Z PASS [ 13.238s] (1310/2797) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
80622026-04-22T02:01:58.434Z PASS [ 34.820s] (1311/2797) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
80632026-04-22T02:01:58.453Z PASS [ 13.416s] (1312/2797) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
80642026-04-22T02:01:58.596Z PASS [ 14.473s] (1313/2797) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
80652026-04-22T02:01:58.663Z PASS [ 35.836s] (1314/2797) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
80662026-04-22T02:01:58.746Z PASS [ 13.819s] (1315/2797) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
80672026-04-22T02:01:59.941Z PASS [ 15.992s] (1316/2797) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
80682026-04-22T02:02:00.627Z PASS [ 14.119s] (1317/2797) omicron-nexus app::quiesce::test::test_quiesce_full
80692026-04-22T02:02:00.957Z PASS [ 14.467s] (1318/2797) omicron-nexus app::quiesce::test::test_quiesce_easy
80702026-04-22T02:02:02.306Z PASS [ 15.784s] (1319/2797) omicron-nexus app::quiesce::test::test_quiesce_multi
80712026-04-22T02:02:02.984Z PASS [ 36.336s] (1320/2797) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
80722026-04-22T02:02:05.087Z PASS [ 40.685s] (1321/2797) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
80732026-04-22T02:02:07.255Z PASS [ 17.593s] (1322/2797) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
80742026-04-22T02:02:07.340Z PASS [ 20.466s] (1323/2797) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
80752026-04-22T02:02:10.249Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
80762026-04-22T02:02:10.623Z PASS [ 23.076s] (1324/2797) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
80772026-04-22T02:02:11.587Z PASS [ 22.148s] (1325/2797) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
80782026-04-22T02:02:14.742Z PASS [ 110.698s] (1326/2797) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
80792026-04-22T02:02:15.207Z PASS [ 16.770s] (1327/2797) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
80802026-04-22T02:02:15.680Z PASS [ 17.015s] (1328/2797) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
80812026-04-22T02:02:16.076Z PASS [ 22.221s] (1329/2797) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
80822026-04-22T02:02:16.090Z PASS [ 17.789s] (1330/2797) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
80832026-04-22T02:02:16.276Z PASS [ 15.315s] (1331/2797) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
80842026-04-22T02:02:16.583Z PASS [ 17.984s] (1332/2797) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
80852026-04-22T02:02:16.671Z PASS [ 16.729s] (1333/2797) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
80862026-04-22T02:02:16.929Z PASS [ 18.473s] (1334/2797) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
80872026-04-22T02:02:17.120Z PASS [ 16.490s] (1335/2797) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
80882026-04-22T02:02:17.732Z PASS [ 14.746s] (1336/2797) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
80892026-04-22T02:02:18.816Z PASS [ 13.727s] (1337/2797) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
80902026-04-22T02:02:24.523Z PASS [ 17.266s] (1338/2797) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
80912026-04-22T02:02:24.856Z PASS [ 29.902s] (1339/2797) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
80922026-04-22T02:02:25.023Z PASS [ 29.654s] (1340/2797) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
80932026-04-22T02:02:27.218Z PASS [ 16.594s] (1341/2797) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
80942026-04-22T02:02:27.708Z PASS [ 16.118s] (1342/2797) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
80952026-04-22T02:02:29.232Z PASS [ 34.005s] (1343/2797) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
80962026-04-22T02:02:32.585Z PASS [ 17.375s] (1344/2797) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
80972026-04-22T02:02:33.321Z PASS [ 39.422s] (1345/2797) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
80982026-04-22T02:02:34.007Z PASS [ 18.325s] (1346/2797) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
80992026-04-22T02:02:34.398Z PASS [ 18.305s] (1347/2797) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
81002026-04-22T02:02:34.449Z PASS [ 18.171s] (1348/2797) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
81012026-04-22T02:02:34.533Z PASS [ 17.859s] (1349/2797) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
81022026-04-22T02:02:34.974Z PASS [ 18.042s] (1350/2797) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
81032026-04-22T02:02:35.372Z PASS [ 17.638s] (1351/2797) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
81042026-04-22T02:02:36.433Z PASS [ 17.615s] (1352/2797) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
81052026-04-22T02:02:36.436Z PASS [ 40.865s] (1353/2797) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
81062026-04-22T02:02:38.334Z PASS [ 104.421s] (1354/2797) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
81072026-04-22T02:02:38.550Z PASS [ 41.629s] (1355/2797) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
81082026-04-22T02:02:39.288Z PASS [ 44.084s] (1356/2797) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
81092026-04-22T02:02:41.686Z PASS [ 55.096s] (1357/2797) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
81102026-04-22T02:02:42.642Z PASS [ 17.784s] (1358/2797) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
81112026-04-22T02:02:42.966Z PASS [ 17.940s] (1359/2797) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
81122026-04-22T02:02:44.684Z PASS [ 10.233s] (1360/2797) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
81132026-04-22T02:02:44.698Z PASS [ 10.164s] (1361/2797) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
81142026-04-22T02:02:45.365Z PASS [ 10.388s] (1362/2797) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
81152026-04-22T02:02:46.326Z PASS [ 18.616s] (1363/2797) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
81162026-04-22T02:02:46.894Z PASS [ 11.518s] (1364/2797) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
81172026-04-22T02:02:46.954Z PASS [ 0.061s] (1365/2797) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
81182026-04-22T02:02:47.688Z PASS [ 11.252s] (1366/2797) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
81192026-04-22T02:02:47.985Z PASS [ 11.551s] (1367/2797) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
81202026-04-22T02:02:48.995Z PASS [ 10.443s] (1368/2797) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
81212026-04-22T02:02:49.104Z PASS [ 50.349s] (1369/2797) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
81222026-04-22T02:02:50.216Z PASS [ 17.629s] (1370/2797) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
81232026-04-22T02:02:51.204Z PASS [ 17.880s] (1371/2797) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
81242026-04-22T02:02:51.291Z PASS [ 16.889s] (1372/2797) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
81252026-04-22T02:02:51.784Z PASS [ 10.095s] (1373/2797) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
81262026-04-22T02:02:52.523Z PASS [ 59.029s] (1374/2797) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
81272026-04-22T02:02:53.641Z PASS [ 58.104s] (1375/2797) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
81282026-04-22T02:02:54.827Z PASS [ 52.514s] (1376/2797) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
81292026-04-22T02:02:56.350Z PASS [ 22.338s] (1377/2797) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
81302026-04-22T02:02:57.088Z PASS [ 10.760s] (1378/2797) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
81312026-04-22T02:02:58.847Z PASS [ 42.257s] (1379/2797) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
81322026-04-22T02:03:01.690Z PASS [ 9.904s] (1380/2797) omicron-nexus app::sagas::test_saga::test_saga_stuck
81332026-04-22T02:03:05.221Z PASS [ 22.576s] (1381/2797) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
81342026-04-22T02:03:05.897Z PASS [ 16.791s] (1382/2797) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
81352026-04-22T02:03:05.928Z PASS [ 13.403s] (1383/2797) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
81362026-04-22T02:03:05.932Z PASS [ 16.933s] (1384/2797) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
81372026-04-22T02:03:05.951Z PASS [ 0.054s] (1385/2797) omicron-nexus external_api::console_api::test::test_accept_gz
81382026-04-22T02:03:05.957Z PASS [ 12.314s] (1386/2797) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
81392026-04-22T02:03:06.026Z PASS [ 0.097s] (1387/2797) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
81402026-04-22T02:03:06.039Z PASS [ 0.108s] (1388/2797) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
81412026-04-22T02:03:06.073Z PASS [ 0.116s] (1389/2797) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
81422026-04-22T02:03:06.076Z PASS [ 0.124s] (1390/2797) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
81432026-04-22T02:03:06.079Z PASS [ 0.054s] (1391/2797) omicron-nexus external_api::console_api::test::test_find_file_finds_file
81442026-04-22T02:03:06.099Z PASS [ 0.057s] (1392/2797) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
81452026-04-22T02:03:06.128Z PASS [ 0.055s] (1393/2797) omicron-nexus external_api::console_api::test::test_relative_uri
81462026-04-22T02:03:06.626Z PASS [ 42.096s] (1394/2797) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
81472026-04-22T02:03:06.788Z PASS [ 16.569s] (1395/2797) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
81482026-04-22T02:03:07.021Z PASS [ 12.193s] (1396/2797) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
81492026-04-22T02:03:07.126Z PASS [ 1.905s] (1397/2797) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
81502026-04-22T02:03:07.337Z PASS [ 10.987s] (1398/2797) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
81512026-04-22T02:03:07.353Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
81522026-04-22T02:03:07.975Z PASS [ 16.682s] (1399/2797) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
81532026-04-22T02:03:08.061Z PASS [ 25.091s] (1400/2797) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
81542026-04-22T02:03:08.451Z PASS [ 17.244s] (1401/2797) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
81552026-04-22T02:03:08.799Z PASS [ 11.710s] (1402/2797) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
81562026-04-22T02:03:09.758Z PASS [ 10.910s] (1403/2797) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
81572026-04-22T02:03:10.259Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
81582026-04-22T02:03:13.583Z PASS [ 11.892s] (1404/2797) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
81592026-04-22T02:03:14.776Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
81602026-04-22T02:03:16.088Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
81612026-04-22T02:03:16.194Z PASS [ 61.443s] (1405/2797) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
81622026-04-22T02:03:16.199Z PASS [ 30.830s] (1406/2797) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
81632026-04-22T02:03:16.931Z PASS [ 29.964s] (1407/2797) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
81642026-04-22T02:03:17.141Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
81652026-04-22T02:03:17.566Z PASS [ 11.467s] (1408/2797) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
81662026-04-22T02:03:17.613Z PASS [ 11.532s] (1409/2797) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
81672026-04-22T02:03:19.472Z PASS [ 31.779s] (1410/2797) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
81682026-04-22T02:03:19.566Z PASS [ 2.000s] (1411/2797) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
81692026-04-22T02:03:19.698Z PASS [ 2.085s] (1412/2797) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
81702026-04-22T02:03:19.902Z PASS [ 0.429s] (1413/2797) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
81712026-04-22T02:03:21.038Z PASS [ 12.216s] (1414/2797) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
81722026-04-22T02:03:21.134Z PASS [ 73.783s] (1415/2797) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
81732026-04-22T02:03:22.276Z PASS [ 14.213s] (1416/2797) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
81742026-04-22T02:03:22.325Z PASS [ 15.301s] (1417/2797) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
81752026-04-22T02:03:23.024Z PASS [ 14.571s] (1418/2797) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
81762026-04-22T02:03:23.045Z PASS [ 16.915s] (1419/2797) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
81772026-04-22T02:03:23.880Z PASS [ 17.252s] (1420/2797) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
81782026-04-22T02:03:24.531Z PASS [ 17.402s] (1421/2797) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
81792026-04-22T02:03:25.083Z PASS [ 17.743s] (1422/2797) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
81802026-04-22T02:03:27.229Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
81812026-04-22T02:03:28.016Z PASS [ 11.092s] (1423/2797) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
81822026-04-22T02:03:29.242Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
81832026-04-22T02:03:30.256Z PASS [ 42.264s] (1424/2797) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
81842026-04-22T02:03:30.925Z PASS [ 11.225s] (1425/2797) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
81852026-04-22T02:03:31.395Z PASS [ 11.490s] (1426/2797) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
81862026-04-22T02:03:31.752Z PASS [ 12.184s] (1427/2797) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
81872026-04-22T02:03:31.893Z PASS [ 64.664s] (1428/2797) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
81882026-04-22T02:03:32.434Z PASS [ 25.642s] (1429/2797) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
81892026-04-22T02:03:32.565Z PASS [ 11.545s] (1430/2797) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
81902026-04-22T02:03:32.756Z PASS [ 11.620s] (1431/2797) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
81912026-04-22T02:03:32.865Z PASS [ 10.539s] (1432/2797) omicron-nexus::test_all integration_tests::basic::test_ping
81922026-04-22T02:03:32.947Z PASS [ 10.669s] (1433/2797) omicron-nexus::test_all integration_tests::basic::test_basic_failures
81932026-04-22T02:03:32.947Z PASS [ 16.751s] (1434/2797) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
81942026-04-22T02:03:33.104Z PASS [ 25.125s] (1435/2797) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
81952026-04-22T02:03:33.281Z PASS [ 76.150s] (1436/2797) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
81962026-04-22T02:03:33.293Z PASS [ 0.346s] (1437/2797) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
81972026-04-22T02:03:33.634Z PASS [ 64.392s] (1438/2797) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
81982026-04-22T02:03:34.051Z PASS [ 1.295s] (1439/2797) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
81992026-04-22T02:03:34.256Z PASS [ 10.374s] (1440/2797) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
82002026-04-22T02:03:34.369Z PASS [ 1.503s] (1441/2797) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
82012026-04-22T02:03:34.563Z PASS [ 10.030s] (1442/2797) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
82022026-04-22T02:03:34.666Z PASS [ 18.463s] (1443/2797) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
82032026-04-22T02:03:34.965Z PASS [ 9.881s] (1444/2797) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
82042026-04-22T02:03:36.581Z PASS [ 30.502s] (1445/2797) omicron-nexus populate::test::test_populators
82052026-04-22T02:03:37.299Z PASS [ 58.002s] (1446/2797) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
82062026-04-22T02:03:37.384Z PASS [ 59.042s] (1447/2797) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
82072026-04-22T02:03:38.592Z PASS [ 10.574s] (1448/2797) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
82082026-04-22T02:03:40.116Z PASS [ 55.410s] (1449/2797) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
82092026-04-22T02:03:40.236Z PASS [ 17.209s] (1450/2797) omicron-nexus::test_all integration_tests::basic::test_projects_basic
82102026-04-22T02:03:40.990Z PASS [ 10.733s] (1451/2797) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
82112026-04-22T02:03:41.000Z PASS [ 56.308s] (1452/2797) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
82122026-04-22T02:03:43.660Z PASS [ 11.767s] (1453/2797) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
82132026-04-22T02:03:43.685Z PASS [ 12.287s] (1454/2797) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
82142026-04-22T02:03:44.095Z PASS [ 13.168s] (1455/2797) omicron-nexus::test_all integration_tests::certificates::test_crud
82152026-04-22T02:03:44.106Z PASS [ 11.670s] (1456/2797) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
82162026-04-22T02:03:44.546Z PASS [ 11.979s] (1457/2797) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
82172026-04-22T02:03:44.840Z PASS [ 11.735s] (1458/2797) omicron-nexus::test_all integration_tests::console_api::test_assets
82182026-04-22T02:03:44.992Z PASS [ 12.043s] (1459/2797) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
82192026-04-22T02:03:45.188Z PASS [ 11.905s] (1460/2797) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
82202026-04-22T02:03:45.722Z PASS [ 22.673s] (1461/2797) omicron-nexus::test_all integration_tests::basic::test_projects_list
82212026-04-22T02:03:45.968Z PASS [ 11.915s] (1462/2797) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
82222026-04-22T02:03:47.118Z PASS [ 33.530s] (1463/2797) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
82232026-04-22T02:03:47.136Z PASS [ 12.765s] (1464/2797) omicron-nexus::test_all integration_tests::console_api::test_session_me
82242026-04-22T02:03:47.374Z PASS [ 12.406s] (1465/2797) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
82252026-04-22T02:03:47.544Z PASS [ 12.980s] (1466/2797) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
82262026-04-22T02:03:48.924Z PASS [ 14.665s] (1467/2797) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
82272026-04-22T02:03:49.474Z PASS [ 16.178s] (1468/2797) omicron-nexus::test_all integration_tests::console_api::test_console_pages
82282026-04-22T02:03:49.713Z PASS [ 16.077s] (1469/2797) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
82292026-04-22T02:03:50.211Z PASS [ 18.456s] (1470/2797) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
82302026-04-22T02:03:52.210Z PASS [ 17.543s] (1471/2797) omicron-nexus::test_all integration_tests::console_api::test_sessions
82312026-04-22T02:03:58.206Z PASS [ 10.830s] (1472/2797) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
82322026-04-22T02:03:59.594Z PASS [ 10.667s] (1473/2797) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
82332026-04-22T02:03:59.607Z PASS [ 103.515s] (1474/2797) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
82342026-04-22T02:03:59.623Z PASS [ 10.147s] (1475/2797) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
82352026-04-22T02:03:59.731Z PASS [ 10.017s] (1476/2797) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
82362026-04-22T02:04:04.263Z PASS [ 14.050s] (1477/2797) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
82372026-04-22T02:04:04.873Z PASS [ 12.659s] (1478/2797) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
82382026-04-22T02:04:05.780Z PASS [ 7.573s] (1479/2797) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
82392026-04-22T02:04:06.212Z PASS [ 18.660s] (1480/2797) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
82402026-04-22T02:04:07.513Z PASS [ 30.925s] (1481/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
82412026-04-22T02:04:09.770Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
82422026-04-22T02:04:10.269Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
82432026-04-22T02:04:11.144Z PASS [ 11.550s] (1482/2797) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
82442026-04-22T02:04:12.409Z PASS [ 33.811s] (1483/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
82452026-04-22T02:04:21.142Z PASS [ 35.415s] (1484/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
82462026-04-22T02:04:24.756Z PASS [ 43.750s] (1485/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
82472026-04-22T02:04:28.818Z PASS [ 43.623s] (1486/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
82482026-04-22T02:04:29.901Z PASS [ 30.290s] (1487/2797) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
82492026-04-22T02:04:30.487Z PASS [ 53.180s] (1488/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
82502026-04-22T02:04:30.904Z PASS [ 31.278s] (1489/2797) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
82512026-04-22T02:04:31.129Z PASS [ 31.393s] (1490/2797) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
82522026-04-22T02:04:31.326Z PASS [ 81.555s] (1491/2797) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
82532026-04-22T02:04:33.471Z PASS [ 56.079s] (1492/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
82542026-04-22T02:04:33.934Z PASS [ 49.086s] (1493/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
82552026-04-22T02:04:36.100Z PASS [ 52.431s] (1494/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
82562026-04-22T02:04:37.034Z PASS [ 51.059s] (1495/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
82572026-04-22T02:04:37.816Z PASS [ 52.815s] (1496/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
82582026-04-22T02:04:40.127Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
82592026-04-22T02:04:40.246Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
82602026-04-22T02:04:41.001Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
82612026-04-22T02:04:41.301Z PASS [ 10.395s] (1497/2797) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
82622026-04-22T02:04:41.406Z PASS [ 10.275s] (1498/2797) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
82632026-04-22T02:04:41.729Z PASS [ 29.317s] (1499/2797) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
82642026-04-22T02:04:42.100Z PASS [ 61.100s] (1500/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
82652026-04-22T02:04:43.323Z PASS [ 9.850s] (1501/2797) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
82662026-04-22T02:04:43.695Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
82672026-04-22T02:04:43.851Z PASS [ 59.747s] (1502/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
82682026-04-22T02:04:44.118Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
82692026-04-22T02:04:44.559Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
82702026-04-22T02:04:47.130Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
82712026-04-22T02:04:47.146Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
82722026-04-22T02:04:48.336Z PASS [ 338.072s] (1503/2797) oximeter-db client::tests::test_replicated
82732026-04-22T02:04:48.367Z PASS [ 0.030s] (1504/2797) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
82742026-04-22T02:04:48.399Z PASS [ 0.031s] (1505/2797) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
82752026-04-22T02:04:48.428Z PASS [ 0.028s] (1506/2797) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
82762026-04-22T02:04:48.461Z PASS [ 0.033s] (1507/2797) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
82772026-04-22T02:04:48.492Z PASS [ 0.031s] (1508/2797) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
82782026-04-22T02:04:49.034Z PASS [ 18.543s] (1509/2797) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
82792026-04-22T02:04:49.379Z PASS [ 43.164s] (1510/2797) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
82802026-04-22T02:04:49.509Z PASS [ 1.017s] (1511/2797) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
82812026-04-22T02:04:49.897Z PASS [ 0.388s] (1512/2797) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
82822026-04-22T02:04:50.168Z PASS [ 0.250s] (1513/2797) omicron-clickhouse-admin::integration_test test_lgif_parsing
82832026-04-22T02:04:50.371Z PASS [ 0.224s] (1514/2797) omicron-clickhouse-admin::integration_test test_raft_config_parsing
82842026-04-22T02:04:50.497Z PASS [ 0.120s] (1515/2797) omicron-clickhouse-admin::integration_test test_teardown
82852026-04-22T02:04:50.546Z PASS [ 0.046s] (1516/2797) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
82862026-04-22T02:04:50.834Z PASS [ 20.918s] (1517/2797) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
82872026-04-22T02:04:51.913Z PASS [ 64.782s] (1518/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
82882026-04-22T02:04:54.098Z PASS [ 46.579s] (1519/2797) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
82892026-04-22T02:04:56.461Z PASS [ 52.190s] (1520/2797) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
82902026-04-22T02:04:57.681Z PASS [ 52.802s] (1521/2797) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
82912026-04-22T02:04:58.784Z PASS [ 34.023s] (1522/2797) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
82922026-04-22T02:05:01.647Z PASS [ 77.950s] (1523/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
82932026-04-22T02:05:05.453Z PASS [ 21.593s] (1524/2797) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
82942026-04-22T02:05:05.793Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
82952026-04-22T02:05:08.548Z PASS [ 83.990s] (1525/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
82962026-04-22T02:05:09.244Z PASS [ 35.304s] (1526/2797) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
82972026-04-22T02:05:09.568Z PASS [ 58.415s] (1527/2797) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
82982026-04-22T02:05:09.703Z PASS [ 48.553s] (1528/2797) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
82992026-04-22T02:05:10.251Z PASS [ 34.146s] (1529/2797) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
83002026-04-22T02:05:10.744Z PASS [ 90.495s] (1530/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
83012026-04-22T02:05:12.121Z PASS [ 30.387s] (1531/2797) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
83022026-04-22T02:05:14.124Z PASS [ 42.792s] (1532/2797) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
83032026-04-22T02:05:15.861Z PASS [ 34.449s] (1533/2797) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
83042026-04-22T02:05:15.866Z PASS [ 10.417s] (1534/2797) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
83052026-04-22T02:05:20.053Z PASS [ 11.503s] (1535/2797) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
83062026-04-22T02:05:21.123Z PASS [ 11.553s] (1536/2797) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
83072026-04-22T02:05:21.630Z PASS [ 11.926s] (1537/2797) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
83082026-04-22T02:05:21.969Z PASS [ 25.463s] (1538/2797) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
83092026-04-22T02:05:22.399Z PASS [ 13.141s] (1539/2797) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
83102026-04-22T02:05:22.440Z PASS [ 12.180s] (1540/2797) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
83112026-04-22T02:05:22.990Z PASS [ 45.153s] (1541/2797) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
83122026-04-22T02:05:23.549Z PASS [ 12.800s] (1542/2797) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
83132026-04-22T02:05:23.571Z PASS [ 77.776s] (1543/2797) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
83142026-04-22T02:05:23.624Z PASS [ 34.232s] (1544/2797) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
83152026-04-22T02:05:24.679Z PASS [ 12.553s] (1545/2797) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
83162026-04-22T02:05:24.843Z PASS [ 42.735s] (1546/2797) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
83172026-04-22T02:05:26.147Z PASS [ 34.232s] (1547/2797) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
83182026-04-22T02:05:26.423Z PASS [ 24.772s] (1548/2797) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
83192026-04-22T02:05:26.850Z PASS [ 36.023s] (1549/2797) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
83202026-04-22T02:05:28.141Z PASS [ 14.014s] (1550/2797) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
83212026-04-22T02:05:28.273Z PASS [ 46.965s] (1551/2797) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
83222026-04-22T02:05:28.828Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
83232026-04-22T02:05:29.877Z PASS [ 31.088s] (1552/2797) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
83242026-04-22T02:05:31.586Z PASS [ 15.715s] (1553/2797) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
83252026-04-22T02:05:31.688Z PASS [ 15.824s] (1554/2797) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
83262026-04-22T02:05:35.714Z PASS [ 46.674s] (1555/2797) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
83272026-04-22T02:05:36.709Z PASS [ 59.666s] (1556/2797) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
83282026-04-22T02:05:36.938Z PASS [ 116.805s] (1557/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
83292026-04-22T02:05:37.577Z PASS [ 13.958s] (1558/2797) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
83302026-04-22T02:05:37.614Z PASS [ 15.225s] (1559/2797) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
83312026-04-22T02:05:37.991Z PASS [ 17.935s] (1560/2797) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
83322026-04-22T02:05:38.433Z PASS [ 14.863s] (1561/2797) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
83332026-04-22T02:05:38.669Z PASS [ 13.826s] (1562/2797) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
83342026-04-22T02:05:39.030Z PASS [ 44.925s] (1563/2797) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
83352026-04-22T02:05:39.283Z PASS [ 14.604s] (1564/2797) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
83362026-04-22T02:05:39.751Z PASS [ 16.773s] (1565/2797) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
83372026-04-22T02:05:40.438Z PASS [ 14.013s] (1566/2797) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
83382026-04-22T02:05:41.723Z PASS [ 14.870s] (1567/2797) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
83392026-04-22T02:05:41.890Z PASS [ 13.748s] (1568/2797) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
83402026-04-22T02:05:42.129Z PASS [ 19.694s] (1569/2797) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
83412026-04-22T02:05:42.463Z PASS [ 16.314s] (1570/2797) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
83422026-04-22T02:05:42.660Z PASS [ 115.507s] (1571/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
83432026-04-22T02:05:43.186Z PASS [ 22.058s] (1572/2797) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
83442026-04-22T02:05:43.336Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
83452026-04-22T02:05:44.129Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
83462026-04-22T02:05:45.240Z PASS [ 21.690s] (1573/2797) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
83472026-04-22T02:05:46.920Z PASS [ 78.092s] (1574/2797) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
83482026-04-22T02:05:48.111Z PASS [ 16.421s] (1575/2797) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
83492026-04-22T02:05:50.041Z PASS [ 13.100s] (1576/2797) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
83502026-04-22T02:05:50.164Z PASS [ 20.284s] (1577/2797) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
83512026-04-22T02:05:50.255Z PASS [ 59.709s] (1578/2797) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
83522026-04-22T02:05:50.274Z PASS [ 12.658s] (1579/2797) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
83532026-04-22T02:05:51.390Z PASS [ 13.812s] (1580/2797) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
83542026-04-22T02:05:51.571Z PASS [ 23.294s] (1581/2797) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
83552026-04-22T02:05:51.598Z PASS [ 68.264s] (1582/2797) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
83562026-04-22T02:05:51.638Z PASS [ 29.706s] (1583/2797) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
83572026-04-22T02:05:51.834Z PASS [ 15.121s] (1584/2797) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
83582026-04-22T02:05:52.532Z PASS [ 4.420s] (1585/2797) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
83592026-04-22T02:05:52.658Z PASS [ 31.024s] (1586/2797) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
83602026-04-22T02:05:52.781Z PASS [ 7.540s] (1587/2797) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
83612026-04-22T02:05:52.919Z PASS [ 5.997s] (1588/2797) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
83622026-04-22T02:05:53.531Z PASS [ 15.538s] (1589/2797) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
83632026-04-22T02:05:53.558Z PASS [ 17.841s] (1590/2797) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
83642026-04-22T02:05:54.033Z PASS [ 3.778s] (1591/2797) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
83652026-04-22T02:05:54.292Z PASS [ 15.856s] (1592/2797) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
83662026-04-22T02:05:54.930Z PASS [ 15.896s] (1593/2797) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
83672026-04-22T02:05:57.692Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
83682026-04-22T02:05:57.725Z PASS [ 19.054s] (1594/2797) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
83692026-04-22T02:05:58.511Z PASS [ 8.469s] (1595/2797) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
83702026-04-22T02:06:00.152Z PASS [ 16.966s] (1596/2797) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
83712026-04-22T02:06:01.704Z PASS [ 22.418s] (1597/2797) omicron-nexus::test_all integration_tests::images::test_image_create
83722026-04-22T02:06:02.701Z PASS [ 138.574s] (1598/2797) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
83732026-04-22T02:06:03.646Z PASS [ 20.980s] (1599/2797) omicron-nexus::test_all integration_tests::images::test_silo_image_create
83742026-04-22T02:06:05.199Z PASS [ 25.444s] (1600/2797) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
83752026-04-22T02:06:05.734Z PASS [ 23.601s] (1601/2797) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
83762026-04-22T02:06:05.748Z PASS [ 25.305s] (1602/2797) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
83772026-04-22T02:06:05.809Z PASS [ 68.118s] (1603/2797) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
83782026-04-22T02:06:05.867Z PASS [ 24.140s] (1604/2797) omicron-nexus::test_all integration_tests::images::test_image_promotion
83792026-04-22T02:06:06.348Z PASS [ 16.181s] (1605/2797) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
83802026-04-22T02:06:06.449Z PASS [ 16.172s] (1606/2797) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
83812026-04-22T02:06:06.518Z PASS [ 24.625s] (1607/2797) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
83822026-04-22T02:06:06.661Z PASS [ 13.878s] (1608/2797) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
83832026-04-22T02:06:06.662Z PASS [ 24.194s] (1609/2797) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
83842026-04-22T02:06:06.787Z PASS [ 13.866s] (1610/2797) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
83852026-04-22T02:06:07.901Z PASS [ 13.866s] (1611/2797) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
83862026-04-22T02:06:08.709Z PASS [ 14.415s] (1612/2797) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
83872026-04-22T02:06:09.802Z PASS [ 18.202s] (1613/2797) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
83882026-04-22T02:06:12.188Z PASS [ 14.460s] (1614/2797) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
83892026-04-22T02:06:14.378Z PASS [ 22.737s] (1615/2797) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
83902026-04-22T02:06:14.978Z PASS [ 16.465s] (1616/2797) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
83912026-04-22T02:06:15.531Z PASS [ 22.995s] (1617/2797) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
83922026-04-22T02:06:15.708Z PASS [ 44.118s] (1618/2797) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
83932026-04-22T02:06:15.855Z PASS [ 24.281s] (1619/2797) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
83942026-04-22T02:06:15.962Z PASS [ 22.428s] (1620/2797) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
83952026-04-22T02:06:17.905Z PASS [ 24.344s] (1621/2797) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
83962026-04-22T02:06:19.425Z PASS [ 24.493s] (1622/2797) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
83972026-04-22T02:06:19.782Z PASS [ 16.136s] (1623/2797) omicron-nexus::test_all integration_tests::instances::test_instance_access
83982026-04-22T02:06:22.426Z PASS [ 31.031s] (1624/2797) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
83992026-04-22T02:06:23.803Z PASS [ 13.998s] (1625/2797) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
84002026-04-22T02:06:24.070Z PASS [ 18.868s] (1626/2797) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
84012026-04-22T02:06:24.208Z PASS [ 17.687s] (1627/2797) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
84022026-04-22T02:06:24.251Z PASS [ 15.539s] (1628/2797) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
84032026-04-22T02:06:24.599Z PASS [ 17.933s] (1629/2797) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
84042026-04-22T02:06:25.956Z PASS [ 19.604s] (1630/2797) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
84052026-04-22T02:06:26.068Z PASS [ 20.197s] (1631/2797) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
84062026-04-22T02:06:29.219Z PASS [ 23.406s] (1632/2797) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
84072026-04-22T02:06:30.488Z PASS [ 18.296s] (1633/2797) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
84082026-04-22T02:06:30.763Z PASS [ 23.970s] (1634/2797) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
84092026-04-22T02:06:32.759Z PASS [ 18.378s] (1635/2797) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
84102026-04-22T02:06:32.856Z PASS [ 41.017s] (1636/2797) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
84112026-04-22T02:06:33.278Z PASS [ 18.295s] (1637/2797) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
84122026-04-22T02:06:33.790Z PASS [ 27.125s] (1638/2797) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
84132026-04-22T02:06:34.053Z PASS [ 18.342s] (1639/2797) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
84142026-04-22T02:06:34.252Z PASS [ 18.393s] (1640/2797) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
84152026-04-22T02:06:35.295Z PASS [ 19.761s] (1641/2797) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
84162026-04-22T02:06:35.818Z PASS [ 11.219s] (1642/2797) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
84172026-04-22T02:06:37.566Z PASS [ 29.660s] (1643/2797) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
84182026-04-22T02:06:37.726Z PASS [ 11.657s] (1644/2797) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
84192026-04-22T02:06:38.677Z PASS [ 12.720s] (1645/2797) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
84202026-04-22T02:06:38.952Z PASS [ 33.213s] (1646/2797) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
84212026-04-22T02:06:41.974Z PASS [ 17.763s] (1647/2797) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
84222026-04-22T02:06:42.125Z PASS [ 12.887s] (1648/2797) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
84232026-04-22T02:06:42.671Z PASS [ 18.417s] (1649/2797) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
84242026-04-22T02:06:43.818Z PASS [ 43.660s] (1650/2797) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
84252026-04-22T02:06:44.343Z PASS [ 24.913s] (1651/2797) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
84262026-04-22T02:06:45.501Z PASS [ 42.794s] (1652/2797) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
84272026-04-22T02:06:46.285Z PASS [ 23.855s] (1653/2797) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
84282026-04-22T02:06:46.662Z PASS [ 26.875s] (1654/2797) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
84292026-04-22T02:06:47.280Z PASS [ 23.206s] (1655/2797) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
84302026-04-22T02:06:48.264Z PASS [ 12.967s] (1656/2797) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
84312026-04-22T02:06:48.925Z PASS [ 25.118s] (1657/2797) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
84322026-04-22T02:06:49.015Z PASS [ 16.254s] (1658/2797) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
84332026-04-22T02:06:50.261Z PASS [ 11.583s] (1659/2797) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
84342026-04-22T02:06:50.538Z PASS [ 32.628s] (1660/2797) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
84352026-04-22T02:06:50.863Z PASS [ 44.407s] (1661/2797) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
84362026-04-22T02:06:50.933Z PASS [ 16.878s] (1662/2797) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
84372026-04-22T02:06:52.626Z PASS [ 59.958s] (1663/2797) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
84382026-04-22T02:06:53.528Z PASS [ 17.704s] (1664/2797) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
84392026-04-22T02:06:53.735Z PASS [ 16.007s] (1665/2797) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
84402026-04-22T02:06:54.022Z PASS [ 16.445s] (1666/2797) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
84412026-04-22T02:06:54.612Z PASS [ 10.266s] (1667/2797) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
84422026-04-22T02:06:56.239Z PASS [ 17.284s] (1668/2797) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
84432026-04-22T02:06:56.349Z PASS [ 22.555s] (1669/2797) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
84442026-04-22T02:06:58.103Z PASS [ 12.595s] (1670/2797) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
84452026-04-22T02:06:58.266Z PASS [ 15.591s] (1671/2797) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
84462026-04-22T02:06:58.450Z PASS [ 12.163s] (1672/2797) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
84472026-04-22T02:06:58.804Z PASS [ 16.827s] (1673/2797) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
84482026-04-22T02:06:58.897Z PASS [ 9.943s] (1674/2797) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
84492026-04-22T02:06:58.906Z PASS [ 57.187s] (1675/2797) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
84502026-04-22T02:06:59.232Z PASS [ 12.567s] (1676/2797) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
84512026-04-22T02:06:59.891Z PASS [ 27.031s] (1677/2797) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
84522026-04-22T02:07:00.890Z PASS [ 30.396s] (1678/2797) omicron-nexus::test_all integration_tests::instances::test_instance_serial
84532026-04-22T02:07:03.185Z PASS [ 19.363s] (1679/2797) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
84542026-04-22T02:07:03.888Z PASS [ 10.151s] (1680/2797) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
84552026-04-22T02:07:05.759Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
84562026-04-22T02:07:06.658Z PASS [ 12.642s] (1681/2797) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
84572026-04-22T02:07:07.245Z PASS [ 14.617s] (1682/2797) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
84582026-04-22T02:07:07.519Z PASS [ 20.236s] (1683/2797) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
84592026-04-22T02:07:08.710Z PASS [ 14.098s] (1684/2797) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
84602026-04-22T02:07:09.041Z PASS [ 15.514s] (1685/2797) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
84612026-04-22T02:07:09.058Z PASS [ 12.707s] (1686/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
84622026-04-22T02:07:09.254Z PASS [ 20.986s] (1687/2797) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
84632026-04-22T02:07:09.701Z PASS [ 27.589s] (1688/2797) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
84642026-04-22T02:07:09.723Z PASS [ 19.182s] (1689/2797) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
84652026-04-22T02:07:09.731Z PASS [ 38.964s] (1690/2797) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
84662026-04-22T02:07:10.081Z PASS [ 19.145s] (1691/2797) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
84672026-04-22T02:07:10.308Z PASS [ 37.026s] (1692/2797) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
84682026-04-22T02:07:10.360Z PASS [ 20.095s] (1693/2797) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
84692026-04-22T02:07:10.886Z PASS [ 11.985s] (1694/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
84702026-04-22T02:07:11.053Z PASS [ 12.602s] (1695/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
84712026-04-22T02:07:11.213Z PASS [ 12.341s] (1696/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
84722026-04-22T02:07:11.278Z PASS [ 13.011s] (1697/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
84732026-04-22T02:07:11.338Z PASS [ 55.366s] (1698/2797) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
84742026-04-22T02:07:11.670Z PASS [ 12.864s] (1699/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
84752026-04-22T02:07:11.707Z PASS [ 12.474s] (1700/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
84762026-04-22T02:07:12.279Z PASS [ 12.387s] (1701/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
84772026-04-22T02:07:13.135Z PASS [ 22.269s] (1702/2797) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
84782026-04-22T02:07:13.181Z PASS [ 24.162s] (1703/2797) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
84792026-04-22T02:07:14.043Z PASS [ 68.287s] (1704/2797) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
84802026-04-22T02:07:14.187Z PASS [ 16.086s] (1705/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
84812026-04-22T02:07:15.019Z PASS [ 14.129s] (1706/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
84822026-04-22T02:07:16.160Z PASS [ 12.974s] (1707/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
84832026-04-22T02:07:17.402Z PASS [ 21.160s] (1708/2797) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
84842026-04-22T02:07:20.370Z PASS [ 13.711s] (1709/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
84852026-04-22T02:07:22.026Z PASS [ 12.980s] (1710/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
84862026-04-22T02:07:22.447Z PASS [ 13.735s] (1711/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
84872026-04-22T02:07:23.311Z PASS [ 19.420s] (1712/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
84882026-04-22T02:07:24.148Z PASS [ 16.901s] (1713/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
84892026-04-22T02:07:24.209Z PASS [ 13.899s] (1714/2797) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
84902026-04-22T02:07:24.385Z PASS [ 14.024s] (1715/2797) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
84912026-04-22T02:07:25.677Z PASS [ 15.944s] (1716/2797) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
84922026-04-22T02:07:27.335Z PASS [ 16.447s] (1717/2797) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
84932026-04-22T02:07:28.622Z PASS [ 21.100s] (1718/2797) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
84942026-04-22T02:07:30.768Z PASS [ 19.487s] (1719/2797) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
84952026-04-22T02:07:32.812Z PASS [ 23.107s] (1720/2797) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
84962026-04-22T02:07:33.508Z PASS [ 9.355s] (1721/2797) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
84972026-04-22T02:07:33.942Z PASS [ 11.493s] (1722/2797) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
84982026-04-22T02:07:34.261Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
84992026-04-22T02:07:34.797Z PASS [ 10.586s] (1723/2797) omicron-nexus::test_all integration_tests::projects::test_project_deletion
85002026-04-22T02:07:35.064Z PASS [ 24.979s] (1724/2797) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
85012026-04-22T02:07:35.286Z PASS [ 10.900s] (1725/2797) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
85022026-04-22T02:07:35.916Z PASS [ 12.603s] (1726/2797) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
85032026-04-22T02:07:36.172Z PASS [ 10.493s] (1727/2797) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
85042026-04-22T02:07:37.397Z PASS [ 26.056s] (1728/2797) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
85052026-04-22T02:07:39.130Z PASS [ 27.419s] (1729/2797) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
85062026-04-22T02:07:40.092Z PASS [ 25.901s] (1730/2797) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
85072026-04-22T02:07:40.095Z PASS [ 26.908s] (1731/2797) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
85082026-04-22T02:07:41.772Z PASS [ 32.513s] (1732/2797) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
85092026-04-22T02:07:43.542Z PASS [ 32.484s] (1733/2797) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
85102026-04-22T02:07:44.325Z PASS [ 33.107s] (1734/2797) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
85112026-04-22T02:07:44.422Z PASS [ 9.355s] (1735/2797) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
85122026-04-22T02:07:45.045Z PASS [ 12.232s] (1736/2797) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
85132026-04-22T02:07:45.591Z PASS [ 10.792s] (1737/2797) omicron-nexus::test_all integration_tests::projects::test_projects
85142026-04-22T02:07:45.833Z PASS [ 11.889s] (1738/2797) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
85152026-04-22T02:07:45.997Z PASS [ 32.857s] (1739/2797) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
85162026-04-22T02:07:46.689Z PASS [ 9.290s] (1740/2797) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
85172026-04-22T02:07:47.135Z PASS [ 11.847s] (1741/2797) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
85182026-04-22T02:07:47.240Z PASS [ 0.105s] (1742/2797) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
85192026-04-22T02:07:47.349Z PASS [ 0.107s] (1743/2797) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
85202026-04-22T02:07:47.457Z PASS [ 0.109s] (1744/2797) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
85212026-04-22T02:07:47.567Z PASS [ 0.110s] (1745/2797) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
85222026-04-22T02:07:47.677Z PASS [ 0.110s] (1746/2797) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
85232026-04-22T02:07:47.734Z PASS [ 11.817s] (1747/2797) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
85242026-04-22T02:07:48.149Z PASS [ 9.016s] (1748/2797) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
85252026-04-22T02:07:48.642Z PASS [ 36.967s] (1749/2797) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
85262026-04-22T02:07:50.989Z PASS [ 10.895s] (1750/2797) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
85272026-04-22T02:07:51.223Z PASS [ 23.884s] (1751/2797) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
85282026-04-22T02:07:52.068Z PASS [ 11.974s] (1752/2797) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
85292026-04-22T02:07:52.190Z PASS [ 0.122s] (1753/2797) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
85302026-04-22T02:07:52.392Z PASS [ 10.619s] (1754/2797) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
85312026-04-22T02:07:52.557Z PASS [ 21.785s] (1755/2797) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
85322026-04-22T02:07:52.678Z PASS [ 0.120s] (1756/2797) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
85332026-04-22T02:07:52.787Z PASS [ 0.109s] (1757/2797) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
85342026-04-22T02:07:55.272Z PASS [ 10.850s] (1758/2797) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
85352026-04-22T02:07:55.825Z PASS [ 11.497s] (1759/2797) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
85362026-04-22T02:07:56.992Z PASS [ 13.448s] (1760/2797) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
85372026-04-22T02:07:59.189Z PASS [ 13.190s] (1761/2797) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
85382026-04-22T02:07:59.267Z PASS [ 13.674s] (1762/2797) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
85392026-04-22T02:07:59.475Z PASS [ 11.739s] (1763/2797) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
85402026-04-22T02:07:59.574Z PASS [ 11.895s] (1764/2797) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
85412026-04-22T02:08:00.111Z PASS [ 11.961s] (1765/2797) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
85422026-04-22T02:08:00.224Z PASS [ 46.174s] (1766/2797) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
85432026-04-22T02:08:00.437Z PASS [ 15.388s] (1767/2797) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
85442026-04-22T02:08:00.627Z PASS [ 11.984s] (1768/2797) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
85452026-04-22T02:08:01.110Z PASS [ 14.419s] (1769/2797) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
85462026-04-22T02:08:01.610Z PASS [ 2.035s] (1770/2797) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
85472026-04-22T02:08:01.929Z PASS [ 10.704s] (1771/2797) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
85482026-04-22T02:08:02.013Z PASS [ 11.022s] (1772/2797) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
85492026-04-22T02:08:02.125Z PASS [ 33.498s] (1773/2797) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
85502026-04-22T02:08:02.379Z PASS [ 53.313s] (1774/2797) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
85512026-04-22T02:08:02.498Z PASS [ 45.089s] (1775/2797) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
85522026-04-22T02:08:02.673Z PASS [ 2.046s] (1776/2797) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
85532026-04-22T02:08:03.068Z PASS [ 10.280s] (1777/2797) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
85542026-04-22T02:08:03.292Z PASS [ 1.681s] (1778/2797) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
85552026-04-22T02:08:03.434Z PASS [ 11.242s] (1779/2797) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
85562026-04-22T02:08:03.439Z PASS [ 11.045s] (1780/2797) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
85572026-04-22T02:08:03.704Z PASS [ 1.579s] (1781/2797) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
85582026-04-22T02:08:03.747Z PASS [ 17.912s] (1782/2797) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
85592026-04-22T02:08:04.159Z PASS [ 1.486s] (1783/2797) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
85602026-04-22T02:08:04.345Z PASS [ 54.613s] (1784/2797) omicron-nexus::test_all integration_tests::metrics::test_metrics
85612026-04-22T02:08:04.360Z PASS [ 48.193s] (1785/2797) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
85622026-04-22T02:08:04.661Z PASS [ 1.227s] (1786/2797) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
85632026-04-22T02:08:04.822Z PASS [ 1.530s] (1787/2797) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
85642026-04-22T02:08:04.881Z PASS [ 9.589s] (1788/2797) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
85652026-04-22T02:08:04.884Z PASS [ 52.581s] (1789/2797) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
85662026-04-22T02:08:04.964Z PASS [ 9.137s] (1790/2797) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
85672026-04-22T02:08:05.685Z PASS [ 8.692s] (1791/2797) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
85682026-04-22T02:08:05.725Z PASS [ 45.349s] (1792/2797) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
85692026-04-22T02:08:07.591Z PASS [ 3.430s] (1793/2797) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
85702026-04-22T02:08:08.477Z PASS [ 32.301s] (1794/2797) omicron-nexus::test_all integration_tests::quotas::test_quotas
85712026-04-22T02:08:09.172Z PASS [ 35.661s] (1795/2797) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
85722026-04-22T02:08:09.329Z PASS [ 47.299s] (1796/2797) omicron-nexus::test_all integration_tests::password_login::test_local_users
85732026-04-22T02:08:09.331Z PASS [ 54.305s] (1797/2797) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
85742026-04-22T02:08:13.506Z PASS [ 8.542s] (1798/2797) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
85752026-04-22T02:08:13.960Z PASS [ 9.095s] (1799/2797) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
85762026-04-22T02:08:14.730Z PASS [ 9.002s] (1800/2797) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
85772026-04-22T02:08:14.873Z PASS [ 10.003s] (1801/2797) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
85782026-04-22T02:08:16.861Z PASS [ 9.268s] (1802/2797) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
85792026-04-22T02:08:17.358Z PASS [ 9.767s] (1803/2797) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
85802026-04-22T02:08:17.475Z PASS [ 9.883s] (1804/2797) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
85812026-04-22T02:08:17.519Z PASS [ 9.927s] (1805/2797) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
85822026-04-22T02:08:17.953Z PASS [ 12.266s] (1806/2797) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
85832026-04-22T02:08:17.958Z PASS [ 9.479s] (1807/2797) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
85842026-04-22T02:08:18.583Z PASS [ 9.249s] (1808/2797) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
85852026-04-22T02:08:19.123Z PASS [ 9.793s] (1809/2797) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
85862026-04-22T02:08:19.866Z PASS [ 10.595s] (1810/2797) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
85872026-04-22T02:08:22.051Z PASS [ 8.543s] (1811/2797) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
85882026-04-22T02:08:22.051Z PASS [ 7.321s] (1812/2797) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
85892026-04-22T02:08:23.300Z PASS [ 9.338s] (1813/2797) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
85902026-04-22T02:08:23.508Z PASS [ 8.633s] (1814/2797) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
85912026-04-22T02:08:25.491Z PASS [ 8.630s] (1815/2797) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
85922026-04-22T02:08:26.717Z PASS [ 9.357s] (1816/2797) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
85932026-04-22T02:08:26.762Z PASS [ 9.286s] (1817/2797) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
85942026-04-22T02:08:27.068Z PASS [ 9.548s] (1818/2797) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
85952026-04-22T02:08:27.166Z PASS [ 9.207s] (1819/2797) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
85962026-04-22T02:08:27.260Z PASS [ 9.306s] (1820/2797) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
85972026-04-22T02:08:28.073Z PASS [ 8.949s] (1821/2797) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
85982026-04-22T02:08:28.636Z PASS [ 8.867s] (1822/2797) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
85992026-04-22T02:08:29.486Z PASS [ 10.902s] (1823/2797) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
86002026-04-22T02:08:30.956Z PASS [ 8.905s] (1824/2797) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
86012026-04-22T02:08:31.014Z PASS [ 8.962s] (1825/2797) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
86022026-04-22T02:08:32.747Z PASS [ 9.446s] (1826/2797) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
86032026-04-22T02:08:34.271Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
86042026-04-22T02:08:34.515Z PASS [ 9.020s] (1827/2797) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
86052026-04-22T02:08:35.835Z PASS [ 8.766s] (1828/2797) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
86062026-04-22T02:08:35.985Z PASS [ 8.817s] (1829/2797) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
86072026-04-22T02:08:36.186Z PASS [ 8.924s] (1830/2797) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
86082026-04-22T02:08:36.476Z PASS [ 12.967s] (1831/2797) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
86092026-04-22T02:08:36.700Z PASS [ 32.034s] (1832/2797) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
86102026-04-22T02:08:36.997Z PASS [ 8.922s] (1833/2797) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
86112026-04-22T02:08:37.262Z PASS [ 10.542s] (1834/2797) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
86122026-04-22T02:08:37.324Z PASS [ 10.560s] (1835/2797) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
86132026-04-22T02:08:37.521Z PASS [ 8.883s] (1836/2797) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
86142026-04-22T02:08:39.538Z PASS [ 125.269s] (1837/2797) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
86152026-04-22T02:08:39.898Z PASS [ 36.189s] (1838/2797) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
86162026-04-22T02:08:40.116Z PASS [ 35.751s] (1839/2797) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
86172026-04-22T02:08:40.550Z PASS [ 9.535s] (1840/2797) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
86182026-04-22T02:08:41.850Z PASS [ 12.362s] (1841/2797) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
86192026-04-22T02:08:44.946Z PASS [ 10.432s] (1842/2797) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
86202026-04-22T02:08:45.617Z PASS [ 14.659s] (1843/2797) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
86212026-04-22T02:08:46.544Z PASS [ 13.795s] (1844/2797) omicron-nexus::test_all integration_tests::silos::test_silos
86222026-04-22T02:08:47.580Z PASS [ 10.879s] (1845/2797) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
86232026-04-22T02:08:47.691Z PASS [ 11.705s] (1846/2797) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
86242026-04-22T02:08:50.730Z PASS [ 14.252s] (1847/2797) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
86252026-04-22T02:08:51.365Z PASS [ 14.366s] (1848/2797) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
86262026-04-22T02:08:52.529Z PASS [ 12.411s] (1849/2797) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
86272026-04-22T02:08:52.591Z PASS [ 12.691s] (1850/2797) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
86282026-04-22T02:08:52.608Z PASS [ 15.281s] (1851/2797) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
86292026-04-22T02:08:52.638Z PASS [ 12.086s] (1852/2797) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
86302026-04-22T02:08:52.690Z PASS [ 15.426s] (1853/2797) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
86312026-04-22T02:08:53.138Z PASS [ 11.286s] (1854/2797) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
86322026-04-22T02:08:53.701Z PASS [ 17.863s] (1855/2797) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
86332026-04-22T02:08:54.955Z PASS [ 18.766s] (1856/2797) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
86342026-04-22T02:08:56.096Z PASS [ 10.477s] (1857/2797) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
86352026-04-22T02:08:56.176Z PASS [ 11.228s] (1858/2797) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
86362026-04-22T02:08:57.772Z PASS [ 10.079s] (1859/2797) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
86372026-04-22T02:08:57.960Z PASS [ 11.413s] (1860/2797) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
86382026-04-22T02:08:59.799Z PASS [ 12.217s] (1861/2797) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
86392026-04-22T02:09:00.472Z PASS [ 20.351s] (1862/2797) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
86402026-04-22T02:09:01.812Z PASS [ 11.080s] (1863/2797) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
86412026-04-22T02:09:01.993Z PASS [ 25.289s] (1864/2797) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
86422026-04-22T02:09:02.242Z PASS [ 22.121s] (1865/2797) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
86432026-04-22T02:09:02.891Z PASS [ 26.188s] (1866/2797) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
86442026-04-22T02:09:03.471Z PASS [ 1.659s] (1867/2797) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
86452026-04-22T02:09:03.809Z PASS [ 24.267s] (1868/2797) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
86462026-04-22T02:09:04.097Z PASS [ 59.267s] (1869/2797) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
86472026-04-22T02:09:05.108Z PASS [ 28.404s] (1870/2797) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
86482026-04-22T02:09:05.660Z PASS [ 25.540s] (1871/2797) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
86492026-04-22T02:09:06.096Z PASS [ 26.194s] (1872/2797) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
86502026-04-22T02:09:06.221Z PASS [ 11.255s] (1873/2797) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
86512026-04-22T02:09:06.260Z PASS [ 13.619s] (1874/2797) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
86522026-04-22T02:09:06.677Z PASS [ 26.775s] (1875/2797) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
86532026-04-22T02:09:06.677Z PASS [ 14.145s] (1876/2797) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
86542026-04-22T02:09:07.752Z PASS [ 30.226s] (1877/2797) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
86552026-04-22T02:09:08.402Z PASS [ 15.709s] (1878/2797) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_fm_case_id
86562026-04-22T02:09:09.703Z PASS [ 13.525s] (1879/2797) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
86572026-04-22T02:09:10.192Z PASS [ 16.488s] (1880/2797) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
86582026-04-22T02:09:11.530Z PASS [ 31.627s] (1881/2797) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
86592026-04-22T02:09:11.633Z PASS [ 19.022s] (1882/2797) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
86602026-04-22T02:09:12.669Z PASS [ 12.868s] (1883/2797) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
86612026-04-22T02:09:13.858Z PASS [ 10.386s] (1884/2797) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
86622026-04-22T02:09:14.084Z PASS [ 16.310s] (1885/2797) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
86632026-04-22T02:09:14.310Z PASS [ 18.211s] (1886/2797) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
86642026-04-22T02:09:14.945Z PASS [ 21.804s] (1887/2797) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
86652026-04-22T02:09:14.973Z PASS [ 12.730s] (1888/2797) omicron-nexus::test_all integration_tests::updates::test_repo_prune
86662026-04-22T02:09:15.812Z PASS [ 13.817s] (1889/2797) omicron-nexus::test_all integration_tests::updates::test_repo_list
86672026-04-22T02:09:16.620Z PASS [ 12.520s] (1890/2797) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
86682026-04-22T02:09:16.873Z PASS [ 25.504s] (1891/2797) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
86692026-04-22T02:09:17.086Z PASS [ 12.987s] (1892/2797) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
86702026-04-22T02:09:17.859Z PASS [ 14.048s] (1893/2797) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
86712026-04-22T02:09:20.354Z PASS [ 17.460s] (1894/2797) omicron-nexus::test_all integration_tests::updates::test_repo_upload
86722026-04-22T02:09:20.559Z PASS [ 16.459s] (1895/2797) omicron-nexus::test_all integration_tests::updates::test_update_status
86732026-04-22T02:09:21.157Z PASS [ 23.194s] (1896/2797) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
86742026-04-22T02:09:25.037Z PASS [ 20.937s] (1897/2797) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
86752026-04-22T02:09:30.996Z PASS [ 24.896s] (1898/2797) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
86762026-04-22T02:09:31.744Z PASS [ 25.062s] (1899/2797) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
86772026-04-22T02:09:32.717Z PASS [ 27.053s] (1900/2797) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
86782026-04-22T02:09:33.328Z PASS [ 26.646s] (1901/2797) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
86792026-04-22T02:09:35.376Z PASS [ 21.288s] (1902/2797) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
86802026-04-22T02:09:37.365Z PASS [ 44.767s] (1903/2797) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
86812026-04-22T02:09:41.659Z PASS [ 35.443s] (1904/2797) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
86822026-04-22T02:09:41.786Z PASS [ 30.252s] (1905/2797) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
86832026-04-22T02:09:42.391Z PASS [ 32.683s] (1906/2797) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
86842026-04-22T02:09:42.540Z PASS [ 36.276s] (1907/2797) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
86852026-04-22T02:09:43.160Z PASS [ 25.297s] (1908/2797) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
86862026-04-22T02:09:47.209Z PASS [ 26.647s] (1909/2797) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
86872026-04-22T02:09:47.278Z PASS [ 38.871s] (1910/2797) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
86882026-04-22T02:09:49.269Z PASS [ 39.066s] (1911/2797) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
86892026-04-22T02:09:50.125Z PASS [ 8.464s] (1912/2797) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
86902026-04-22T02:09:50.508Z PASS [ 8.720s] (1913/2797) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
86912026-04-22T02:09:50.970Z PASS [ 34.092s] (1914/2797) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
86922026-04-22T02:09:51.066Z PASS [ 8.673s] (1915/2797) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
86932026-04-22T02:09:51.132Z PASS [ 8.591s] (1916/2797) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
86942026-04-22T02:09:51.731Z PASS [ 8.569s] (1917/2797) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
86952026-04-22T02:09:51.966Z PASS [ 44.208s] (1918/2797) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
86962026-04-22T02:09:54.528Z PASS [ 22.782s] (1919/2797) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
86972026-04-22T02:09:54.947Z PASS [ 37.854s] (1920/2797) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
86982026-04-22T02:09:55.015Z PASS [ 0.070s] (1921/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
86992026-04-22T02:09:55.572Z PASS [ 8.359s] (1922/2797) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
87002026-04-22T02:09:55.627Z PASS [ 8.348s] (1923/2797) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
87012026-04-22T02:09:55.912Z PASS [ 42.047s] (1924/2797) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
87022026-04-22T02:09:58.444Z PASS [ 9.179s] (1925/2797) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
87032026-04-22T02:09:59.193Z PASS [ 54.077s] (1926/2797) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
87042026-04-22T02:09:59.266Z PASS [ 9.140s] (1927/2797) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
87052026-04-22T02:09:59.728Z PASS [ 34.684s] (1928/2797) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
87062026-04-22T02:09:59.905Z PASS [ 8.933s] (1929/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
87072026-04-22T02:09:59.921Z PASS [ 8.854s] (1930/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
87082026-04-22T02:10:00.137Z PASS [ 9.003s] (1931/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
87092026-04-22T02:10:00.417Z PASS [ 9.907s] (1932/2797) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
87102026-04-22T02:10:00.483Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
87112026-04-22T02:10:00.788Z PASS [ 9.056s] (1933/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
87122026-04-22T02:10:01.085Z PASS [ 9.118s] (1934/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
87132026-04-22T02:10:04.342Z PASS [ 9.813s] (1935/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
87142026-04-22T02:10:05.238Z PASS [ 9.609s] (1936/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
87152026-04-22T02:10:05.624Z PASS [ 10.053s] (1937/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
87162026-04-22T02:10:05.694Z PASS [ 9.781s] (1938/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
87172026-04-22T02:10:09.714Z PASS [ 11.271s] (1939/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
87182026-04-22T02:10:09.857Z PASS [ 55.539s] (1940/2797) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
87192026-04-22T02:10:10.301Z PASS [ 11.033s] (1941/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
87202026-04-22T02:10:10.493Z PASS [ 11.297s] (1942/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
87212026-04-22T02:10:10.581Z PASS [ 39.580s] (1943/2797) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
87222026-04-22T02:10:10.988Z PASS [ 37.654s] (1944/2797) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
87232026-04-22T02:10:11.508Z PASS [ 11.065s] (1945/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
87242026-04-22T02:10:11.511Z PASS [ 11.346s] (1946/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
87252026-04-22T02:10:11.598Z PASS [ 11.675s] (1947/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
87262026-04-22T02:10:11.644Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
87272026-04-22T02:10:12.526Z PASS [ 11.440s] (1948/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
87282026-04-22T02:10:12.680Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
87292026-04-22T02:10:13.157Z PASS [ 12.367s] (1949/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
87302026-04-22T02:10:14.957Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
87312026-04-22T02:10:14.984Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
87322026-04-22T02:10:15.823Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
87332026-04-22T02:10:16.630Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
87342026-04-22T02:10:16.831Z PASS [ 61.877s] (1950/2797) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
87352026-04-22T02:10:17.018Z PASS [ 11.322s] (1951/2797) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
87362026-04-22T02:10:17.139Z PASS [ 62.156s] (1952/2797) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
87372026-04-22T02:10:17.652Z PASS [ 64.973s] (1953/2797) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
87382026-04-22T02:10:17.980Z PASS [ 12.740s] (1954/2797) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
87392026-04-22T02:10:20.109Z PASS [ 14.482s] (1955/2797) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
87402026-04-22T02:10:20.144Z PASS [ 44.762s] (1956/2797) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
87412026-04-22T02:10:20.365Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
87422026-04-22T02:10:20.513Z PASS [ 64.692s] (1957/2797) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
87432026-04-22T02:10:20.824Z PASS [ 80.341s] (1958/2797) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
87442026-04-22T02:10:21.167Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
87452026-04-22T02:10:21.576Z PASS [ 11.860s] (1959/2797) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
87462026-04-22T02:10:23.576Z PASS [ 62.410s] (1960/2797) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
87472026-04-22T02:10:24.527Z PASS [ 72.884s] (1961/2797) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
87482026-04-22T02:10:25.378Z PASS [ 15.518s] (1962/2797) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
87492026-04-22T02:10:26.178Z PASS [ 26.269s] (1963/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
87502026-04-22T02:10:26.193Z PASS [ 69.560s] (1964/2797) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
87512026-04-22T02:10:27.065Z PASS [ 14.536s] (1965/2797) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
87522026-04-22T02:10:28.267Z PASS [ 17.772s] (1966/2797) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
87532026-04-22T02:10:28.292Z PASS [ 0.025s] (1967/2797) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
87542026-04-22T02:10:28.318Z PASS [ 0.025s] (1968/2797) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
87552026-04-22T02:10:28.344Z PASS [ 0.026s] (1969/2797) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
87562026-04-22T02:10:28.370Z PASS [ 0.026s] (1970/2797) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
87572026-04-22T02:10:28.394Z PASS [ 0.024s] (1971/2797) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
87582026-04-22T02:10:28.422Z PASS [ 0.027s] (1972/2797) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
87592026-04-22T02:10:28.437Z PASS [ 11.297s] (1973/2797) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
87602026-04-22T02:10:28.451Z PASS [ 0.029s] (1974/2797) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
87612026-04-22T02:10:28.515Z PASS [ 0.064s] (1975/2797) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
87622026-04-22T02:10:28.518Z PASS [ 0.079s] (1976/2797) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
87632026-04-22T02:10:28.545Z PASS [ 0.029s] (1977/2797) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
87642026-04-22T02:10:28.554Z PASS [ 0.039s] (1978/2797) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
87652026-04-22T02:10:28.582Z PASS [ 0.037s] (1979/2797) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
87662026-04-22T02:10:28.587Z PASS [ 0.033s] (1980/2797) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
87672026-04-22T02:10:28.608Z PASS [ 0.025s] (1981/2797) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
87682026-04-22T02:10:28.613Z PASS [ 0.026s] (1982/2797) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
87692026-04-22T02:10:29.062Z PASS [ 56.337s] (1983/2797) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
87702026-04-22T02:10:29.385Z PASS [ 17.898s] (1984/2797) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
87712026-04-22T02:10:29.437Z PASS [ 0.036s] (1985/2797) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
87722026-04-22T02:10:29.461Z PASS [ 0.039s] (1986/2797) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
87732026-04-22T02:10:29.490Z PASS [ 0.029s] (1987/2797) omicron-package config::tests::multi_preset_arg
87742026-04-22T02:10:29.527Z PASS [ 0.037s] (1988/2797) omicron-package dot::test::test_bad_dependency
87752026-04-22T02:10:29.553Z PASS [ 0.026s] (1989/2797) omicron-package dot::test::test_dot_output
87762026-04-22T02:10:29.580Z PASS [ 16.421s] (1990/2797) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
87772026-04-22T02:10:29.601Z PASS [ 0.020s] (1991/2797) omicron-passwords test::test_password_constraints
87782026-04-22T02:10:29.692Z PASS [ 18.091s] (1992/2797) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
87792026-04-22T02:10:29.923Z PASS [ 12.269s] (1993/2797) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
87802026-04-22T02:10:29.954Z PASS [ 0.032s] (1994/2797) omicron-passwords test::test_stable
87812026-04-22T02:10:29.976Z PASS [ 0.021s] (1995/2797) omicron-passwords test::test_weak_hashes
87822026-04-22T02:10:29.995Z PASS [ 0.020s] (1996/2797) omicron-rpaths internal::tests::test_configure_from_path
87832026-04-22T02:10:30.029Z PASS [ 0.034s] (1997/2797) omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
87842026-04-22T02:10:30.046Z PASS [ 0.016s] (1998/2797) omicron-rpaths internal::tests::test_emit_rpath
87852026-04-22T02:10:30.122Z PASS [ 0.076s] (1999/2797) omicron-sled-agent artifact_store::test::generations
87862026-04-22T02:10:30.132Z PASS [ 19.828s] (2000/2797) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
87872026-04-22T02:10:30.199Z PASS [ 0.077s] (2001/2797) omicron-sled-agent artifact_store::test::issue_7796
87882026-04-22T02:10:30.227Z PASS [ 0.095s] (2002/2797) omicron-sled-agent artifact_store::test::list_get_put
87892026-04-22T02:10:30.269Z PASS [ 0.069s] (2003/2797) omicron-sled-agent artifact_store::test::no_dataset
87902026-04-22T02:10:30.310Z PASS [ 0.041s] (2004/2797) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
87912026-04-22T02:10:30.316Z PASS [ 0.089s] (2005/2797) omicron-sled-agent artifact_store::test::wrong_hash
87922026-04-22T02:10:30.350Z PASS [ 0.040s] (2006/2797) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
87932026-04-22T02:10:30.357Z PASS [ 0.041s] (2007/2797) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
87942026-04-22T02:10:30.383Z PASS [ 0.032s] (2008/2797) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
87952026-04-22T02:10:30.392Z PASS [ 0.034s] (2009/2797) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
87962026-04-22T02:10:30.415Z PASS [ 0.032s] (2010/2797) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
87972026-04-22T02:10:30.426Z PASS [ 0.035s] (2011/2797) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
87982026-04-22T02:10:30.447Z PASS [ 0.032s] (2012/2797) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
87992026-04-22T02:10:30.458Z PASS [ 0.032s] (2013/2797) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
88002026-04-22T02:10:30.507Z PASS [ 0.049s] (2014/2797) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
88012026-04-22T02:10:30.527Z PASS [ 0.079s] (2015/2797) omicron-sled-agent config::test::test_smf_configs
88022026-04-22T02:10:30.540Z PASS [ 0.033s] (2016/2797) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
88032026-04-22T02:10:30.563Z PASS [ 0.035s] (2017/2797) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
88042026-04-22T02:10:30.571Z PASS [ 0.031s] (2018/2797) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
88052026-04-22T02:10:30.597Z PASS [ 0.035s] (2019/2797) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
88062026-04-22T02:10:30.606Z PASS [ 0.035s] (2020/2797) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
88072026-04-22T02:10:30.631Z PASS [ 0.033s] (2021/2797) omicron-sled-agent instance::tests::add_new_floating_ip
88082026-04-22T02:10:30.638Z PASS [ 0.031s] (2022/2797) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
88092026-04-22T02:10:30.660Z PASS [ 0.030s] (2023/2797) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
88102026-04-22T02:10:30.673Z PASS [ 0.035s] (2024/2797) omicron-sled-agent instance::tests::prune_existing_floating_ip
88112026-04-22T02:10:30.895Z PASS [ 0.234s] (2025/2797) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
88122026-04-22T02:10:30.910Z PASS [ 0.236s] (2026/2797) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
88132026-04-22T02:10:31.069Z PASS [ 13.088s] (2027/2797) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
88142026-04-22T02:10:31.290Z PASS [ 0.394s] (2028/2797) omicron-sled-agent instance::tests::test_instance_create_events_normal
88152026-04-22T02:10:31.750Z PASS [ 0.839s] (2029/2797) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
88162026-04-22T02:10:31.787Z PASS [ 0.037s] (2030/2797) omicron-sled-agent instance::tests::test_multicast_membership_equality
88172026-04-22T02:10:31.930Z PASS [ 0.641s] (2031/2797) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
88182026-04-22T02:10:31.969Z PASS [ 0.038s] (2032/2797) omicron-sled-agent probe_manager::test::probe_state_set_ops
88192026-04-22T02:10:32.007Z PASS [ 0.038s] (2033/2797) omicron-sled-agent profile::tests::empty_profile
88202026-04-22T02:10:32.040Z PASS [ 0.033s] (2034/2797) omicron-sled-agent profile::tests::test_disabled_instance
88212026-04-22T02:10:32.077Z PASS [ 0.036s] (2035/2797) omicron-sled-agent profile::tests::test_instance
88222026-04-22T02:10:32.114Z PASS [ 0.038s] (2036/2797) omicron-sled-agent profile::tests::test_multiple
88232026-04-22T02:10:32.149Z PASS [ 0.035s] (2037/2797) omicron-sled-agent profile::tests::test_property
88242026-04-22T02:10:32.182Z PASS [ 0.033s] (2038/2797) omicron-sled-agent profile::tests::test_property_group
88252026-04-22T02:10:32.219Z PASS [ 0.036s] (2039/2797) omicron-sled-agent profile::tests::test_service
88262026-04-22T02:10:32.256Z PASS [ 0.037s] (2040/2797) omicron-sled-agent profile::tests::test_service_property_group
88272026-04-22T02:10:32.303Z PASS [ 0.047s] (2041/2797) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
88282026-04-22T02:10:32.366Z PASS [ 1.297s] (2042/2797) omicron-sled-agent instance::tests::test_instance_manager_creation
88292026-04-22T02:10:32.403Z PASS [ 0.037s] (2043/2797) omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
88302026-04-22T02:10:32.445Z PASS [ 0.041s] (2044/2797) omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
88312026-04-22T02:10:32.489Z PASS [ 0.044s] (2045/2797) omicron-sled-agent rack_setup::plan::service::tests::test_last_allocated_subnet_ip_offset
88322026-04-22T02:10:32.519Z PASS [ 12.408s] (2046/2797) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
88332026-04-22T02:10:32.544Z PASS [ 0.055s] (2047/2797) omicron-sled-agent rack_setup::service::test::parse_rack_initialization
88342026-04-22T02:10:32.557Z PASS [ 0.038s] (2048/2797) omicron-sled-agent rack_setup::service::test::parse_rack_initialization_weak_hash
88352026-04-22T02:10:32.573Z PASS [ 21.086s] (2049/2797) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
88362026-04-22T02:10:32.598Z PASS [ 0.054s] (2050/2797) omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
88372026-04-22T02:10:32.610Z PASS [ 0.052s] (2051/2797) omicron-sled-agent rack_setup::service::test::test_extra_certs
88382026-04-22T02:10:32.623Z PASS [ 0.051s] (2052/2797) omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
88392026-04-22T02:10:32.633Z PASS [ 0.035s] (2053/2797) omicron-sled-agent rack_setup::service::test::test_subnets
88402026-04-22T02:10:32.645Z PASS [ 0.036s] (2054/2797) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
88412026-04-22T02:10:32.660Z PASS [ 0.036s] (2055/2797) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
88422026-04-22T02:10:32.674Z PASS [ 0.041s] (2056/2797) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
88432026-04-22T02:10:32.696Z PASS [ 0.051s] (2057/2797) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
88442026-04-22T02:10:32.706Z PASS [ 0.046s] (2058/2797) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
88452026-04-22T02:10:32.738Z PASS [ 0.042s] (2059/2797) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
88462026-04-22T02:10:32.747Z PASS [ 0.040s] (2060/2797) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
88472026-04-22T02:10:32.779Z PASS [ 0.041s] (2061/2797) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
88482026-04-22T02:10:32.785Z PASS [ 0.039s] (2062/2797) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
88492026-04-22T02:10:32.821Z PASS [ 0.042s] (2063/2797) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
88502026-04-22T02:10:32.830Z PASS [ 0.045s] (2064/2797) omicron-sled-agent sim::storage::test::nested_dataset
88512026-04-22T02:10:32.864Z PASS [ 0.042s] (2065/2797) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
88522026-04-22T02:10:32.869Z PASS [ 0.039s] (2066/2797) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
88532026-04-22T02:10:32.907Z PASS [ 0.043s] (2067/2797) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
88542026-04-22T02:10:32.915Z PASS [ 0.044s] (2068/2797) omicron-sled-agent sim::storage::test::snapshot_needs_region
88552026-04-22T02:10:32.919Z PASS [ 0.616s] (2069/2797) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
88562026-04-22T02:10:32.964Z PASS [ 0.049s] (2070/2797) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
88572026-04-22T02:10:32.967Z PASS [ 0.060s] (2071/2797) omicron-sled-agent support_bundle::storage::tests::basic_crud
88582026-04-22T02:10:32.975Z PASS [ 0.054s] (2072/2797) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
88592026-04-22T02:10:33.020Z PASS [ 0.056s] (2073/2797) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
88602026-04-22T02:10:33.031Z PASS [ 0.057s] (2074/2797) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
88612026-04-22T02:10:33.034Z PASS [ 0.067s] (2075/2797) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
88622026-04-22T02:10:33.077Z PASS [ 0.057s] (2076/2797) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
88632026-04-22T02:10:33.085Z PASS [ 0.054s] (2077/2797) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
88642026-04-22T02:10:33.088Z PASS [ 0.053s] (2078/2797) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
88652026-04-22T02:10:33.096Z PASS [ 22.106s] (2079/2797) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
88662026-04-22T02:10:33.127Z PASS [ 0.050s] (2080/2797) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
88672026-04-22T02:10:33.134Z PASS [ 0.038s] (2081/2797) omicron-sled-agent updates::test::test_query_no_components
88682026-04-22T02:10:33.146Z PASS [ 0.058s] (2082/2797) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
88692026-04-22T02:10:33.152Z PASS [ 0.067s] (2083/2797) omicron-sled-agent support_bundle::storage::tests::ranges
88702026-04-22T02:10:33.167Z PASS [ 0.039s] (2084/2797) omicron-sled-agent updates::test::test_query_sled_agent_version
88712026-04-22T02:10:33.179Z PASS [ 0.045s] (2085/2797) omicron-sled-agent updates::test::test_query_zone_version
88722026-04-22T02:10:33.182Z PASS [ 0.034s] (2086/2797) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
88732026-04-22T02:10:33.220Z PASS [ 0.041s] (2087/2797) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
88742026-04-22T02:10:33.276Z PASS [ 13.130s] (2088/2797) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
88752026-04-22T02:10:33.350Z PASS [ 3.749s] (2089/2797) omicron-passwords test::test_reproducible
88762026-04-22T02:10:33.406Z PASS [ 0.056s] (2090/2797) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
88772026-04-22T02:10:33.446Z PASS [ 0.039s] (2091/2797) omicron-sled-agent zone_bundle::tests::test_dir_size
88782026-04-22T02:10:33.546Z PASS [ 0.100s] (2092/2797) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
88792026-04-22T02:10:33.615Z PASS [ 0.069s] (2093/2797) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
88802026-04-22T02:10:33.653Z PASS [ 0.037s] (2094/2797) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
88812026-04-22T02:10:34.208Z PASS [ 56.834s] (2095/2797) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
88822026-04-22T02:10:34.243Z PASS [ 0.035s] (2096/2797) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
88832026-04-22T02:10:34.273Z PASS [ 0.030s] (2097/2797) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
88842026-04-22T02:10:34.366Z PASS [ 0.713s] (2098/2797) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
88852026-04-22T02:10:34.503Z PASS [ 0.230s] (2099/2797) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
88862026-04-22T02:10:34.659Z PASS [ 0.293s] (2100/2797) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
88872026-04-22T02:10:34.698Z PASS [ 0.039s] (2101/2797) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
88882026-04-22T02:10:34.736Z PASS [ 0.038s] (2102/2797) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
88892026-04-22T02:10:34.834Z PASS [ 35.102s] (2103/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
88902026-04-22T02:10:34.961Z PASS [ 18.128s] (2104/2797) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
88912026-04-22T02:10:34.988Z PASS [ 0.252s] (2105/2797) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
88922026-04-22T02:10:35.197Z PASS [ 0.235s] (2106/2797) omicron-test-utils dev::db::test::test_bad_cmd
88932026-04-22T02:10:35.277Z PASS [ 0.443s] (2107/2797) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
88942026-04-22T02:10:35.424Z PASS [ 0.436s] (2108/2797) omicron-test-utils dev::db::test::test_cmd_fails
88952026-04-22T02:10:35.546Z PASS [ 1.043s] (2109/2797) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
88962026-04-22T02:10:35.674Z PASS [ 12.096s] (2110/2797) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
88972026-04-22T02:10:35.687Z PASS [ 0.261s] (2111/2797) omicron-test-utils dev::db::test::test_database_start_hang
88982026-04-22T02:10:35.711Z PASS [ 0.038s] (2112/2797) omicron-test-utils dev::db::test::test_make_pg_config_fail
88992026-04-22T02:10:35.720Z PASS [ 0.034s] (2113/2797) omicron-test-utils dev::db::test::test_make_pg_config_ok
89002026-04-22T02:10:35.748Z PASS [ 0.036s] (2114/2797) omicron-test-utils dev::db::test::test_parse_http_addr
89012026-04-22T02:10:35.758Z PASS [ 0.037s] (2115/2797) omicron-test-utils dev::db::test::test_process_exit_abnormal
89022026-04-22T02:10:35.769Z PASS [ 3.094s] (2116/2797) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
89032026-04-22T02:10:35.790Z PASS [ 0.042s] (2117/2797) omicron-test-utils dev::db::test::test_process_exit_normal
89042026-04-22T02:10:36.128Z PASS [ 2.947s] (2118/2797) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
89052026-04-22T02:10:36.135Z PASS [ 7.072s] (2119/2797) omicron-omdb::test_all_output test_omdb_usage_errors
89062026-04-22T02:10:36.166Z PASS [ 0.038s] (2120/2797) omicron-test-utils dev::db::test::test_starter_tmpdir
89072026-04-22T02:10:36.176Z PASS [ 0.418s] (2121/2797) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
89082026-04-22T02:10:36.179Z PASS [ 0.042s] (2122/2797) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
89092026-04-22T02:10:36.196Z PASS [ 0.650s] (2123/2797) omicron-test-utils dev::db::test::test_http_addr_integration
89102026-04-22T02:10:36.202Z PASS [ 0.035s] (2124/2797) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
89112026-04-22T02:10:36.214Z PASS [ 0.036s] (2125/2797) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
89122026-04-22T02:10:36.217Z PASS [ 0.039s] (2126/2797) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
89132026-04-22T02:10:36.245Z PASS [ 0.049s] (2127/2797) omicron-test-utils dev::test_cmds::tests::test_redact_extra
89142026-04-22T02:10:36.249Z PASS [ 0.048s] (2128/2797) omicron-test-utils dev::test_cmds::tests::test_redact_section
89152026-04-22T02:10:36.265Z PASS [ 0.049s] (2129/2797) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
89162026-04-22T02:10:36.331Z PASS [ 0.082s] (2130/2797) oximeter-collector agent::tests::test_self_stat_collection_count
89172026-04-22T02:10:36.334Z PASS [ 11.803s] (2131/2797) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
89182026-04-22T02:10:36.341Z PASS [ 10.149s] (2132/2797) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
89192026-04-22T02:10:36.366Z PASS [ 0.101s] (2133/2797) oximeter-collector agent::tests::test_self_stat_error_counter
89202026-04-22T02:10:36.372Z PASS [ 0.127s] (2134/2797) oximeter test::timeseries_schema_consistency
89212026-04-22T02:10:36.404Z PASS [ 0.038s] (2135/2797) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
89222026-04-22T02:10:36.407Z PASS [ 0.193s] (2136/2797) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
89232026-04-22T02:10:36.417Z PASS [ 0.085s] (2137/2797) oximeter-collector agent::tests::test_self_stat_unreachable_counter
89242026-04-22T02:10:36.426Z PASS [ 10.247s] (2138/2797) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
89252026-04-22T02:10:36.434Z PASS [ 0.061s] (2139/2797) oximeter-collector results_sink::tests::test_batch_handoff_overflow
89262026-04-22T02:10:36.436Z PASS [ 0.102s] (2140/2797) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
89272026-04-22T02:10:36.443Z PASS [ 0.036s] (2141/2797) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
89282026-04-22T02:10:36.446Z PASS [ 0.038s] (2142/2797) oximeter-collector self_stats::tests::test_failure_reason_serialization
89292026-04-22T02:10:36.450Z PASS [ 0.109s] (2143/2797) oximeter-collector agent::tests::verify_producer_details
89302026-04-22T02:10:36.462Z PASS [ 0.035s] (2144/2797) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
89312026-04-22T02:10:36.475Z PASS [ 0.040s] (2145/2797) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
89322026-04-22T02:10:36.482Z PASS [ 0.047s] (2146/2797) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
89332026-04-22T02:10:36.482Z PASS [ 0.037s] (2147/2797) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
89342026-04-22T02:10:36.482Z PASS [ 0.041s] (2148/2797) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
89352026-04-22T02:10:36.491Z PASS [ 3.320s] (2149/2797) omicron-sled-agent zone_bundle::illumos_tests::test_context
89362026-04-22T02:10:36.518Z PASS [ 6.959s] (2150/2797) omicron-passwords test::test_compatible
89372026-04-22T02:10:36.523Z PASS [ 0.104s] (2151/2797) oximeter-collector::test_commands test_oximeter_no_args
89382026-04-22T02:10:36.569Z PASS [ 0.048s] (2152/2797) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
89392026-04-22T02:10:36.676Z PASS [ 1.399s] (2153/2797) omicron-test-utils dev::db::test::test_database_concurrent
89402026-04-22T02:10:36.694Z PASS [ 3.472s] (2154/2797) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
89412026-04-22T02:10:36.780Z PASS [ 0.988s] (2155/2797) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
89422026-04-22T02:10:36.929Z PASS [ 11.549s] (2156/2797) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
89432026-04-22T02:10:36.992Z PASS [ 9.925s] (2157/2797) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
89442026-04-22T02:10:37.008Z PASS [ 41.985s] (2158/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
89452026-04-22T02:10:37.125Z PASS [ 0.634s] (2159/2797) oximeter-db client::tests::can_ping_clickhouse
89462026-04-22T02:10:37.216Z PASS [ 3.938s] (2160/2797) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
89472026-04-22T02:10:37.299Z PASS [ 0.849s] (2161/2797) oximeter-db client::oxql::tests::test_get_entire_table
89482026-04-22T02:10:37.311Z PASS [ 0.829s] (2162/2797) oximeter-db client::oxql::tests::test_get_fields_query
89492026-04-22T02:10:37.361Z PASS [ 0.879s] (2163/2797) oximeter-db client::oxql::tests::test_limit_operations
89502026-04-22T02:10:37.365Z PASS [ 0.882s] (2164/2797) oximeter-db client::oxql::tests::test_get_one_timeseries
89512026-04-22T02:10:37.375Z PASS [ 0.914s] (2165/2797) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
89522026-04-22T02:10:37.379Z PASS [ 0.905s] (2166/2797) oximeter-db client::oxql::tests::test_get_fields
89532026-04-22T02:10:37.390Z PASS [ 4.237s] (2167/2797) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
89542026-04-22T02:10:37.492Z PASS [ 0.798s] (2168/2797) oximeter-db client::tests::read_latest_version_reports_max
89552026-04-22T02:10:37.532Z PASS [ 0.753s] (2169/2797) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
89562026-04-22T02:10:37.567Z PASS [ 0.637s] (2170/2797) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
89572026-04-22T02:10:37.704Z PASS [ 0.711s] (2171/2797) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
89582026-04-22T02:10:37.768Z PASS [ 0.642s] (2172/2797) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
89592026-04-22T02:10:37.771Z PASS [ 0.762s] (2173/2797) oximeter-db client::tests::select_timeseries_with_select_one
89602026-04-22T02:10:37.985Z PASS [ 0.769s] (2174/2797) oximeter-db client::tests::test_client_select_timeseries_one
89612026-04-22T02:10:38.063Z PASS [ 0.751s] (2175/2797) oximeter-db client::tests::test_database_version_will_not_downgrade
89622026-04-22T02:10:38.073Z PASS [ 0.772s] (2176/2797) oximeter-db client::tests::test_database_version_update_is_idempotent
89632026-04-22T02:10:38.098Z PASS [ 0.035s] (2177/2797) oximeter-db client::tests::test_read_schema_upgrade_sql_files
89642026-04-22T02:10:38.110Z PASS [ 0.039s] (2178/2797) oximeter-db client::tests::test_read_timeseries_to_delete
89652026-04-22T02:10:38.117Z PASS [ 0.756s] (2179/2797) oximeter-db client::tests::test_database_version_will_not_upgrade
89662026-04-22T02:10:38.129Z PASS [ 0.765s] (2180/2797) oximeter-db client::tests::test_differentiate_by_timeseries_name
89672026-04-22T02:10:38.136Z PASS [ 0.038s] (2181/2797) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
89682026-04-22T02:10:38.143Z PASS [ 0.764s] (2182/2797) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
89692026-04-22T02:10:38.146Z PASS [ 0.033s] (2183/2797) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
89702026-04-22T02:10:38.159Z PASS [ 1.590s] (2184/2797) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
89712026-04-22T02:10:38.162Z PASS [ 0.771s] (2185/2797) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
89722026-04-22T02:10:38.165Z PASS [ 0.789s] (2186/2797) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
89732026-04-22T02:10:38.279Z PASS [ 0.747s] (2187/2797) oximeter-db client::tests::test_field_record_count
89742026-04-22T02:10:38.307Z PASS [ 0.740s] (2188/2797) oximeter-db client::tests::test_get_schema_no_new_values
89752026-04-22T02:10:38.446Z PASS [ 0.743s] (2189/2797) oximeter-db client::tests::test_insert_samples
89762026-04-22T02:10:38.490Z PASS [ 0.722s] (2190/2797) oximeter-db client::tests::test_is_oximeter_cluster
89772026-04-22T02:10:38.537Z PASS [ 1.044s] (2191/2797) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
89782026-04-22T02:10:38.555Z PASS [ 0.786s] (2192/2797) oximeter-db client::tests::test_list_timeseries
89792026-04-22T02:10:38.584Z PASS [ 0.029s] (2193/2797) oximeter-db client::tests::test_unravel_index
89802026-04-22T02:10:38.673Z PASS [ 1.996s] (2194/2797) oximeter-db client::tests::insert_samples_fails_fast
89812026-04-22T02:10:38.709Z PASS [ 0.037s] (2195/2797) oximeter-db client::tests::test_verify_schema_upgrades
89822026-04-22T02:10:38.721Z PASS [ 0.736s] (2196/2797) oximeter-db client::tests::test_new_schema_removed_when_not_inserted
89832026-04-22T02:10:38.745Z PASS [ 0.036s] (2197/2797) oximeter-db model::fields::tests::test_extract_fields_as_block
89842026-04-22T02:10:38.754Z PASS [ 0.032s] (2198/2797) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
89852026-04-22T02:10:38.782Z PASS [ 0.037s] (2199/2797) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
89862026-04-22T02:10:38.814Z PASS [ 0.037s] (2200/2797) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
89872026-04-22T02:10:38.821Z PASS [ 0.038s] (2201/2797) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
89882026-04-22T02:10:38.824Z PASS [ 0.033s] (2202/2797) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
89892026-04-22T02:10:38.855Z PASS [ 0.035s] (2203/2797) oximeter-db native::block::tests::concat_blocks
89902026-04-22T02:10:38.860Z PASS [ 0.035s] (2204/2797) oximeter-db native::block::tests::datetime64_scale_checks_range
89912026-04-22T02:10:38.863Z PASS [ 0.733s] (2205/2797) oximeter-db client::tests::test_schema_mismatch
89922026-04-22T02:10:38.888Z PASS [ 0.033s] (2206/2797) oximeter-db native::block::tests::parse_date_time
89932026-04-22T02:10:38.891Z PASS [ 0.032s] (2207/2797) oximeter-db native::block::tests::parse_date_time64
89942026-04-22T02:10:38.891Z PASS [ 0.755s] (2208/2797) oximeter-db client::tests::test_schema_update
89952026-04-22T02:10:38.894Z PASS [ 0.030s] (2209/2797) oximeter-db native::block::tests::parse_escaped_date_time64
89962026-04-22T02:10:38.921Z PASS [ 0.032s] (2210/2797) oximeter-db native::block::tests::test_datetime64_conversions
89972026-04-22T02:10:38.924Z PASS [ 0.029s] (2211/2797) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
89982026-04-22T02:10:38.924Z PASS [ 0.032s] (2212/2797) oximeter-db native::block::tests::test_parse_all_known_timezones
89992026-04-22T02:10:38.928Z PASS [ 0.038s] (2213/2797) oximeter-db native::block::tests::test_data_type_to_string
90002026-04-22T02:10:38.952Z PASS [ 0.807s] (2214/2797) oximeter-db client::tests::test_select_all_field_types
90012026-04-22T02:10:38.958Z PASS [ 0.035s] (2215/2797) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
90022026-04-22T02:10:38.963Z PASS [ 0.803s] (2216/2797) oximeter-db client::tests::test_select_timeseries_with_all
90032026-04-22T02:10:38.967Z PASS [ 0.039s] (2217/2797) oximeter-db native::block::tests::test_parse_invalid_data_type
90042026-04-22T02:10:38.967Z PASS [ 0.042s] (2218/2797) oximeter-db native::block::tests::test_parse_enum_variant
90052026-04-22T02:10:38.971Z PASS [ 0.044s] (2219/2797) oximeter-db native::block::tests::test_parse_enum8
90062026-04-22T02:10:39.056Z PASS [ 0.912s] (2220/2797) oximeter-db client::tests::test_select_all_datum_types
90072026-04-22T02:10:39.123Z PASS [ 0.957s] (2221/2797) oximeter-db client::tests::test_select_timeseries_with_order
90082026-04-22T02:10:39.123Z PASS [ 0.960s] (2222/2797) oximeter-db client::tests::test_select_timeseries_with_limit
90092026-04-22T02:10:39.153Z PASS [ 3.952s] (2223/2797) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
90102026-04-22T02:10:39.161Z PASS [ 0.880s] (2224/2797) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
90112026-04-22T02:10:39.190Z PASS [ 0.039s] (2225/2797) oximeter-db native::io::block::tests::test_decode_block_with_nulls
90122026-04-22T02:10:39.194Z PASS [ 0.033s] (2226/2797) oximeter-db native::io::block::tests::test_decode_full_block
90132026-04-22T02:10:39.205Z PASS [ 0.895s] (2227/2797) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
90142026-04-22T02:10:39.220Z PASS [ 0.030s] (2228/2797) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
90152026-04-22T02:10:39.224Z PASS [ 0.031s] (2229/2797) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
90162026-04-22T02:10:39.238Z PASS [ 0.031s] (2230/2797) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
90172026-04-22T02:10:39.252Z PASS [ 0.032s] (2231/2797) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
90182026-04-22T02:10:39.252Z PASS [ 0.804s] (2232/2797) oximeter-db client::tests::test_select_timeseries_with_start_time
90192026-04-22T02:10:39.259Z PASS [ 0.033s] (2233/2797) oximeter-db native::io::column::tests::test_decode_string_column
90202026-04-22T02:10:39.267Z PASS [ 0.031s] (2234/2797) oximeter-db native::io::column::tests::test_decode_uint64_column
90212026-04-22T02:10:39.283Z PASS [ 1.164s] (2235/2797) oximeter-db client::tests::test_recall_of_all_fields
90222026-04-22T02:10:39.287Z PASS [ 0.033s] (2236/2797) oximeter-db native::io::column::tests::test_decode_uuid_column
90232026-04-22T02:10:39.287Z PASS [ 0.033s] (2237/2797) oximeter-db native::io::column::tests::test_decode_uint8_column
90242026-04-22T02:10:39.293Z PASS [ 0.032s] (2238/2797) oximeter-db native::io::column::tests::test_encode_decode_column
90252026-04-22T02:10:39.298Z PASS [ 0.756s] (2239/2797) oximeter-db client::tests::test_timeseries_schema_list
90262026-04-22T02:10:39.298Z PASS [ 0.030s] (2240/2797) oximeter-db native::io::packet::server::tests::test_decode_full_hello
90272026-04-22T02:10:39.312Z PASS [ 0.029s] (2241/2797) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
90282026-04-22T02:10:39.317Z PASS [ 0.028s] (2242/2797) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
90292026-04-22T02:10:39.321Z PASS [ 0.034s] (2243/2797) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
90302026-04-22T02:10:39.324Z PASS [ 0.026s] (2244/2797) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
90312026-04-22T02:10:39.324Z PASS [ 0.028s] (2245/2797) oximeter-db native::io::packet::server::tests::test_decode_pong
90322026-04-22T02:10:39.324Z PASS [ 0.034s] (2246/2797) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
90332026-04-22T02:10:39.343Z PASS [ 0.030s] (2247/2797) oximeter-db native::io::string::test::test_encode_decode
90342026-04-22T02:10:39.343Z PASS [ 0.031s] (2248/2797) oximeter-db native::io::packet::server::tests::test_decode_single_exception
90352026-04-22T02:10:39.352Z PASS [ 0.029s] (2249/2797) oximeter-db native::io::string::test::test_encode_hello_world
90362026-04-22T02:10:39.355Z PASS [ 0.028s] (2250/2797) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
90372026-04-22T02:10:39.355Z PASS [ 0.031s] (2251/2797) oximeter-db native::io::table_columns::tests::test_column_count
90382026-04-22T02:10:39.355Z PASS [ 0.031s] (2252/2797) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
90392026-04-22T02:10:39.364Z PASS [ 0.780s] (2253/2797) oximeter-db client::tests::test_update_schema_cache_on_new_sample
90402026-04-22T02:10:39.377Z PASS [ 0.034s] (2254/2797) oximeter-db native::io::table_columns::tests::test_column_description_with_default
90412026-04-22T02:10:39.377Z PASS [ 0.034s] (2255/2797) oximeter-db native::io::table_columns::tests::test_column_descriptions
90422026-04-22T02:10:39.381Z PASS [ 0.030s] (2256/2797) oximeter-db native::io::varuint::test_encode_decode_varuint
90432026-04-22T02:10:39.381Z PASS [ 0.026s] (2257/2797) oximeter-db oxql::ast::grammar::tests::test_comparison
90442026-04-22T02:10:39.381Z PASS [ 0.030s] (2258/2797) oximeter-db oxql::ast::grammar::tests::test_align_table_op
90452026-04-22T02:10:39.381Z PASS [ 0.027s] (2259/2797) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
90462026-04-22T02:10:39.394Z PASS [ 0.029s] (2260/2797) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
90472026-04-22T02:10:39.407Z PASS [ 0.028s] (2261/2797) oximeter-db oxql::ast::grammar::tests::test_double_literal
90482026-04-22T02:10:39.433Z PASS [ 0.038s] (2262/2797) oximeter-db oxql::ast::grammar::tests::test_duration_literal
90492026-04-22T02:10:39.433Z PASS [ 0.039s] (2263/2797) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
90502026-04-22T02:10:39.438Z PASS [ 0.042s] (2264/2797) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
90512026-04-22T02:10:39.438Z PASS [ 0.044s] (2265/2797) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
90522026-04-22T02:10:39.438Z PASS [ 0.030s] (2266/2797) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
90532026-04-22T02:10:39.438Z PASS [ 0.044s] (2267/2797) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
90542026-04-22T02:10:39.438Z PASS [ 0.031s] (2268/2797) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
90552026-04-22T02:10:39.447Z PASS [ 0.029s] (2269/2797) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
90562026-04-22T02:10:39.451Z PASS [ 0.033s] (2270/2797) oximeter-db oxql::ast::grammar::tests::test_get_table_op
90572026-04-22T02:10:39.455Z PASS [ 0.028s] (2271/2797) oximeter-db oxql::ast::grammar::tests::test_group_by
90582026-04-22T02:10:39.455Z PASS [ 0.027s] (2272/2797) oximeter-db oxql::ast::grammar::tests::test_integer_literal
90592026-04-22T02:10:39.459Z PASS [ 0.032s] (2273/2797) oximeter-db oxql::ast::grammar::tests::test_ident
90602026-04-22T02:10:39.459Z PASS [ 0.033s] (2274/2797) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
90612026-04-22T02:10:39.462Z PASS [ 0.026s] (2275/2797) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
90622026-04-22T02:10:39.470Z PASS [ 0.024s] (2276/2797) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
90632026-04-22T02:10:39.474Z PASS [ 0.024s] (2277/2797) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
90642026-04-22T02:10:39.483Z PASS [ 0.030s] (2278/2797) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
90652026-04-22T02:10:39.487Z PASS [ 0.031s] (2279/2797) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
90662026-04-22T02:10:39.487Z PASS [ 0.029s] (2280/2797) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
90672026-04-22T02:10:39.487Z PASS [ 0.030s] (2281/2797) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
90682026-04-22T02:10:39.498Z PASS [ 0.037s] (2282/2797) oximeter-db oxql::ast::grammar::tests::test_query
90692026-04-22T02:10:39.502Z PASS [ 0.033s] (2283/2797) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
90702026-04-22T02:10:39.511Z PASS [ 0.029s] (2284/2797) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
90712026-04-22T02:10:39.515Z PASS [ 0.027s] (2285/2797) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
90722026-04-22T02:10:39.515Z PASS [ 0.033s] (2286/2797) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
90732026-04-22T02:10:39.515Z PASS [ 0.028s] (2287/2797) oximeter-db oxql::ast::grammar::tests::test_reducer
90742026-04-22T02:10:39.524Z PASS [ 1.034s] (2288/2797) oximeter-db client::tests::test_sql_query_output
90752026-04-22T02:10:39.532Z PASS [ 0.032s] (2289/2797) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
90762026-04-22T02:10:39.535Z PASS [ 0.029s] (2290/2797) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
90772026-04-22T02:10:39.540Z PASS [ 0.027s] (2291/2797) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
90782026-04-22T02:10:39.540Z PASS [ 0.028s] (2292/2797) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
90792026-04-22T02:10:39.540Z PASS [ 0.030s] (2293/2797) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
90802026-04-22T02:10:39.545Z PASS [ 0.029s] (2294/2797) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
90812026-04-22T02:10:39.555Z PASS [ 0.030s] (2295/2797) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
90822026-04-22T02:10:39.566Z PASS [ 0.034s] (2296/2797) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
90832026-04-22T02:10:39.570Z PASS [ 0.039s] (2297/2797) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
90842026-04-22T02:10:39.574Z PASS [ 0.034s] (2298/2797) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
90852026-04-22T02:10:39.580Z PASS [ 0.039s] (2299/2797) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
90862026-04-22T02:10:39.580Z PASS [ 0.039s] (2300/2797) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
90872026-04-22T02:10:39.583Z PASS [ 0.039s] (2301/2797) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
90882026-04-22T02:10:39.586Z PASS [ 0.633s] (2302/2797) oximeter-db native::connection::tests::test_basic_select_query
90892026-04-22T02:10:39.590Z PASS [ 0.034s] (2303/2797) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
90902026-04-22T02:10:39.595Z PASS [ 0.628s] (2304/2797) oximeter-db native::connection::tests::test_exchange_hello
90912026-04-22T02:10:39.599Z PASS [ 0.031s] (2305/2797) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
90922026-04-22T02:10:39.602Z PASS [ 0.636s] (2306/2797) oximeter-db native::connection::tests::test_insert_and_select_data
90932026-04-22T02:10:39.607Z PASS [ 0.034s] (2307/2797) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
90942026-04-22T02:10:39.607Z PASS [ 0.638s] (2308/2797) oximeter-db native::connection::tests::test_select_array_column
90952026-04-22T02:10:39.610Z PASS [ 0.642s] (2309/2797) oximeter-db native::connection::tests::test_insert_and_select_uuid
90962026-04-22T02:10:39.614Z PASS [ 0.036s] (2310/2797) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
90972026-04-22T02:10:39.619Z PASS [ 0.037s] (2311/2797) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
90982026-04-22T02:10:39.626Z PASS [ 0.038s] (2312/2797) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
90992026-04-22T02:10:39.626Z PASS [ 0.040s] (2313/2797) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
91002026-04-22T02:10:39.626Z PASS [ 0.035s] (2314/2797) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
91012026-04-22T02:10:39.626Z PASS [ 0.030s] (2315/2797) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
91022026-04-22T02:10:39.626Z PASS [ 0.033s] (2316/2797) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
91032026-04-22T02:10:39.639Z PASS [ 0.041s] (2317/2797) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
91042026-04-22T02:10:39.642Z PASS [ 0.040s] (2318/2797) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
91052026-04-22T02:10:39.649Z PASS [ 0.045s] (2319/2797) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
91062026-04-22T02:10:39.654Z PASS [ 0.043s] (2320/2797) oximeter-db oxql::plan::align::test::test_align_input_schema
91072026-04-22T02:10:39.654Z PASS [ 0.046s] (2321/2797) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
91082026-04-22T02:10:39.684Z PASS [ 0.726s] (2322/2797) oximeter-db native::connection::tests::test_can_cancel_query
91092026-04-22T02:10:39.688Z PASS [ 0.633s] (2323/2797) oximeter-db native::connection::tests::test_select_array_of_nullable_column
91102026-04-22T02:10:39.695Z PASS [ 0.085s] (2324/2797) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
91112026-04-22T02:10:39.706Z PASS [ 0.086s] (2325/2797) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
91122026-04-22T02:10:39.709Z PASS [ 0.090s] (2326/2797) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
91132026-04-22T02:10:39.712Z PASS [ 0.089s] (2327/2797) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
91142026-04-22T02:10:39.718Z PASS [ 0.095s] (2328/2797) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
91152026-04-22T02:10:39.718Z PASS [ 0.077s] (2329/2797) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
91162026-04-22T02:10:39.718Z PASS [ 0.096s] (2330/2797) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
91172026-04-22T02:10:39.718Z PASS [ 0.099s] (2331/2797) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
91182026-04-22T02:10:39.721Z PASS [ 0.075s] (2332/2797) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
91192026-04-22T02:10:39.738Z PASS [ 0.087s] (2333/2797) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
91202026-04-22T02:10:39.743Z PASS [ 0.090s] (2334/2797) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
91212026-04-22T02:10:39.746Z PASS [ 0.093s] (2335/2797) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
91222026-04-22T02:10:39.752Z PASS [ 0.629s] (2336/2797) oximeter-db native::connection::tests::test_send_cancel_with_no_query
91232026-04-22T02:10:39.755Z PASS [ 0.073s] (2337/2797) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
91242026-04-22T02:10:39.759Z PASS [ 0.071s] (2338/2797) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
91252026-04-22T02:10:39.764Z PASS [ 0.642s] (2339/2797) oximeter-db native::connection::tests::test_select_nullable_column
91262026-04-22T02:10:39.770Z PASS [ 0.073s] (2340/2797) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
91272026-04-22T02:10:39.773Z PASS [ 0.032s] (2341/2797) oximeter-db oxql::query::tests::test_coalesce_limits
91282026-04-22T02:10:39.777Z PASS [ 0.030s] (2342/2797) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
91292026-04-22T02:10:39.777Z PASS [ 0.035s] (2343/2797) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
91302026-04-22T02:10:39.780Z PASS [ 0.068s] (2344/2797) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
91312026-04-22T02:10:39.780Z PASS [ 0.073s] (2345/2797) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
91322026-04-22T02:10:39.783Z PASS [ 0.032s] (2346/2797) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
91332026-04-22T02:10:39.787Z PASS [ 0.076s] (2347/2797) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
91342026-04-22T02:10:39.792Z PASS [ 0.032s] (2348/2797) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
91352026-04-22T02:10:39.796Z PASS [ 0.034s] (2349/2797) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
91362026-04-22T02:10:39.796Z PASS [ 0.078s] (2350/2797) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
91372026-04-22T02:10:39.799Z PASS [ 0.033s] (2351/2797) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
91382026-04-22T02:10:39.807Z PASS [ 0.037s] (2352/2797) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
91392026-04-22T02:10:39.807Z PASS [ 0.089s] (2353/2797) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
91402026-04-22T02:10:39.810Z PASS [ 0.037s] (2354/2797) oximeter-db oxql::query::tests::test_coalesce_predicates
91412026-04-22T02:10:39.810Z PASS [ 0.091s] (2355/2797) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
91422026-04-22T02:10:39.810Z PASS [ 0.091s] (2356/2797) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
91432026-04-22T02:10:39.810Z PASS [ 0.092s] (2357/2797) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
91442026-04-22T02:10:39.813Z PASS [ 0.039s] (2358/2797) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
91452026-04-22T02:10:39.820Z PASS [ 0.040s] (2359/2797) oximeter-db oxql::query::tests::test_insert_filters
91462026-04-22T02:10:39.820Z PASS [ 0.044s] (2360/2797) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
91472026-04-22T02:10:39.823Z PASS [ 0.043s] (2361/2797) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
91482026-04-22T02:10:39.830Z PASS [ 0.047s] (2362/2797) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
91492026-04-22T02:10:39.832Z PASS [ 0.045s] (2363/2797) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
91502026-04-22T02:10:39.832Z PASS [ 0.044s] (2364/2797) oximeter-db oxql::query::tests::test_query_end_time
91512026-04-22T02:10:39.836Z PASS [ 0.035s] (2365/2797) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
91522026-04-22T02:10:39.836Z PASS [ 0.039s] (2366/2797) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
91532026-04-22T02:10:39.839Z PASS [ 0.031s] (2367/2797) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
91542026-04-22T02:10:39.843Z PASS [ 0.048s] (2368/2797) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
91552026-04-22T02:10:39.847Z PASS [ 0.039s] (2369/2797) oximeter-db query::tests::test_field_value_as_db_str
91562026-04-22T02:10:39.850Z PASS [ 0.040s] (2370/2797) oximeter-db query::tests::test_field_cmp
91572026-04-22T02:10:39.850Z PASS [ 0.042s] (2371/2797) oximeter-db oxql::query::tests::test_split_query
91582026-04-22T02:10:39.857Z PASS [ 0.050s] (2372/2797) oximeter-db query::tests::test_field_selector_as_query
91592026-04-22T02:10:39.865Z PASS [ 0.055s] (2373/2797) oximeter-db query::tests::test_select_query_builder_field_selectors
91602026-04-22T02:10:39.869Z PASS [ 0.046s] (2374/2797) oximeter-db query::tests::test_select_query_builder_from_parts
91612026-04-22T02:10:39.873Z PASS [ 0.048s] (2375/2797) oximeter-db query::tests::test_select_query_builder_limit_offset
91622026-04-22T02:10:39.873Z PASS [ 0.052s] (2376/2797) oximeter-db query::tests::test_select_query_builder_full
91632026-04-22T02:10:39.873Z PASS [ 0.057s] (2377/2797) oximeter-db query::tests::test_select_query_builder_filter_raw
91642026-04-22T02:10:39.876Z PASS [ 0.041s] (2378/2797) oximeter-db query::tests::test_time_range
91652026-04-22T02:10:39.879Z PASS [ 0.048s] (2379/2797) oximeter-db query::tests::test_select_query_builder_no_fields
91662026-04-22T02:10:39.879Z PASS [ 0.047s] (2380/2797) oximeter-db query::tests::test_select_query_builder_no_selectors
91672026-04-22T02:10:39.883Z PASS [ 0.048s] (2381/2797) oximeter-db query::tests::test_string_field_selector
91682026-04-22T02:10:39.885Z PASS [ 0.052s] (2382/2797) oximeter-db sql::tests::test_allow_limit_offset
91692026-04-22T02:10:39.890Z PASS [ 0.050s] (2383/2797) oximeter-db sql::tests::test_allow_subqueries
91702026-04-22T02:10:39.893Z PASS [ 0.051s] (2384/2797) oximeter-db sql::tests::test_cannot_name_database
91712026-04-22T02:10:39.897Z PASS [ 0.051s] (2385/2797) oximeter-db sql::tests::test_ctes_are_not_supported
91722026-04-22T02:10:39.900Z PASS [ 0.042s] (2386/2797) oximeter-db sql::tests::test_multiple_statements_are_not_supported
91732026-04-22T02:10:39.900Z PASS [ 0.052s] (2387/2797) oximeter-db sql::tests::test_function_allow_list
91742026-04-22T02:10:39.903Z PASS [ 0.037s] (2388/2797) oximeter-db sql::tests::test_query_must_be_select_statement
91752026-04-22T02:10:39.903Z PASS [ 0.035s] (2389/2797) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
91762026-04-22T02:10:39.906Z PASS [ 0.036s] (2390/2797) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
91772026-04-22T02:10:39.914Z PASS [ 0.064s] (2391/2797) oximeter-db sql::tests::test_join_must_be_inner
91782026-04-22T02:10:39.917Z PASS [ 0.043s] (2392/2797) oximeter-db sql::tests::test_with_comma_join_fails
91792026-04-22T02:10:39.917Z PASS [ 0.036s] (2393/2797) oximeter-db::integration_test test_schemas_are_not_modified
91802026-04-22T02:10:39.917Z PASS [ 0.029s] (2394/2797) oximeter-instruments http::tests::test_latency_tracker
91812026-04-22T02:10:39.917Z PASS [ 0.042s] (2395/2797) oximeter-db tests::test_timeseries_key_field_stability
91822026-04-22T02:10:39.921Z PASS [ 0.041s] (2396/2797) oximeter-db tests::test_timeseries_key_sample_stability
91832026-04-22T02:10:39.921Z PASS [ 0.051s] (2397/2797) oximeter-db sql::tests::test_require_table_is_timeseries_name
91842026-04-22T02:10:39.925Z PASS [ 0.028s] (2398/2797) oximeter-instruments kstat::cpu::tests::test_kstat_interested
91852026-04-22T02:10:39.938Z PASS [ 0.038s] (2399/2797) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
91862026-04-22T02:10:39.943Z PASS [ 0.042s] (2400/2797) oximeter-instruments kstat::link::tests::test_kstat_interested
91872026-04-22T02:10:39.954Z PASS [ 0.032s] (2401/2797) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
91882026-04-22T02:10:39.963Z PASS [ 0.027s] (2402/2797) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
91892026-04-22T02:10:39.966Z PASS [ 0.066s] (2403/2797) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
91902026-04-22T02:10:39.974Z PASS [ 0.028s] (2404/2797) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
91912026-04-22T02:10:39.978Z PASS [ 0.056s] (2405/2797) oximeter-instruments kstat::link::tests::test_sled_datalink
91922026-04-22T02:10:39.978Z PASS [ 0.070s] (2406/2797) oximeter-instruments kstat::link::tests::test_kstat_sampler
91932026-04-22T02:10:39.983Z PASS [ 0.029s] (2407/2797) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
91942026-04-22T02:10:39.988Z PASS [ 0.072s] (2408/2797) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
91952026-04-22T02:10:39.988Z PASS [ 0.066s] (2409/2797) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
91962026-04-22T02:10:39.988Z PASS [ 0.068s] (2410/2797) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
91972026-04-22T02:10:39.991Z PASS [ 0.071s] (2411/2797) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
91982026-04-22T02:10:39.991Z PASS [ 0.071s] (2412/2797) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
91992026-04-22T02:10:39.994Z PASS [ 0.520s] (2413/2797) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
92002026-04-22T02:10:39.997Z PASS [ 0.023s] (2414/2797) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
92012026-04-22T02:10:39.997Z PASS [ 0.082s] (2415/2797) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
92022026-04-22T02:10:40.001Z PASS [ 0.034s] (2416/2797) oximeter-instruments kstat::zone::tests::test_kstat_interested
92032026-04-22T02:10:40.001Z PASS [ 0.022s] (2417/2797) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
92042026-04-22T02:10:40.001Z PASS [ 0.023s] (2418/2797) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
92052026-04-22T02:10:40.005Z PASS [ 0.035s] (2419/2797) oximeter-instruments kstat::zone::tests::test_zone_samples
92062026-04-22T02:10:40.005Z PASS [ 0.105s] (2420/2797) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
92072026-04-22T02:10:40.009Z PASS [ 0.024s] (2421/2797) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
92082026-04-22T02:10:40.009Z PASS [ 0.024s] (2422/2797) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
92092026-04-22T02:10:40.012Z PASS [ 0.025s] (2423/2797) oximeter-macro-impl tests::test_metric_datum_field
92102026-04-22T02:10:40.012Z PASS [ 0.022s] (2424/2797) oximeter-macro-impl tests::test_metric_without_datum_field
92112026-04-22T02:10:40.012Z PASS [ 0.025s] (2425/2797) oximeter-macro-impl tests::test_metric_annotated_field
92122026-04-22T02:10:40.015Z PASS [ 0.023s] (2426/2797) oximeter-macro-impl tests::test_metric_enum
92132026-04-22T02:10:40.020Z PASS [ 0.022s] (2427/2797) oximeter-macro-impl tests::test_target_empty_struct
92142026-04-22T02:10:40.020Z PASS [ 0.025s] (2428/2797) oximeter-macro-impl tests::test_target
92152026-04-22T02:10:40.020Z PASS [ 0.021s] (2429/2797) oximeter-macro-impl tests::test_target_unit_struct
92162026-04-22T02:10:40.025Z PASS [ 0.023s] (2430/2797) oximeter-macro-impl tests::test_target_enum
92172026-04-22T02:10:40.025Z PASS [ 0.023s] (2431/2797) oximeter-macro-impl tests::test_target_with_datum_field
92182026-04-22T02:10:40.067Z PASS [ 0.046s] (2432/2797) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
92192026-04-22T02:10:40.070Z PASS [ 0.049s] (2433/2797) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
92202026-04-22T02:10:40.070Z PASS [ 0.057s] (2434/2797) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
92212026-04-22T02:10:40.070Z PASS [ 0.053s] (2435/2797) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
92222026-04-22T02:10:40.077Z PASS [ 0.059s] (2436/2797) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
92232026-04-22T02:10:40.077Z PASS [ 0.058s] (2437/2797) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
92242026-04-22T02:10:40.077Z PASS [ 0.076s] (2438/2797) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
92252026-04-22T02:10:40.080Z PASS [ 0.075s] (2439/2797) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
92262026-04-22T02:10:40.080Z PASS [ 0.070s] (2440/2797) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
92272026-04-22T02:10:40.080Z PASS [ 0.071s] (2441/2797) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
92282026-04-22T02:10:40.080Z PASS [ 0.067s] (2442/2797) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
92292026-04-22T02:10:40.080Z PASS [ 0.067s] (2443/2797) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
92302026-04-22T02:10:40.080Z PASS [ 0.067s] (2444/2797) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
92312026-04-22T02:10:40.095Z PASS [ 0.027s] (2445/2797) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
92322026-04-22T02:10:40.100Z PASS [ 0.030s] (2446/2797) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
92332026-04-22T02:10:40.103Z PASS [ 0.032s] (2447/2797) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
92342026-04-22T02:10:40.107Z PASS [ 0.034s] (2448/2797) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
92352026-04-22T02:10:40.110Z PASS [ 0.031s] (2449/2797) oximeter-schema ir::tests::fail_on_empty_target_name
92362026-04-22T02:10:40.110Z PASS [ 0.032s] (2450/2797) oximeter-schema ir::tests::fail_on_empty_metric_name
92372026-04-22T02:10:40.110Z PASS [ 0.033s] (2451/2797) oximeter-schema ir::tests::fail_on_empty_descriptions
92382026-04-22T02:10:40.115Z PASS [ 0.036s] (2452/2797) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
92392026-04-22T02:10:40.117Z PASS [ 0.037s] (2453/2797) oximeter-schema ir::tests::fail_on_very_long_field_names
92402026-04-22T02:10:40.120Z PASS [ 0.041s] (2454/2797) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
92412026-04-22T02:10:40.120Z PASS [ 0.041s] (2455/2797) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
92422026-04-22T02:10:40.123Z PASS [ 0.042s] (2456/2797) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
92432026-04-22T02:10:40.123Z PASS [ 0.044s] (2457/2797) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
92442026-04-22T02:10:40.128Z PASS [ 0.033s] (2458/2797) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
92452026-04-22T02:10:40.134Z PASS [ 0.033s] (2459/2797) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
92462026-04-22T02:10:40.137Z PASS [ 0.035s] (2460/2797) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
92472026-04-22T02:10:40.141Z PASS [ 0.034s] (2461/2797) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
92482026-04-22T02:10:40.141Z PASS [ 0.030s] (2462/2797) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
92492026-04-22T02:10:40.144Z PASS [ 0.034s] (2463/2797) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
92502026-04-22T02:10:40.144Z PASS [ 0.033s] (2464/2797) oximeter-schema ir::tests::only_support_format_version_1
92512026-04-22T02:10:40.144Z PASS [ 0.029s] (2465/2797) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
92522026-04-22T02:10:40.154Z PASS [ 0.037s] (2466/2797) oximeter-test-utils tests::test_gen_test_samples
92532026-04-22T02:10:40.157Z PASS [ 0.029s] (2467/2797) oximeter-types histogram::tests::test_bin_range
92542026-04-22T02:10:40.161Z PASS [ 0.039s] (2468/2797) oximeter-test-utils tests::test_sample_struct
92552026-04-22T02:10:40.161Z PASS [ 0.038s] (2469/2797) oximeter-test-utils tests::test_timeseries_schema_from_parts
92562026-04-22T02:10:40.164Z PASS [ 0.039s] (2470/2797) oximeter-test-utils tests::test_timeseries_schema_from_sample
92572026-04-22T02:10:40.164Z PASS [ 0.042s] (2471/2797) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
92582026-04-22T02:10:40.164Z PASS [ 0.028s] (2472/2797) oximeter-types histogram::tests::test_bin_range_from
92592026-04-22T02:10:40.164Z PASS [ 0.028s] (2473/2797) oximeter-types histogram::tests::test_bin_range_to
92602026-04-22T02:10:40.167Z PASS [ 0.029s] (2474/2797) oximeter-types histogram::tests::test_empty_bins_not_supported
92612026-04-22T02:10:40.170Z PASS [ 0.028s] (2475/2797) oximeter-types histogram::tests::test_ensure_finite
92622026-04-22T02:10:40.173Z PASS [ 0.028s] (2476/2797) oximeter-types histogram::tests::test_histogram_construct_with
92632026-04-22T02:10:40.173Z PASS [ 0.029s] (2477/2797) oximeter-types histogram::tests::test_histogram
92642026-04-22T02:10:40.173Z PASS [ 0.029s] (2478/2797) oximeter-types histogram::tests::test_histogram_extreme_bins
92652026-04-22T02:10:40.184Z PASS [ 0.030s] (2479/2797) oximeter-types histogram::tests::test_histogram_extreme_samples
92662026-04-22T02:10:40.187Z PASS [ 0.030s] (2480/2797) oximeter-types histogram::tests::test_histogram_float_bins
92672026-04-22T02:10:40.193Z PASS [ 0.029s] (2481/2797) oximeter-types histogram::tests::test_histogram_unsorted_bins
92682026-04-22T02:10:40.193Z PASS [ 0.027s] (2482/2797) oximeter-types histogram::tests::test_histogram_unbounded_samples
92692026-04-22T02:10:40.193Z PASS [ 0.026s] (2483/2797) oximeter-types histogram::tests::test_log_bins_u64
92702026-04-22T02:10:40.197Z PASS [ 0.028s] (2484/2797) oximeter-types histogram::tests::test_histogram_with_overlapping_bins
92712026-04-22T02:10:40.197Z PASS [ 0.032s] (2485/2797) oximeter-types histogram::tests::test_histogram_with_bins
92722026-04-22T02:10:40.197Z PASS [ 0.027s] (2486/2797) oximeter-types histogram::tests::test_log_bins_u8
92732026-04-22T02:10:40.197Z PASS [ 0.033s] (2487/2797) oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
92742026-04-22T02:10:40.200Z PASS [ 0.030s] (2488/2797) oximeter-types histogram::tests::test_log_linear_bins_all_representable
92752026-04-22T02:10:40.202Z PASS [ 0.031s] (2489/2797) oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
92762026-04-22T02:10:40.202Z PASS [ 0.032s] (2490/2797) oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
92772026-04-22T02:10:40.205Z PASS [ 0.030s] (2491/2797) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
92782026-04-22T02:10:40.215Z PASS [ 0.032s] (2492/2797) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
92792026-04-22T02:10:40.219Z PASS [ 0.030s] (2493/2797) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
92802026-04-22T02:10:40.219Z PASS [ 0.029s] (2494/2797) oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
92812026-04-22T02:10:40.223Z PASS [ 0.028s] (2495/2797) oximeter-types histogram::tests::test_span_decades_other_counts_f64
92822026-04-22T02:10:40.223Z PASS [ 0.034s] (2496/2797) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
92832026-04-22T02:10:40.223Z PASS [ 0.027s] (2497/2797) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
92842026-04-22T02:10:40.235Z PASS [ 0.044s] (2498/2797) oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
92852026-04-22T02:10:40.235Z PASS [ 0.043s] (2499/2797) oximeter-types histogram::tests::test_span_decades
92862026-04-22T02:10:40.235Z PASS [ 0.031s] (2500/2797) oximeter-types quantile::tests::test_find_cells
92872026-04-22T02:10:40.237Z PASS [ 0.039s] (2501/2797) oximeter-types quantile::tests::test_default_percentiles
92882026-04-22T02:10:40.237Z PASS [ 0.035s] (2502/2797) oximeter-types quantile::tests::test_float_observations
92892026-04-22T02:10:40.240Z PASS [ 0.044s] (2503/2797) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
92902026-04-22T02:10:40.240Z PASS [ 0.037s] (2504/2797) oximeter-types quantile::tests::test_empty_observations
92912026-04-22T02:10:40.254Z PASS [ 0.037s] (2505/2797) oximeter-types quantile::tests::test_integer_observations
92922026-04-22T02:10:40.254Z PASS [ 0.034s] (2506/2797) oximeter-types quantile::tests::test_max_p
92932026-04-22T02:10:40.257Z PASS [ 0.036s] (2507/2797) oximeter-types quantile::tests::test_invalid_p_value
92942026-04-22T02:10:40.264Z PASS [ 0.042s] (2508/2797) oximeter-types quantile::tests::test_non_filled_observations
92952026-04-22T02:10:40.278Z PASS [ 0.039s] (2509/2797) oximeter-types traits::tests::test_metric_trait
92962026-04-22T02:10:40.278Z PASS [ 0.042s] (2510/2797) oximeter-types schema::tests::test_field_schema_ordering
92972026-04-22T02:10:40.278Z PASS [ 0.037s] (2511/2797) oximeter-types types::tests::test_cumulative_f64
92982026-04-22T02:10:40.278Z PASS [ 0.038s] (2512/2797) oximeter-types traits::tests::test_target_trait
92992026-04-22T02:10:40.278Z PASS [ 0.041s] (2513/2797) oximeter-types schema::tests::test_timeseries_name_from_str
93002026-04-22T02:10:40.278Z PASS [ 0.044s] (2514/2797) oximeter-types quantile::tests::test_min_p
93012026-04-22T02:10:40.278Z PASS [ 0.044s] (2515/2797) oximeter-types quantile::tests::test_rounding
93022026-04-22T02:10:40.278Z PASS [ 0.038s] (2516/2797) oximeter-types traits::tests::test_producer_trait
93032026-04-22T02:10:40.292Z PASS [ 0.053s] (2517/2797) oximeter-types schema::tests::test_timeseries_name
93042026-04-22T02:10:40.296Z PASS [ 0.044s] (2518/2797) oximeter-types types::tests::test_cumulative_i64
93052026-04-22T02:10:40.301Z PASS [ 0.049s] (2519/2797) oximeter-types types::tests::test_datum
93062026-04-22T02:10:40.301Z PASS [ 0.047s] (2520/2797) oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
93072026-04-22T02:10:40.315Z PASS [ 0.037s] (2521/2797) oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
93082026-04-22T02:10:40.315Z PASS [ 0.051s] (2522/2797) oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
93092026-04-22T02:10:40.315Z PASS [ 0.035s] (2523/2797) oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
93102026-04-22T02:10:40.319Z PASS [ 0.038s] (2524/2797) oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
93112026-04-22T02:10:40.322Z PASS [ 0.031s] (2525/2797) oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
93122026-04-22T02:10:40.325Z PASS [ 0.033s] (2526/2797) oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
93132026-04-22T02:10:40.329Z PASS [ 0.037s] (2527/2797) oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
93142026-04-22T02:10:40.329Z PASS [ 0.036s] (2528/2797) oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
93152026-04-22T02:10:40.329Z PASS [ 0.035s] (2529/2797) oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
93162026-04-22T02:10:40.332Z PASS [ 0.035s] (2530/2797) oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
93172026-04-22T02:10:40.336Z PASS [ 0.041s] (2531/2797) oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
93182026-04-22T02:10:40.339Z PASS [ 0.036s] (2532/2797) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
93192026-04-22T02:10:40.344Z PASS [ 0.043s] (2533/2797) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
93202026-04-22T02:10:40.347Z PASS [ 0.031s] (2534/2797) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
93212026-04-22T02:10:40.347Z PASS [ 0.028s] (2535/2797) oximeter-types types::tests::test_measurement
93222026-04-22T02:10:40.347Z PASS [ 0.032s] (2536/2797) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
93232026-04-22T02:10:40.351Z PASS [ 0.033s] (2537/2797) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
93242026-04-22T02:10:40.351Z PASS [ 0.024s] (2538/2797) oxlog tests::test_daterange_filter
93252026-04-22T02:10:40.353Z PASS [ 0.020s] (2539/2797) oxlog tests::test_is_oxide_smf_log_file
93262026-04-22T02:10:40.353Z PASS [ 0.023s] (2540/2797) oxlog tests::test_sort_logs
93272026-04-22T02:10:40.354Z PASS [ 0.022s] (2541/2797) oxlog tests::test_oxide_smf_service_name_from_log_file_name
93282026-04-22T02:10:40.354Z PASS [ 0.031s] (2542/2797) oximeter-types types::tests::test_verify_field_names
93292026-04-22T02:10:40.357Z PASS [ 0.025s] (2543/2797) oxlog::bin/oxlog tests::test_parse_timestamp
93302026-04-22T02:10:40.362Z PASS [ 0.031s] (2544/2797) oxql-types point::tests::test_cast_points_from_bool
93312026-04-22T02:10:40.369Z PASS [ 0.032s] (2545/2797) oxql-types point::tests::test_cast_points_from_double
93322026-04-22T02:10:40.373Z PASS [ 0.027s] (2546/2797) oxql-types point::tests::test_cast_points_from_integer
93332026-04-22T02:10:40.377Z PASS [ 0.031s] (2547/2797) oxql-types point::tests::test_cast_points_from_double_distribution
93342026-04-22T02:10:40.377Z PASS [ 0.030s] (2548/2797) oxql-types point::tests::test_cast_points_from_int_distribution
93352026-04-22T02:10:40.377Z PASS [ 0.028s] (2549/2797) oxql-types point::tests::test_point_delta_between
93362026-04-22T02:10:40.377Z PASS [ 0.029s] (2550/2797) oxql-types point::tests::test_cast_points_from_string
93372026-04-22T02:10:40.380Z PASS [ 0.026s] (2551/2797) oxql-types point::tests::test_point_delta_between_with_new_epoch
93382026-04-22T02:10:40.380Z PASS [ 0.027s] (2552/2797) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
93392026-04-22T02:10:40.380Z PASS [ 0.026s] (2553/2797) oxql-types point::tests::test_sub_between_histogram_distributions
93402026-04-22T02:10:40.380Z PASS [ 0.032s] (2554/2797) oxql-types point::tests::test_join_point_arrays
93412026-04-22T02:10:40.383Z PASS [ 0.029s] (2555/2797) oxql-types point::tests::test_push_concrete_values
93422026-04-22T02:10:40.383Z PASS [ 0.020s] (2556/2797) range-requests test::get_response_no_range
93432026-04-22T02:10:40.390Z PASS [ 0.021s] (2557/2797) range-requests test::get_response_with_range
93442026-04-22T02:10:40.393Z PASS [ 0.018s] (2558/2797) range-requests test::invalid_ranges
93452026-04-22T02:10:40.396Z PASS [ 0.019s] (2559/2797) range-requests test::range_into_str
93462026-04-22T02:10:40.396Z PASS [ 0.021s] (2560/2797) range-requests test::parse_range_invalid
93472026-04-22T02:10:40.396Z PASS [ 0.020s] (2561/2797) range-requests test::parse_range_valid
93482026-04-22T02:10:40.399Z PASS [ 0.021s] (2562/2797) range-requests test::potential_range_parsing_does_not_crash
93492026-04-22T02:10:40.402Z PASS [ 0.023s] (2563/2797) range-requests test::single_range_parsing_does_not_crash
93502026-04-22T02:10:40.444Z PASS [ 0.088s] (2564/2797) parallel-task-set test::test_spawn_many
93512026-04-22T02:10:40.492Z PASS [ 29.906s] (2565/2797) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
93522026-04-22T02:10:40.500Z PASS [ 0.123s] (2566/2797) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
93532026-04-22T02:10:40.569Z PASS [ 0.187s] (2567/2797) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
93542026-04-22T02:10:40.572Z PASS [ 0.182s] (2568/2797) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
93552026-04-22T02:10:40.575Z PASS [ 0.191s] (2569/2797) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
93562026-04-22T02:10:40.587Z PASS [ 0.192s] (2570/2797) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
93572026-04-22T02:10:40.594Z PASS [ 0.203s] (2571/2797) reconfigurator-cli::test-scripts script::cmds-example.txt
93582026-04-22T02:10:40.678Z PASS [ 0.296s] (2572/2797) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
93592026-04-22T02:10:40.689Z PASS [ 0.117s] (2573/2797) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
93602026-04-22T02:10:40.692Z PASS [ 0.296s] (2574/2797) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
93612026-04-22T02:10:40.694Z PASS [ 0.296s] (2575/2797) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
93622026-04-22T02:10:40.697Z PASS [ 0.302s] (2576/2797) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
93632026-04-22T02:10:40.708Z PASS [ 0.120s] (2577/2797) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
93642026-04-22T02:10:40.789Z PASS [ 0.195s] (2578/2797) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
93652026-04-22T02:10:40.816Z PASS [ 0.140s] (2579/2797) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
93662026-04-22T02:10:40.876Z PASS [ 0.183s] (2580/2797) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
93672026-04-22T02:10:40.879Z PASS [ 0.190s] (2581/2797) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
93682026-04-22T02:10:40.918Z PASS [ 36.570s] (2582/2797) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
93692026-04-22T02:10:40.973Z PASS [ 0.594s] (2583/2797) reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
93702026-04-22T02:10:40.980Z PASS [ 0.190s] (2584/2797) reconfigurator-cli::test-scripts script::cmds.txt
93712026-04-22T02:10:40.988Z PASS [ 0.588s] (2585/2797) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
93722026-04-22T02:10:41.084Z PASS [ 0.591s] (2586/2797) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
93732026-04-22T02:10:41.262Z PASS [ 5.491s] (2587/2797) omicron-test-utils dev::db::test::test_setup_database_default_dir
93742026-04-22T02:10:41.275Z PASS [ 0.706s] (2588/2797) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
93752026-04-22T02:10:41.287Z PASS [ 0.590s] (2589/2797) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
93762026-04-22T02:10:41.534Z PASS [ 1.090s] (2590/2797) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
93772026-04-22T02:10:41.561Z PASS [ 0.987s] (2591/2797) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
93782026-04-22T02:10:41.591Z PASS [ 0.057s] (2592/2797) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
93792026-04-22T02:10:41.594Z PASS [ 0.031s] (2593/2797) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
93802026-04-22T02:10:41.604Z PASS [ 0.788s] (2594/2797) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
93812026-04-22T02:10:41.644Z PASS [ 0.053s] (2595/2797) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
93822026-04-22T02:10:41.644Z PASS [ 0.052s] (2596/2797) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
93832026-04-22T02:10:41.655Z PASS [ 0.051s] (2597/2797) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
93842026-04-22T02:10:41.688Z PASS [ 0.033s] (2598/2797) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
93852026-04-22T02:10:41.696Z PASS [ 0.051s] (2599/2797) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
93862026-04-22T02:10:41.696Z PASS [ 0.052s] (2600/2797) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
93872026-04-22T02:10:41.726Z PASS [ 0.038s] (2601/2797) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
93882026-04-22T02:10:41.729Z PASS [ 0.032s] (2602/2797) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
93892026-04-22T02:10:41.750Z PASS [ 0.054s] (2603/2797) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
93902026-04-22T02:10:41.766Z PASS [ 0.038s] (2604/2797) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
93912026-04-22T02:10:41.769Z PASS [ 0.040s] (2605/2797) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
93922026-04-22T02:10:41.790Z PASS [ 0.040s] (2606/2797) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
93932026-04-22T02:10:41.815Z PASS [ 0.049s] (2607/2797) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
93942026-04-22T02:10:41.818Z PASS [ 0.051s] (2608/2797) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
93952026-04-22T02:10:41.821Z PASS [ 1.318s] (2609/2797) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
93962026-04-22T02:10:41.825Z PASS [ 1.117s] (2610/2797) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
93972026-04-22T02:10:41.828Z PASS [ 0.037s] (2611/2797) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
93982026-04-22T02:10:41.861Z PASS [ 0.036s] (2612/2797) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
93992026-04-22T02:10:41.864Z PASS [ 0.045s] (2613/2797) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
94002026-04-22T02:10:41.864Z PASS [ 0.046s] (2614/2797) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
94012026-04-22T02:10:41.870Z PASS [ 0.043s] (2615/2797) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
94022026-04-22T02:10:41.906Z PASS [ 0.036s] (2616/2797) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
94032026-04-22T02:10:41.909Z PASS [ 0.046s] (2617/2797) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
94042026-04-22T02:10:41.943Z PASS [ 0.037s] (2618/2797) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
94052026-04-22T02:10:41.947Z PASS [ 0.039s] (2619/2797) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
94062026-04-22T02:10:41.952Z PASS [ 0.677s] (2620/2797) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
94072026-04-22T02:10:41.994Z PASS [ 0.047s] (2621/2797) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
94082026-04-22T02:10:41.997Z PASS [ 0.044s] (2622/2797) sled-agent-config-reconciler ledger::tests::read_existing_config
94092026-04-22T02:10:42.007Z PASS [ 0.063s] (2623/2797) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
94102026-04-22T02:10:42.009Z PASS [ 0.145s] (2624/2797) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
94112026-04-22T02:10:42.027Z PASS [ 1.151s] (2625/2797) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
94122026-04-22T02:10:42.037Z PASS [ 0.041s] (2626/2797) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
94132026-04-22T02:10:42.040Z PASS [ 0.045s] (2627/2797) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
94142026-04-22T02:10:42.047Z PASS [ 0.040s] (2628/2797) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
94152026-04-22T02:10:42.051Z PASS [ 0.045s] (2629/2797) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
94162026-04-22T02:10:42.088Z PASS [ 0.041s] (2630/2797) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
94172026-04-22T02:10:42.091Z PASS [ 0.026s] (2631/2797) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
94182026-04-22T02:10:42.091Z PASS [ 0.037s] (2632/2797) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
94192026-04-22T02:10:42.205Z PASS [ 1.326s] (2633/2797) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
94202026-04-22T02:10:42.234Z PASS [ 0.029s] (2634/2797) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
94212026-04-22T02:10:42.275Z PASS [ 0.040s] (2635/2797) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
94222026-04-22T02:10:42.314Z PASS [ 0.039s] (2636/2797) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
94232026-04-22T02:10:42.351Z PASS [ 0.037s] (2637/2797) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
94242026-04-22T02:10:42.355Z PASS [ 13.744s] (2638/2797) omicron-omdb::test_all_output test_omdb_env_settings
94252026-04-22T02:10:42.360Z PASS [ 1.380s] (2639/2797) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
94262026-04-22T02:10:42.390Z PASS [ 0.039s] (2640/2797) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
94272026-04-22T02:10:42.396Z PASS [ 0.042s] (2641/2797) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
94282026-04-22T02:10:42.398Z PASS [ 0.037s] (2642/2797) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
94292026-04-22T02:10:42.429Z PASS [ 0.033s] (2643/2797) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
94302026-04-22T02:10:42.431Z PASS [ 0.039s] (2644/2797) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
94312026-04-22T02:10:42.435Z PASS [ 0.038s] (2645/2797) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
94322026-04-22T02:10:42.466Z PASS [ 0.036s] (2646/2797) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
94332026-04-22T02:10:42.469Z PASS [ 0.041s] (2647/2797) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
94342026-04-22T02:10:42.479Z PASS [ 0.043s] (2648/2797) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
94352026-04-22T02:10:42.502Z PASS [ 0.036s] (2649/2797) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
94362026-04-22T02:10:42.514Z PASS [ 0.044s] (2650/2797) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
94372026-04-22T02:10:42.520Z PASS [ 0.041s] (2651/2797) sled-agent-resolvable-files manifest::tests::read_success
94382026-04-22T02:10:42.536Z PASS [ 0.034s] (2652/2797) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
94392026-04-22T02:10:42.546Z PASS [ 0.031s] (2653/2797) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
94402026-04-22T02:10:42.559Z PASS [ 0.039s] (2654/2797) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
94412026-04-22T02:10:42.569Z PASS [ 0.033s] (2655/2797) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
94422026-04-22T02:10:42.580Z PASS [ 0.033s] (2656/2797) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
94432026-04-22T02:10:42.592Z PASS [ 0.032s] (2657/2797) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
94442026-04-22T02:10:42.594Z PASS [ 1.307s] (2658/2797) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
94452026-04-22T02:10:42.601Z PASS [ 0.032s] (2659/2797) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
94462026-04-22T02:10:42.609Z PASS [ 0.030s] (2660/2797) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
94472026-04-22T02:10:42.617Z PASS [ 1.644s] (2661/2797) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
94482026-04-22T02:10:42.628Z PASS [ 0.035s] (2662/2797) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
94492026-04-22T02:10:42.632Z PASS [ 0.038s] (2663/2797) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
94502026-04-22T02:10:42.636Z PASS [ 0.034s] (2664/2797) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
94512026-04-22T02:10:42.641Z PASS [ 0.032s] (2665/2797) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
94522026-04-22T02:10:42.647Z PASS [ 0.030s] (2666/2797) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
94532026-04-22T02:10:42.654Z PASS [ 0.028s] (2667/2797) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
94542026-04-22T02:10:42.664Z PASS [ 0.031s] (2668/2797) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
94552026-04-22T02:10:42.668Z PASS [ 0.032s] (2669/2797) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
94562026-04-22T02:10:42.671Z PASS [ 0.030s] (2670/2797) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
94572026-04-22T02:10:42.677Z PASS [ 1.985s] (2671/2797) reconfigurator-cli::test-scripts script::cmds-target-release.txt
94582026-04-22T02:10:42.679Z PASS [ 0.030s] (2672/2797) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
94592026-04-22T02:10:42.686Z PASS [ 0.032s] (2673/2797) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
94602026-04-22T02:10:42.696Z PASS [ 0.032s] (2674/2797) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
94612026-04-22T02:10:42.704Z PASS [ 0.033s] (2675/2797) sled-agent-resolvable-files mupdate_override::tests::read_both_present
94622026-04-22T02:10:42.707Z PASS [ 0.035s] (2676/2797) sled-agent-resolvable-files mupdate_override::tests::read_different_values
94632026-04-22T02:10:42.711Z PASS [ 0.034s] (2677/2797) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
94642026-04-22T02:10:42.714Z PASS [ 0.036s] (2678/2797) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
94652026-04-22T02:10:42.723Z PASS [ 0.037s] (2679/2797) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
94662026-04-22T02:10:42.731Z PASS [ 2.731s] (2680/2797) oximeter-producer tests::test_producer_registration_task
94672026-04-22T02:10:42.734Z PASS [ 0.022s] (2681/2797) sled-agent-types zone_bundle::tests::test_compare_bundles
94682026-04-22T02:10:42.738Z PASS [ 0.037s] (2682/2797) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
94692026-04-22T02:10:42.741Z PASS [ 0.040s] (2683/2797) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
94702026-04-22T02:10:42.747Z PASS [ 0.039s] (2684/2797) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
94712026-04-22T02:10:42.768Z PASS [ 0.027s] (2685/2797) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
94722026-04-22T02:10:42.771Z PASS [ 0.035s] (2686/2797) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
94732026-04-22T02:10:42.771Z PASS [ 0.036s] (2687/2797) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
94742026-04-22T02:10:42.774Z PASS [ 0.029s] (2688/2797) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
94752026-04-22T02:10:42.777Z PASS [ 0.060s] (2689/2797) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
94762026-04-22T02:10:42.786Z PASS [ 0.063s] (2690/2797) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
94772026-04-22T02:10:42.790Z PASS [ 0.058s] (2691/2797) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
94782026-04-22T02:10:42.794Z PASS [ 0.026s] (2692/2797) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
94792026-04-22T02:10:42.797Z PASS [ 0.026s] (2693/2797) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
94802026-04-22T02:10:42.800Z PASS [ 0.030s] (2694/2797) sled-agent-types-versions v1::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
94812026-04-22T02:10:42.822Z PASS [ 0.024s] (2695/2797) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
94822026-04-22T02:10:42.825Z PASS [ 0.029s] (2696/2797) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
94832026-04-22T02:10:42.859Z PASS [ 0.034s] (2697/2797) sled-diagnostics queries::test::test_command_stdout_is_correct
94842026-04-22T02:10:42.862Z PASS [ 0.038s] (2698/2797) sled-diagnostics queries::test::test_command_stderr_is_correct
94852026-04-22T02:10:42.881Z PASS [ 1.796s] (2699/2797) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
94862026-04-22T02:10:42.902Z PASS [ 0.043s] (2700/2797) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
94872026-04-22T02:10:42.905Z PASS [ 0.023s] (2701/2797) sled-hardware disk::test::test_disk_paths
94882026-04-22T02:10:42.921Z PASS [ 0.019s] (2702/2797) sled-hardware disk::test::test_partition_device_paths
94892026-04-22T02:10:42.929Z PASS [ 0.025s] (2703/2797) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
94902026-04-22T02:10:42.950Z PASS [ 0.029s] (2704/2797) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
94912026-04-22T02:10:42.959Z PASS [ 0.029s] (2705/2797) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
94922026-04-22T02:10:42.962Z PASS [ 0.187s] (2706/2797) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
94932026-04-22T02:10:42.981Z PASS [ 0.030s] (2707/2797) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
94942026-04-22T02:10:42.994Z PASS [ 0.035s] (2708/2797) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
94952026-04-22T02:10:42.999Z PASS [ 0.034s] (2709/2797) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
94962026-04-22T02:10:43.008Z PASS [ 0.027s] (2710/2797) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
94972026-04-22T02:10:43.019Z PASS [ 0.023s] (2711/2797) sled-hardware illumos::tests::parse_smbios_valid
94982026-04-22T02:10:43.029Z PASS [ 0.035s] (2712/2797) sled-hardware illumos::tests::parse_smbios_invalid
94992026-04-22T02:10:43.032Z PASS [ 0.024s] (2713/2797) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
95002026-04-22T02:10:43.043Z PASS [ 0.024s] (2714/2797) sled-storage dataset::test::serialize_dataset_name
95012026-04-22T02:10:43.069Z PASS [ 0.039s] (2715/2797) trust-quorum proxy::tests::proxy_roundtrip_concurrent
95022026-04-22T02:10:43.077Z PASS [ 0.045s] (2716/2797) trust-quorum proxy::tests::proxy_roundtrip_disconnected
95032026-04-22T02:10:43.083Z PASS [ 0.040s] (2717/2797) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
95042026-04-22T02:10:43.321Z PASS [ 1.459s] (2718/2797) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
95052026-04-22T02:10:43.326Z PASS [ 2.337s] (2719/2797) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
95062026-04-22T02:10:43.393Z PASS [ 0.533s] (2720/2797) sled-diagnostics queries::test::test_long_running_command_is_aborted
95072026-04-22T02:10:43.482Z PASS [ 1.442s] (2721/2797) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
95082026-04-22T02:10:43.507Z PASS [ 1.455s] (2722/2797) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
95092026-04-22T02:10:43.673Z PASS [ 1.600s] (2723/2797) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
95102026-04-22T02:10:43.751Z PASS [ 0.976s] (2724/2797) sled-diagnostics logs::illumos_tests::collect_current_logs
95112026-04-22T02:10:43.776Z PASS [ 0.025s] (2725/2797) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
95122026-04-22T02:10:43.798Z PASS [ 0.022s] (2726/2797) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
95132026-04-22T02:10:43.911Z PASS [ 0.112s] (2727/2797) trust-quorum-protocol node::tests::initial_configuration
95142026-04-22T02:10:43.926Z PASS [ 1.139s] (2728/2797) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
95152026-04-22T02:10:43.939Z PASS [ 0.028s] (2729/2797) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
95162026-04-22T02:10:44.002Z PASS [ 1.927s] (2730/2797) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
95172026-04-22T02:10:44.015Z PASS [ 0.089s] (2731/2797) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
95182026-04-22T02:10:44.023Z PASS [ 0.084s] (2732/2797) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
95192026-04-22T02:10:44.040Z PASS [ 0.957s] (2733/2797) trust-quorum task::tests::tq_initial_config
95202026-04-22T02:10:44.258Z PASS [ 0.937s] (2734/2797) trust-quorum task::tests::tq_initial_config_prepare_and_commit
95212026-04-22T02:10:44.261Z PASS [ 1.470s] (2735/2797) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
95222026-04-22T02:10:44.282Z PASS [ 0.608s] (2736/2797) trust-quorum-protocol crypto::tests::rack_secret_test
95232026-04-22T02:10:44.322Z PASS [ 0.064s] (2737/2797) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
95242026-04-22T02:10:44.338Z PASS [ 0.077s] (2738/2797) update-common artifacts::update_plan::tests::test_bad_rot_versions
95252026-04-22T02:10:44.353Z PASS [ 0.072s] (2739/2797) update-common artifacts::update_plan::tests::test_multi_rot_bord
95262026-04-22T02:10:44.372Z PASS [ 1.294s] (2740/2797) trust-quorum task::tests::test_network_config
95272026-04-22T02:10:44.372Z PASS [ 2.304s] (2741/2797) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
95282026-04-22T02:10:44.390Z PASS [ 0.052s] (2742/2797) update-common artifacts::update_plan::tests::test_split_control_plane
95292026-04-22T02:10:44.393Z PASS [ 0.070s] (2743/2797) update-common artifacts::update_plan::tests::test_multi_rot_version
95302026-04-22T02:10:44.404Z PASS [ 0.051s] (2744/2797) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
95312026-04-22T02:10:44.429Z PASS [ 0.024s] (2745/2797) update-engine display::line_display_shared::tests::test_format_progress_counter
95322026-04-22T02:10:44.433Z PASS [ 1.363s] (2746/2797) trust-quorum task::tests::full_mesh_connectivity
95332026-04-22T02:10:44.436Z PASS [ 0.063s] (2747/2797) update-common artifacts::update_plan::tests::test_too_many_rot_bord
95342026-04-22T02:10:44.441Z PASS [ 0.049s] (2748/2797) update-engine display::group_display::tests::test_stats
95352026-04-22T02:10:44.445Z PASS [ 0.430s] (2749/2797) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
95362026-04-22T02:10:44.448Z PASS [ 0.423s] (2750/2797) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
95372026-04-22T02:10:44.448Z PASS [ 0.076s] (2751/2797) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
95382026-04-22T02:10:44.448Z PASS [ 0.940s] (2752/2797) trust-quorum task::tests::tq_upgrade_from_lrtq
95392026-04-22T02:10:44.451Z PASS [ 0.022s] (2753/2797) update-engine display::line_display_shared::tests::test_start_line
95402026-04-22T02:10:44.465Z PASS [ 0.033s] (2754/2797) update-engine engine::tests::error_exits_early
95412026-04-22T02:10:44.468Z PASS [ 0.033s] (2755/2797) update-engine events::tests::progress_event_parse_unknown
95422026-04-22T02:10:44.471Z PASS [ 0.023s] (2756/2797) update-engine spec::tests::test_merge_anyhow_list
95432026-04-22T02:10:44.471Z PASS [ 0.023s] (2757/2797) wicket state::inventory::tests::component_id_display
95442026-04-22T02:10:44.474Z PASS [ 0.024s] (2758/2797) wicket state::rack::tests::prev_next_are_opposites
95452026-04-22T02:10:44.474Z PASS [ 0.031s] (2759/2797) update-engine events::tests::step_event_parse_unknown
95462026-04-22T02:10:44.474Z PASS [ 0.027s] (2760/2797) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
95472026-04-22T02:10:44.513Z PASS [ 0.026s] (2761/2797) wicket state::rack::tests::up_down_are_opposites
95482026-04-22T02:10:44.513Z PASS [ 0.025s] (2762/2797) wicket-common rack_setup::tests::invalid_router_peer_address
95492026-04-22T02:10:44.513Z PASS [ 0.106s] (2763/2797) update-engine buffer::tests::test_buffer
95502026-04-22T02:10:44.513Z PASS [ 0.028s] (2764/2797) wicket-common rack_setup::tests::roundtrip_import_export_policy
95512026-04-22T02:10:44.513Z PASS [ 0.030s] (2765/2797) wicket-common rack_setup::tests::invalid_uplink_address
95522026-04-22T02:10:44.513Z PASS [ 0.028s] (2766/2797) wicket-common rack_setup::tests::roundtrip_router_peer_address
95532026-04-22T02:10:44.513Z PASS [ 0.027s] (2767/2797) wicket-common rack_update::tests::test_rollup_update_state
95542026-04-22T02:10:44.513Z PASS [ 0.030s] (2768/2797) wicket-common rack_setup::tests::roundtrip_uplink_address
95552026-04-22T02:10:44.549Z PASS [ 0.083s] (2769/2797) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
95562026-04-22T02:10:44.594Z PASS [ 0.101s] (2770/2797) wicketd rss_config::tests::test_bgp_auth_key_states
95572026-04-22T02:10:44.597Z PASS [ 0.099s] (2771/2797) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
95582026-04-22T02:10:44.599Z PASS [ 0.121s] (2772/2797) wicketd installinator_progress::tests::test_states
95592026-04-22T02:10:44.613Z PASS [ 14.919s] (2773/2797) omicron-passwords test::test_smoke
95602026-04-22T02:10:44.629Z PASS [ 1.834s] (2774/2797) sled-diagnostics logs::illumos_tests::log_snapshots_work
95612026-04-22T02:10:44.675Z PASS [ 1.281s] (2775/2797) trust-quorum task::tests::tq_proxy
95622026-04-22T02:10:44.834Z PASS [ 1.352s] (2776/2797) trust-quorum task::tests::tq_reconfig_with_commit_advance
95632026-04-22T02:10:44.960Z PASS [ 1.634s] (2777/2797) trust-quorum task::tests::tq_persistent_state
95642026-04-22T02:10:44.995Z PASS [ 3.732s] (2778/2797) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
95652026-04-22T02:10:45.169Z PASS [ 0.670s] (2779/2797) wicketd::mod integration_tests::inventory::test_inventory
95662026-04-22T02:10:45.302Z PASS [ 0.802s] (2780/2797) wicketd::mod integration_tests::updates::test_update_races
95672026-04-22T02:10:45.438Z PASS [ 0.939s] (2781/2797) wicketd::mod integration_tests::updates::test_installinator_fetch
95682026-04-22T02:10:46.546Z PASS [ 2.045s] (2782/2797) wicketd::mod integration_tests::updates::test_updates
95692026-04-22T02:10:46.664Z PASS [ 2.623s] (2783/2797) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
95702026-04-22T02:10:46.971Z PASS [ 5.151s] (2784/2797) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
95712026-04-22T02:10:47.998Z PASS [ 8.096s] (2785/2797) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
95722026-04-22T02:10:48.658Z PASS [ 7.739s] (2786/2797) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
95732026-04-22T02:10:54.585Z PASS [ 25.964s] (2787/2797) omicron-omdb::test_all_output test_omdb_success_cases
95742026-04-22T02:10:54.792Z PASS [ 14.904s] (2788/2797) oximeter-db::integration_test test_schemas_disjoint
95752026-04-22T02:10:59.357Z PASS [ 98.988s] (2789/2797) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
95762026-04-22T02:11:01.721Z PASS [ 41.196s] (2790/2797) omicron-nexus::test_all integration_tests::webhooks::test_probe
95772026-04-22T02:11:02.134Z PASS [ 45.104s] (2791/2797) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
95782026-04-22T02:11:03.891Z PASS [ 32.099s] (2792/2797) omicron-sled-agent nexus::test::nexus_self_notification_test
95792026-04-22T02:11:05.389Z PASS [ 44.558s] (2793/2797) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
95802026-04-22T02:11:06.562Z PASS [ 30.043s] (2794/2797) oximeter-db client::tests::cannot_ping_nonexistent_server
95812026-04-22T02:11:08.691Z PASS [ 47.108s] (2795/2797) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
95822026-04-22T02:11:21.497Z PASS [ 38.028s] (2796/2797) oximeter-db::integration_test test_cluster
95832026-04-22T02:11:41.427Z PASS [ 57.416s] (2797/2797) trust-quorum-protocol::cluster test_trust_quorum_protocol
95842026-04-22T02:11:41.430Z────────────
95852026-04-22T02:11:41.430Z Summary [ 806.905s] 2797 tests run: 2797 passed (35 slow), 6 skipped
95862026-04-22T02:11:41.515Z
95872026-04-22T02:11:41.518Zreal 13:41.423737079
95882026-04-22T02:11:41.518Zuser 4:33:58.577677063
95892026-04-22T02:11:41.518Zsys 1:03:12.683893293
95902026-04-22T02:11:41.518Ztrap 3:03.120552215
95912026-04-22T02:11:41.518Ztflt 5.279627284
95922026-04-22T02:11:41.518Zdflt 33.226979621
95932026-04-22T02:11:41.518Zkflt 0.505166473
95942026-04-22T02:11:41.518Zlock 1762:27:58.276080009
95952026-04-22T02:11:41.518Zslp 113:33:43.058155794
95962026-04-22T02:11:41.518Zlat 4:02:11.057273551
95972026-04-22T02:11:41.519Zstop 11:07.300038863
95982026-04-22T02:11:41.519Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
95992026-04-22T02:11:41.669Zinfo: exported run 9a42c85e-4aa4-4ace-a7b3-853f19bd9efb to /tmp/nextest-run-archive.zip (2772905 bytes)
96002026-04-22T02:11:41.672Z
96012026-04-22T02:11:41.673Zreal 0.151357744
96022026-04-22T02:11:41.673Zuser 0.106450182
96032026-04-22T02:11:41.673Zsys 0.039391633
96042026-04-22T02:11:41.673Ztrap 0.000016466
96052026-04-22T02:11:41.673Ztflt 0.000021396
96062026-04-22T02:11:41.673Zdflt 0.000015967
96072026-04-22T02:11:41.673Zkflt 0.000003109
96082026-04-22T02:11:41.673Zlock 0.041190115
96092026-04-22T02:11:41.673Zslp 0.204070865
96102026-04-22T02:11:41.673Zlat 0.000697897
96112026-04-22T02:11:41.673Zstop 0.000348305
96122026-04-22T02:11:41.673Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
96132026-04-22T02:11:41.857Zinfo: wrote Chrome trace for run 9a42c85e-4aa4-4ace-a7b3-853f19bd9efb to /tmp/nextest-chrome-trace.json
96142026-04-22T02:11:41.861Z
96152026-04-22T02:11:41.866Zreal 0.183443702
96162026-04-22T02:11:41.866Zuser 0.134150337
96172026-04-22T02:11:41.866Zsys 0.044266870
96182026-04-22T02:11:41.866Ztrap 0.000011848
96192026-04-22T02:11:41.866Ztflt 0.000013908
96202026-04-22T02:11:41.866Zdflt 0.000007518
96212026-04-22T02:11:41.866Zkflt 0.000000000
96222026-04-22T02:11:41.866Zlock 0.040430572
96232026-04-22T02:11:41.866Zslp 0.196475156
96242026-04-22T02:11:41.866Zlat 0.000761390
96252026-04-22T02:11:41.866Zstop 0.000310639
96262026-04-22T02:11:41.867Z+ [[ 0 -ne 0 ]]
96272026-04-22T02:11:41.867Z+ banner doctest
96282026-04-22T02:11:41.867Z
96292026-04-22T02:11:41.867Z ##### #### #### ##### ###### #### #####
96302026-04-22T02:11:41.867Z # # # # # # # # # #
96312026-04-22T02:11:41.867Z # # # # # # ##### #### #
96322026-04-22T02:11:41.867Z # # # # # # # # #
96332026-04-22T02:11:41.867Z # # # # # # # # # # #
96342026-04-22T02:11:41.867Z ##### #### #### # ###### #### #
96352026-04-22T02:11:41.867Z
96362026-04-22T02:11:41.867Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
96372026-04-22T02:11:43.005Z Fresh unicode-ident v1.0.24
96382026-04-22T02:11:43.010Z Fresh cfg-if v1.0.4
96392026-04-22T02:11:43.010Z Fresh memchr v2.8.0
96402026-04-22T02:11:43.010Z Fresh smallvec v1.15.1
96412026-04-22T02:11:43.010Z Fresh log v0.4.29
96422026-04-22T02:11:43.010Z Fresh itoa v1.0.17
96432026-04-22T02:11:43.010Z Fresh version_check v0.9.5
96442026-04-22T02:11:43.010Z Fresh autocfg v1.5.0
96452026-04-22T02:11:43.010Z Fresh scopeguard v1.2.0
96462026-04-22T02:11:43.010Z Fresh stable_deref_trait v1.2.1
96472026-04-22T02:11:43.010Z Fresh percent-encoding v2.3.2
96482026-04-22T02:11:43.010Z Fresh writeable v0.6.2
96492026-04-22T02:11:43.010Z Fresh litemap v0.8.1
96502026-04-22T02:11:43.010Z Fresh shlex v1.3.0
96512026-04-22T02:11:43.010Z Fresh utf8_iter v1.0.4
96522026-04-22T02:11:43.010Z Fresh find-msvc-tools v0.1.9
96532026-04-22T02:11:43.010Z Fresh subtle v2.6.1
96542026-04-22T02:11:43.010Z Fresh critical-section v1.2.0
96552026-04-22T02:11:43.010Z Fresh rand_core v0.10.0
96562026-04-22T02:11:43.010Z Fresh proc-macro2 v1.0.106
96572026-04-22T02:11:43.010Z Fresh lock_api v0.4.14
96582026-04-22T02:11:43.010Z Fresh form_urlencoded v1.2.2
96592026-04-22T02:11:43.010Z Fresh pin-project-lite v0.2.17
96602026-04-22T02:11:43.010Z Fresh allocator-api2 v0.2.21
96612026-04-22T02:11:43.011Z Fresh heck v0.5.0
96622026-04-22T02:11:43.011Z Fresh equivalent v1.0.2
96632026-04-22T02:11:43.011Z Fresh fnv v1.0.7
96642026-04-22T02:11:43.011Z Fresh foldhash v0.2.0
96652026-04-22T02:11:43.011Z Fresh iana-time-zone v0.1.65
96662026-04-22T02:11:43.011Z Fresh regex-syntax v0.8.10
96672026-04-22T02:11:43.011Z Fresh futures-core v0.3.32
96682026-04-22T02:11:43.011Z Fresh dyn-clone v1.0.20
96692026-04-22T02:11:43.016Z Fresh quote v1.0.44
96702026-04-22T02:11:43.016Z Fresh libc v0.2.185
96712026-04-22T02:11:43.016Z Fresh serde_core v1.0.228
96722026-04-22T02:11:43.016Z Fresh libm v0.2.16
96732026-04-22T02:11:43.016Z Fresh zmij v1.0.21
96742026-04-22T02:11:43.016Z Fresh icu_properties_data v2.1.2
96752026-04-22T02:11:43.016Z Fresh icu_normalizer_data v2.1.1
96762026-04-22T02:11:43.016Z Fresh portable-atomic v1.13.1
96772026-04-22T02:11:43.016Z Fresh hashbrown v0.16.1
96782026-04-22T02:11:43.016Z Fresh strsim v0.11.1
96792026-04-22T02:11:43.016Z Fresh const-oid v0.9.6
96802026-04-22T02:11:43.016Z Fresh aho-corasick v1.1.4
96812026-04-22T02:11:43.017Z Fresh futures-sink v0.3.32
96822026-04-22T02:11:43.017Z Fresh byteorder v1.5.0
96832026-04-22T02:11:43.017Z Fresh futures-io v0.3.32
96842026-04-22T02:11:43.017Z Fresh slab v0.4.12
96852026-04-22T02:11:43.017Z Fresh futures-task v0.3.32
96862026-04-22T02:11:43.017Z Fresh cpufeatures v0.2.17
96872026-04-22T02:11:43.017Z Fresh pkg-config v0.3.32
96882026-04-22T02:11:43.017Z Fresh base64 v0.22.1
96892026-04-22T02:11:43.017Z Fresh ident_case v1.0.1
96902026-04-22T02:11:43.017Z Fresh syn v2.0.117
96912026-04-22T02:11:43.017Z Fresh errno v0.3.14
96922026-04-22T02:11:43.017Z Fresh getrandom v0.2.17
96932026-04-22T02:11:43.017Z Fresh num-traits v0.2.19
96942026-04-22T02:11:43.017Z Fresh serde_json v1.0.149
96952026-04-22T02:11:43.017Z Fresh bitflags v2.11.0
96962026-04-22T02:11:43.017Z Fresh semver v1.0.27
96972026-04-22T02:11:43.018Z Fresh jobserver v0.1.34
96982026-04-22T02:11:43.018Z Fresh parking_lot_core v0.9.12
96992026-04-22T02:11:43.018Z Fresh once_cell v1.21.3
97002026-04-22T02:11:43.018Z Fresh getrandom v0.4.1
97012026-04-22T02:11:43.018Z Fresh mio v1.2.0
97022026-04-22T02:11:43.018Z Fresh typenum v1.19.0
97032026-04-22T02:11:43.018Z Fresh socket2 v0.6.3
97042026-04-22T02:11:43.018Z Fresh indexmap v2.13.0
97052026-04-22T02:11:43.018Z Fresh rustversion v1.0.22
97062026-04-22T02:11:43.018Z Fresh regex-automata v0.4.14
97072026-04-22T02:11:43.018Z Fresh futures-channel v0.3.32
97082026-04-22T02:11:43.018Z Fresh either v1.15.0
97092026-04-22T02:11:43.018Z Fresh base64ct v1.8.3
97102026-04-22T02:11:43.018Z Fresh untrusted v0.9.0
97112026-04-22T02:11:43.018Z Fresh anstyle v1.0.13
97122026-04-22T02:11:43.018Z Fresh utf8parse v0.2.2
97132026-04-22T02:11:43.018Z Fresh ryu v1.0.23
97142026-04-22T02:11:43.019Z Fresh powerfmt v0.2.0
97152026-04-22T02:11:43.019Z Fresh serde_derive v1.0.228
97162026-04-22T02:11:43.019Z Fresh zeroize_derive v1.4.3
97172026-04-22T02:11:43.019Z Fresh synstructure v0.13.2
97182026-04-22T02:11:43.019Z Fresh zerovec-derive v0.11.2
97192026-04-22T02:11:43.019Z Fresh displaydoc v0.2.5
97202026-04-22T02:11:43.019Z Fresh cc v1.2.56
97212026-04-22T02:11:43.019Z Fresh parking_lot v0.12.5
97222026-04-22T02:11:43.019Z Fresh rand_core v0.6.4
97232026-04-22T02:11:43.019Z Fresh zerocopy-derive v0.8.40
97242026-04-22T02:11:43.019Z Fresh thiserror-impl v2.0.18
97252026-04-22T02:11:43.019Z Fresh signal-hook-registry v1.4.8
97262026-04-22T02:11:43.019Z Fresh tokio-macros v2.7.0
97272026-04-22T02:11:43.019Z Fresh uuid v1.23.0
97282026-04-22T02:11:43.019Z Fresh serde_derive_internals v0.29.1
97292026-04-22T02:11:43.020Z Fresh futures-macro v0.3.32
97302026-04-22T02:11:43.020Z Fresh rustix v1.1.3
97312026-04-22T02:11:43.020Z Fresh thiserror-impl v1.0.69
97322026-04-22T02:11:43.020Z Fresh syn v1.0.109
97332026-04-22T02:11:43.020Z Fresh getrandom v0.3.4
97342026-04-22T02:11:43.020Z Fresh regex v1.12.3
97352026-04-22T02:11:43.020Z Fresh tracing-attributes v0.1.31
97362026-04-22T02:11:43.020Z Fresh tracing-core v0.1.36
97372026-04-22T02:11:43.020Z Fresh anstyle-parse v0.2.7
97382026-04-22T02:11:43.020Z Fresh pem-rfc7468 v0.7.0
97392026-04-22T02:11:43.020Z Fresh time-core v0.1.8
97402026-04-22T02:11:43.020Z Fresh colorchoice v1.0.4
97412026-04-22T02:11:43.020Z Fresh anstyle-query v1.1.5
97422026-04-22T02:11:43.021Z Fresh is_terminal_polyfill v1.70.2
97432026-04-22T02:11:43.021Z Fresh num-conv v0.2.0
97442026-04-22T02:11:43.025Z Fresh serde v1.0.228
97452026-04-22T02:11:43.025Z Fresh zeroize v1.8.2
97462026-04-22T02:11:43.025Z Fresh zerofrom-derive v0.1.6
97472026-04-22T02:11:43.025Z Fresh yoke-derive v0.8.1
97482026-04-22T02:11:43.025Z Fresh zerocopy v0.8.40
97492026-04-22T02:11:43.025Z Fresh thiserror v2.0.18
97502026-04-22T02:11:43.025Z Fresh schemars_derive v0.8.22
97512026-04-22T02:11:43.025Z Fresh futures-util v0.3.32
97522026-04-22T02:11:43.025Z Fresh thiserror v1.0.69
97532026-04-22T02:11:43.025Z Fresh tracing v0.1.44
97542026-04-22T02:11:43.025Z Fresh anyhow v1.0.102
97552026-04-22T02:11:43.025Z Fresh httparse v1.10.1
97562026-04-22T02:11:43.025Z Fresh crossbeam-utils v0.8.21
97572026-04-22T02:11:43.025Z Fresh time-macros v0.2.27
97582026-04-22T02:11:43.025Z Fresh anstream v0.6.21
97592026-04-22T02:11:43.025Z Fresh rand_core v0.9.5
97602026-04-22T02:11:43.025Z Fresh deranged v0.5.8
97612026-04-22T02:11:43.025Z Fresh num_threads v0.1.7
97622026-04-22T02:11:43.025Z Fresh atomic-waker v1.1.2
97632026-04-22T02:11:43.025Z Fresh terminal_size v0.4.3
97642026-04-22T02:11:43.026Z Fresh cmake v0.1.57
97652026-04-22T02:11:43.026Z Fresh der_derive v0.7.3
97662026-04-22T02:11:43.026Z Fresh httpdate v1.0.3
97672026-04-22T02:11:43.026Z Fresh dunce v1.0.5
97682026-04-22T02:11:43.026Z Fresh flagset v0.4.7
97692026-04-22T02:11:43.026Z Fresh fs_extra v1.3.0
97702026-04-22T02:11:43.026Z Fresh try-lock v0.2.5
97712026-04-22T02:11:43.026Z Fresh tower-service v0.3.3
97722026-04-22T02:11:43.026Z Fresh clap_lex v1.0.0
97732026-04-22T02:11:43.026Z Fresh tower-layer v0.3.3
97742026-04-22T02:11:43.026Z Fresh bytes v1.11.1
97752026-04-22T02:11:43.026Z Fresh zerofrom v0.1.6
97762026-04-22T02:11:43.026Z Fresh chrono v0.4.44
97772026-04-22T02:11:43.026Z Fresh generic-array v0.14.7
97782026-04-22T02:11:43.026Z Fresh ppv-lite86 v0.2.21
97792026-04-22T02:11:43.026Z Fresh serde_tokenstream v0.2.3
97802026-04-22T02:11:43.026Z Fresh ipnet v2.11.0
97812026-04-22T02:11:43.026Z Fresh rustls-pki-types v1.14.0
97822026-04-22T02:11:43.026Z Fresh time v0.3.47
97832026-04-22T02:11:43.026Z Fresh der v0.7.10
97842026-04-22T02:11:43.026Z Fresh want v0.3.1
97852026-04-22T02:11:43.026Z Fresh pin-utils v0.1.0
97862026-04-22T02:11:43.026Z Fresh erased-serde v0.3.31
97872026-04-22T02:11:43.026Z Fresh clap_builder v4.5.60
97882026-04-22T02:11:43.026Z Fresh clap_derive v4.5.55
97892026-04-22T02:11:43.026Z Fresh vcpkg v0.2.15
97902026-04-22T02:11:43.027Z Fresh socket2 v0.5.10
97912026-04-22T02:11:43.027Z Fresh spin v0.9.8
97922026-04-22T02:11:43.027Z Fresh async-trait v0.1.89
97932026-04-22T02:11:43.027Z Fresh untrusted v0.7.1
97942026-04-22T02:11:43.027Z Fresh ucd-trie v0.1.7
97952026-04-22T02:11:43.027Z Fresh pretty-hex v0.4.1
97962026-04-22T02:11:43.027Z Fresh fastrand v2.3.0
97972026-04-22T02:11:43.027Z Fresh openssl-probe v0.2.1
97982026-04-22T02:11:43.027Z Fresh serde_urlencoded v0.7.1
97992026-04-22T02:11:43.027Z Fresh hex v0.4.3
98002026-04-22T02:11:43.027Z Fresh yoke v0.8.1
98012026-04-22T02:11:43.027Z Fresh tokio v1.52.1
98022026-04-22T02:11:43.027Z Fresh crypto-common v0.1.7
98032026-04-22T02:11:43.027Z Fresh block-buffer v0.10.4
98042026-04-22T02:11:43.027Z Fresh http v1.4.0
98052026-04-22T02:11:43.027Z Fresh block-padding v0.3.3
98062026-04-22T02:11:43.027Z Fresh ring v0.17.14
98072026-04-22T02:11:43.027Z Fresh rand_chacha v0.9.0
98082026-04-22T02:11:43.027Z Fresh clap v4.5.60
98092026-04-22T02:11:43.027Z Fresh slog v2.8.2
98102026-04-22T02:11:43.027Z Fresh spki v0.7.3
98112026-04-22T02:11:43.027Z Fresh pest v2.8.6
98122026-04-22T02:11:43.027Z Fresh rand_chacha v0.3.1
98132026-04-22T02:11:43.027Z Fresh rustc_version v0.4.1
98142026-04-22T02:11:43.027Z Fresh plain v0.2.3
98152026-04-22T02:11:43.027Z Fresh tempfile v3.25.0
98162026-04-22T02:11:43.028Z Fresh unicode-segmentation v1.12.0
98172026-04-22T02:11:43.028Z Fresh rustls-native-certs v0.8.3
98182026-04-22T02:11:43.028Z Fresh sync_wrapper v1.0.2
98192026-04-22T02:11:43.028Z Fresh winnow v0.7.14
98202026-04-22T02:11:43.028Z Fresh webpki-roots v1.0.6
98212026-04-22T02:11:43.028Z Fresh openapiv3 v2.2.0
98222026-04-22T02:11:43.028Z Fresh iri-string v0.7.10
98232026-04-22T02:11:43.028Z Fresh darling_core v0.21.3
98242026-04-22T02:11:43.028Z Fresh simd-adler32 v0.3.8
98252026-04-22T02:11:43.028Z Fresh adler2 v2.0.1
98262026-04-22T02:11:43.028Z Fresh mime v0.3.17
98272026-04-22T02:11:43.028Z Fresh lazy_static v1.5.0
98282026-04-22T02:11:43.028Z Fresh hubpack_derive v0.1.1
98292026-04-22T02:11:43.028Z Fresh zerovec v0.11.5
98302026-04-22T02:11:43.028Z Fresh zerotrie v0.2.3
98312026-04-22T02:11:43.028Z Fresh digest v0.10.7
98322026-04-22T02:11:43.028Z Fresh tokio-util v0.7.18
98332026-04-22T02:11:43.028Z Fresh inout v0.1.4
98342026-04-22T02:11:43.028Z Fresh http-body v1.0.1
98352026-04-22T02:11:43.028Z Fresh rand v0.9.2
98362026-04-22T02:11:43.028Z Fresh camino v1.2.2
98372026-04-22T02:11:43.028Z Fresh aws-lc-sys v0.37.1
98382026-04-22T02:11:43.028Z Fresh pest_meta v2.8.6
98392026-04-22T02:11:43.028Z Fresh rand v0.8.5
98402026-04-22T02:11:43.028Z Fresh tower v0.5.3
98412026-04-22T02:11:43.028Z Fresh darling_macro v0.21.3
98422026-04-22T02:11:43.029Z Fresh miniz_oxide v0.8.9
98432026-04-22T02:11:43.029Z Fresh static_assertions v1.1.0
98442026-04-22T02:11:43.060Z Fresh hubpack v0.1.2
98452026-04-22T02:11:43.060Z Fresh toml_datetime v0.6.11
98462026-04-22T02:11:43.061Z Fresh serde_spanned v0.6.9
98472026-04-22T02:11:43.061Z Fresh encoding_rs v0.8.35
98482026-04-22T02:11:43.061Z Fresh foreign-types-shared v0.1.1
98492026-04-22T02:11:43.061Z Fresh toml_parser v1.0.9+spec-1.1.0
98502026-04-22T02:11:43.061Z Fresh scroll_derive v0.13.1
98512026-04-22T02:11:43.061Z Fresh strum_macros v0.26.4
98522026-04-22T02:11:43.061Z Fresh openssl-macros v0.1.1
98532026-04-22T02:11:43.061Z Fresh tinyvec_macros v0.1.1
98542026-04-22T02:11:43.061Z Fresh num-integer v0.1.46
98552026-04-22T02:11:43.061Z Fresh tinystr v0.8.2
98562026-04-22T02:11:43.061Z Fresh potential_utf v0.1.4
98572026-04-22T02:11:43.061Z Fresh cipher v0.4.4
98582026-04-22T02:11:43.061Z Fresh hmac v0.12.1
98592026-04-22T02:11:43.061Z Fresh sha2 v0.10.9
98602026-04-22T02:11:43.061Z Fresh h2 v0.4.13
98612026-04-22T02:11:43.061Z Fresh http-body-util v0.1.3
98622026-04-22T02:11:43.062Z Fresh aws-lc-rs v1.16.0
98632026-04-22T02:11:43.062Z Fresh pest_generator v2.8.6
98642026-04-22T02:11:43.062Z Fresh tower-http v0.6.8
98652026-04-22T02:11:43.062Z Fresh darling v0.21.3
98662026-04-22T02:11:43.062Z Fresh signature v2.2.0
98672026-04-22T02:11:43.062Z Fresh foreign-types v0.3.2
98682026-04-22T02:11:43.062Z Fresh openssl-sys v0.9.111
98692026-04-22T02:11:43.062Z Fresh scroll v0.13.0
98702026-04-22T02:11:43.062Z Fresh sha1 v0.10.6
98712026-04-22T02:11:43.062Z Fresh strum v0.26.3
98722026-04-22T02:11:43.062Z Fresh tinyvec v1.10.0
98732026-04-22T02:11:43.062Z Fresh data-encoding v2.10.0
98742026-04-22T02:11:43.062Z Fresh bit-vec v0.8.0
98752026-04-22T02:11:43.062Z Fresh base16ct v0.2.0
98762026-04-22T02:11:43.062Z Fresh ff v0.13.1
98772026-04-22T02:11:43.062Z Fresh thread-id v5.1.0
98782026-04-22T02:11:43.062Z Fresh wait-timeout v0.2.1
98792026-04-22T02:11:43.062Z Fresh icu_locale_core v2.1.1
98802026-04-22T02:11:43.062Z Fresh icu_collections v2.1.1
98812026-04-22T02:11:43.062Z Fresh hyper v1.8.1
98822026-04-22T02:11:43.062Z Fresh pbkdf2 v0.12.2
98832026-04-22T02:11:43.062Z Fresh aes v0.8.4
98842026-04-22T02:11:43.063Z Fresh cbc v0.1.2
98852026-04-22T02:11:43.063Z Fresh rustls-webpki v0.103.9
98862026-04-22T02:11:43.063Z Fresh salsa20 v0.10.2
98872026-04-22T02:11:43.063Z Fresh pest_derive v2.8.6
98882026-04-22T02:11:43.063Z Fresh paste v1.0.15
98892026-04-22T02:11:43.063Z Fresh crc32fast v1.5.0
98902026-04-22T02:11:43.063Z Fresh openssl v0.10.75
98912026-04-22T02:11:43.063Z Fresh goblin v0.10.5
98922026-04-22T02:11:43.063Z Fresh bit-set v0.8.0
98932026-04-22T02:11:43.063Z Fresh litrs v1.0.0
98942026-04-22T02:11:43.063Z Fresh zlib-rs v0.6.2
98952026-04-22T02:11:43.063Z Fresh group v0.13.0
98962026-04-22T02:11:43.063Z Fresh hkdf v0.12.4
98972026-04-22T02:11:43.063Z Fresh num-iter v0.1.45
98982026-04-22T02:11:43.063Z Fresh crypto-bigint v0.5.5
98992026-04-22T02:11:43.063Z Fresh scroll_derive v0.12.1
99002026-04-22T02:11:43.063Z Fresh memmap2 v0.9.10
99012026-04-22T02:11:43.063Z Fresh toml_datetime v0.7.5+spec-1.1.0
99022026-04-22T02:11:43.063Z Fresh psl-types v2.0.11
99032026-04-22T02:11:43.063Z Fresh siphasher v1.0.2
99042026-04-22T02:11:43.063Z Fresh cfg_aliases v0.2.1
99052026-04-22T02:11:43.063Z Fresh quick-error v1.2.3
99062026-04-22T02:11:43.063Z Fresh icu_provider v2.1.1
99072026-04-22T02:11:43.063Z Fresh hyper-util v0.1.20
99082026-04-22T02:11:43.064Z Fresh rustls v0.23.37
99092026-04-22T02:11:43.064Z Fresh scrypt v0.11.0
99102026-04-22T02:11:43.064Z Fresh dtrace-parser v0.3.0
99112026-04-22T02:11:43.064Z Fresh dof v0.4.0
99122026-04-22T02:11:43.064Z Fresh native-tls v0.2.18
99132026-04-22T02:11:43.064Z Fresh ahash v0.8.12
99142026-04-22T02:11:43.064Z Fresh object v0.37.3
99152026-04-22T02:11:43.064Z Fresh flate2 v1.1.9
99162026-04-22T02:11:43.064Z Fresh document-features v0.2.12
99172026-04-22T02:11:43.064Z Fresh rusty-fork v0.3.1
99182026-04-22T02:11:43.064Z Fresh scroll v0.12.0
99192026-04-22T02:11:43.064Z Fresh crossbeam-epoch v0.9.18
99202026-04-22T02:11:43.064Z Fresh rand_xorshift v0.4.0
99212026-04-22T02:11:43.064Z Fresh bstr v1.12.1
99222026-04-22T02:11:43.064Z Fresh darling_core v0.20.11
99232026-04-22T02:11:43.064Z Fresh zerocopy-derive v0.7.35
99242026-04-22T02:11:43.064Z Fresh winnow v0.5.40
99252026-04-22T02:11:43.064Z Fresh unarray v0.1.4
99262026-04-22T02:11:43.064Z Fresh x509-cert v0.2.5
99272026-04-22T02:11:43.064Z Fresh heck v0.4.1
99282026-04-22T02:11:43.064Z Fresh itertools v0.13.0
99292026-04-22T02:11:43.064Z Fresh dtrace-parser v0.2.0
99302026-04-22T02:11:43.064Z Fresh rfc6979 v0.4.0
99312026-04-22T02:11:43.064Z Fresh curve25519-dalek-derive v0.1.1
99322026-04-22T02:11:43.064Z Fresh icu_properties v2.1.2
99332026-04-22T02:11:43.064Z Fresh icu_normalizer v2.1.1
99342026-04-22T02:11:43.064Z Fresh pkcs5 v0.7.1
99352026-04-22T02:11:43.065Z Fresh tokio-rustls v0.26.4
99362026-04-22T02:11:43.065Z Fresh usdt-impl v0.6.0
99372026-04-22T02:11:43.065Z Fresh tokio-native-tls v0.3.1
99382026-04-22T02:11:43.065Z Fresh cookie v0.18.1
99392026-04-22T02:11:43.065Z Fresh darling_macro v0.20.11
99402026-04-22T02:11:43.065Z Fresh num-bigint-dig v0.8.6
99412026-04-22T02:11:43.065Z Fresh zerocopy v0.7.35
99422026-04-22T02:11:43.065Z Fresh toml_edit v0.19.15
99432026-04-22T02:11:43.065Z Fresh proptest v1.10.0
99442026-04-22T02:11:43.074Z Fresh rustls-platform-verifier v0.6.2
99452026-04-22T02:11:43.074Z Fresh goblin v0.8.2
99462026-04-22T02:11:43.074Z Fresh thread-id v4.2.2
99472026-04-22T02:11:43.075Z Fresh daft-derive v0.1.5
99482026-04-22T02:11:43.075Z Fresh env_filter v1.0.0
99492026-04-22T02:11:43.075Z Fresh keccak v0.1.6
99502026-04-22T02:11:43.075Z Fresh serde_with_macros v3.17.0
99512026-04-22T02:11:43.075Z Fresh bitflags v1.3.2
99522026-04-22T02:11:43.075Z Fresh unicode-normalization v0.1.25
99532026-04-22T02:11:43.075Z Fresh enum-as-inner v0.6.1
99542026-04-22T02:11:43.075Z Fresh toml_write v0.1.2
99552026-04-22T02:11:43.075Z Fresh idna_adapter v1.2.1
99562026-04-22T02:11:43.075Z Fresh pkcs8 v0.10.2
99572026-04-22T02:11:43.075Z Fresh hyper-rustls v0.27.7
99582026-04-22T02:11:43.075Z Fresh hyper-tls v0.6.0
99592026-04-22T02:11:43.075Z Fresh usdt-attr-macro v0.6.0
99602026-04-22T02:11:43.075Z Fresh usdt-macro v0.6.0
99612026-04-22T02:11:43.075Z Fresh dof v0.3.0
99622026-04-22T02:11:43.075Z Fresh darling v0.20.11
99632026-04-22T02:11:43.075Z Fresh curve25519-dalek v4.1.3
99642026-04-22T02:11:43.075Z Fresh rustix v0.38.44
99652026-04-22T02:11:43.076Z Fresh memoffset v0.9.1
99662026-04-22T02:11:43.076Z Fresh env_logger v0.11.9
99672026-04-22T02:11:43.076Z Fresh sha3 v0.10.8
99682026-04-22T02:11:43.076Z Fresh managed v0.8.0
99692026-04-22T02:11:43.076Z Fresh toml_edit v0.22.27
99702026-04-22T02:11:43.076Z Fresh phf_shared v0.11.3
99712026-04-22T02:11:43.076Z Fresh cargo-platform v0.1.9
99722026-04-22T02:11:43.076Z Fresh ref-cast-impl v1.0.25
99732026-04-22T02:11:43.076Z Fresh fixedbitset v0.4.2
99742026-04-22T02:11:43.076Z Fresh rustc-hash v2.1.1
99752026-04-22T02:11:43.076Z Fresh new_debug_unreachable v1.0.6
99762026-04-22T02:11:43.076Z Fresh precomputed-hash v0.1.1
99772026-04-22T02:11:43.076Z Fresh toml v0.7.8
99782026-04-22T02:11:43.076Z Fresh foldhash v0.1.5
99792026-04-22T02:11:43.076Z Fresh idna v1.1.0
99802026-04-22T02:11:43.076Z Fresh sec1 v0.7.3
99812026-04-22T02:11:43.076Z Fresh pkcs1 v0.7.5
99822026-04-22T02:11:43.076Z Fresh usdt v0.6.0
99832026-04-22T02:11:43.076Z Fresh usdt-impl v0.5.0
99842026-04-22T02:11:43.076Z Fresh derive_builder_core v0.20.2
99852026-04-22T02:11:43.076Z Fresh ed25519 v2.2.3
99862026-04-22T02:11:43.076Z Fresh bzip2-sys v0.1.13+1.0.8
99872026-04-22T02:11:43.077Z Fresh signal-hook v0.3.18
99882026-04-22T02:11:43.077Z Fresh nix v0.31.2
99892026-04-22T02:11:43.077Z Fresh petgraph v0.6.5
99902026-04-22T02:11:43.077Z Fresh cargo_metadata v0.19.2
99912026-04-22T02:11:43.077Z Fresh string_cache v0.8.9
99922026-04-22T02:11:43.077Z Fresh hashbrown v0.15.5
99932026-04-22T02:11:43.077Z Fresh zstd-sys v2.0.16+zstd.1.5.7
99942026-04-22T02:11:43.077Z Fresh lalrpop-util v0.19.12
99952026-04-22T02:11:43.077Z Fresh tokio-stream v0.1.18
99962026-04-22T02:11:43.077Z Fresh serde-big-array v0.5.1
99972026-04-22T02:11:43.077Z Fresh hash32 v0.2.1
99982026-04-22T02:11:43.077Z Fresh unicode-properties v0.1.4
99992026-04-22T02:11:43.077Z Fresh bumpalo v3.20.2
100002026-04-22T02:11:43.077Z Fresh unicode-bidi v0.3.18
100012026-04-22T02:11:43.077Z Fresh predicates-core v1.0.10
100022026-04-22T02:11:43.077Z Fresh libbz2-rs-sys v0.2.2
100032026-04-22T02:11:43.077Z Fresh similar v2.7.0
100042026-04-22T02:11:43.077Z Fresh md-5 v0.10.6
100052026-04-22T02:11:43.077Z Fresh url v2.5.8
100062026-04-22T02:11:43.077Z Fresh elliptic-curve v0.13.8
100072026-04-22T02:11:43.077Z Fresh publicsuffix v2.3.0
100082026-04-22T02:11:43.077Z Fresh rsa v0.9.10
100092026-04-22T02:11:43.077Z Fresh derive_builder_macro v0.20.2
100102026-04-22T02:11:43.077Z Fresh ed25519-dalek v2.2.0
100112026-04-22T02:11:43.078Z Fresh ref-cast v1.0.25
100122026-04-22T02:11:43.078Z Fresh bzip2 v0.4.4
100132026-04-22T02:11:43.078Z Fresh signal-hook-mio v0.2.5
100142026-04-22T02:11:43.078Z Fresh zstd-safe v7.2.4
100152026-04-22T02:11:43.078Z Fresh bzip2 v0.6.1
100162026-04-22T02:11:43.078Z Fresh zopfli v0.8.3
100172026-04-22T02:11:43.078Z Fresh stringprep v0.1.5
100182026-04-22T02:11:43.078Z Fresh float-cmp v0.10.0
100192026-04-22T02:11:43.078Z Fresh strum_macros v0.27.2
100202026-04-22T02:11:43.078Z Fresh normalize-line-endings v0.3.0
100212026-04-22T02:11:43.078Z Fresh jiff v0.2.21
100222026-04-22T02:11:43.078Z Fresh fallible-iterator v0.2.0
100232026-04-22T02:11:43.078Z Fresh difflib v0.4.0
100242026-04-22T02:11:43.078Z Fresh phf_shared v0.13.1
100252026-04-22T02:11:43.078Z Fresh buf-list v1.1.2
100262026-04-22T02:11:43.078Z Fresh serde_repr v0.1.20
100272026-04-22T02:11:43.078Z Fresh fixedbitset v0.5.7
100282026-04-22T02:11:43.078Z Fresh peg-runtime v0.8.5
100292026-04-22T02:11:43.078Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
100302026-04-22T02:11:43.078Z Fresh whoami v2.1.0
100312026-04-22T02:11:43.078Z Fresh is-terminal v0.4.17
100322026-04-22T02:11:43.078Z Fresh futures-executor v0.3.32
100332026-04-22T02:11:43.078Z Fresh crossbeam-channel v0.5.15
100342026-04-22T02:11:43.079Z Fresh schemars v0.8.22
100352026-04-22T02:11:43.079Z Fresh reqwest v0.12.28
100362026-04-22T02:11:43.079Z Fresh cookie_store v0.22.1
100372026-04-22T02:11:43.079Z Fresh ecdsa v0.16.9
100382026-04-22T02:11:43.079Z Fresh derive_builder v0.20.2
100392026-04-22T02:11:43.079Z Fresh zip v0.6.6
100402026-04-22T02:11:43.079Z Fresh fs-err v3.3.0
100412026-04-22T02:11:43.079Z Fresh heapless v0.7.17
100422026-04-22T02:11:43.079Z Fresh hickory-proto v0.25.2
100432026-04-22T02:11:43.079Z Fresh zstd v0.13.3
100442026-04-22T02:11:43.083Z Fresh crossterm v0.28.1
100452026-04-22T02:11:43.084Z Fresh predicates v3.1.4
100462026-04-22T02:11:43.084Z Fresh postgres-protocol v0.6.10
100472026-04-22T02:11:43.084Z Fresh strum v0.27.2
100482026-04-22T02:11:43.084Z Fresh petgraph v0.8.3
100492026-04-22T02:11:43.084Z Fresh phf v0.13.1
100502026-04-22T02:11:43.084Z Fresh futures v0.3.32
100512026-04-22T02:11:43.084Z Fresh regress v0.10.5
100522026-04-22T02:11:43.084Z Fresh thread_local v1.1.9
100532026-04-22T02:11:43.084Z Fresh take_mut v0.2.2
100542026-04-22T02:11:43.084Z Fresh term v1.2.1
100552026-04-22T02:11:43.084Z Fresh structmeta-derive v0.3.0
100562026-04-22T02:11:43.084Z Fresh match_cfg v0.1.0
100572026-04-22T02:11:43.084Z Fresh slog-json v2.6.1
100582026-04-22T02:11:43.084Z Fresh newtype-uuid-macros v0.1.0
100592026-04-22T02:11:43.084Z Fresh debug-ignore v1.0.5
100602026-04-22T02:11:43.084Z Fresh serde_spanned v1.0.4
100612026-04-22T02:11:43.084Z Fresh toml_writer v1.0.6+spec-1.1.0
100622026-04-22T02:11:43.084Z Fresh rustls-webpki v0.102.8
100632026-04-22T02:11:43.084Z Fresh serde_path_to_error v0.1.20
100642026-04-22T02:11:43.084Z Fresh ipnetwork v0.21.1
100652026-04-22T02:11:43.084Z Fresh reqwest v0.13.2
100662026-04-22T02:11:43.084Z Fresh newtype-uuid v1.3.2
100672026-04-22T02:11:43.084Z Fresh serde_with v3.17.0
100682026-04-22T02:11:43.084Z Fresh vergen-lib v0.1.6
100692026-04-22T02:11:43.084Z Fresh zip v4.6.1
100702026-04-22T02:11:43.085Z Fresh smoltcp v0.9.1
100712026-04-22T02:11:43.085Z Fresh postgres-types v0.2.12
100722026-04-22T02:11:43.085Z Fresh slog-term v2.9.2
100732026-04-22T02:11:43.085Z Fresh structmeta v0.3.0
100742026-04-22T02:11:43.085Z Fresh hostname v0.3.1
100752026-04-22T02:11:43.085Z Fresh async-stream-impl v0.3.6
100762026-04-22T02:11:43.085Z Fresh rustls-pemfile v2.2.0
100772026-04-22T02:11:43.085Z Fresh waitgroup v0.1.2
100782026-04-22T02:11:43.085Z Fresh hostname v0.4.2
100792026-04-22T02:11:43.085Z Fresh toml v0.9.12+spec-1.1.0
100802026-04-22T02:11:43.085Z Fresh dropshot_endpoint v0.16.7
100812026-04-22T02:11:43.085Z Fresh itertools v0.14.0
100822026-04-22T02:11:43.085Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
100832026-04-22T02:11:43.085Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
100842026-04-22T02:11:43.085Z Fresh macaddr v1.0.1
100852026-04-22T02:11:43.085Z Fresh instant v0.1.13
100862026-04-22T02:11:43.085Z Fresh progenitor-client v0.10.0
100872026-04-22T02:11:43.085Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
100882026-04-22T02:11:43.085Z Fresh backon v1.6.0
100892026-04-22T02:11:43.085Z Fresh unicode-width v0.2.0
100902026-04-22T02:11:43.085Z Fresh convert_case v0.4.0
100912026-04-22T02:11:43.085Z Fresh half v2.7.1
100922026-04-22T02:11:43.085Z Fresh oxnet v0.1.4
100932026-04-22T02:11:43.085Z Fresh vergen v9.0.6
100942026-04-22T02:11:43.086Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
100952026-04-22T02:11:43.086Z Fresh tokio-postgres v0.7.16
100962026-04-22T02:11:43.086Z Fresh slog-async v2.8.0
100972026-04-22T02:11:43.086Z Fresh slog-bunyan v2.5.0
100982026-04-22T02:11:43.086Z Fresh derive-ex v0.1.8
100992026-04-22T02:11:43.086Z Fresh progenitor-client v0.13.0
101002026-04-22T02:11:43.086Z Fresh rustls v0.22.4
101012026-04-22T02:11:43.086Z Fresh async-stream v0.3.6
101022026-04-22T02:11:43.086Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
101032026-04-22T02:11:43.086Z Fresh parse-display-derive v0.10.0
101042026-04-22T02:11:43.086Z Fresh backoff v0.4.0
101052026-04-22T02:11:43.086Z Fresh derive_more v0.99.20
101062026-04-22T02:11:43.086Z Fresh ciborium-io v0.2.2
101072026-04-22T02:11:43.086Z Fresh unsafe-libyaml v0.2.11
101082026-04-22T02:11:43.086Z Fresh secrecy v0.10.3
101092026-04-22T02:11:43.086Z Fresh typify-impl v0.6.1
101102026-04-22T02:11:43.086Z Fresh universal-hash v0.5.1
101112026-04-22T02:11:43.086Z Fresh opaque-debug v0.3.1
101122026-04-22T02:11:43.086Z Fresh indent_write v2.2.0
101132026-04-22T02:11:43.086Z Fresh aead v0.5.2
101142026-04-22T02:11:43.086Z Fresh chacha20 v0.9.1
101152026-04-22T02:11:43.086Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
101162026-04-22T02:11:43.086Z Fresh byte-wrapper v0.1.0
101172026-04-22T02:11:43.087Z Fresh thiserror-impl-no-std v2.0.2
101182026-04-22T02:11:43.087Z Fresh swrite v0.1.0
101192026-04-22T02:11:43.087Z Fresh blake2 v0.10.6
101202026-04-22T02:11:43.087Z Fresh password-hash v0.5.0
101212026-04-22T02:11:43.087Z Fresh daft v0.1.5
101222026-04-22T02:11:43.087Z Fresh test-strategy v0.4.5
101232026-04-22T02:11:43.087Z Fresh tokio-rustls v0.25.0
101242026-04-22T02:11:43.087Z Fresh multer v3.1.0
101252026-04-22T02:11:43.087Z Fresh parse-display v0.10.0
101262026-04-22T02:11:43.087Z Fresh progenitor-extras v0.1.1
101272026-04-22T02:11:43.087Z Fresh ciborium-ll v0.2.2
101282026-04-22T02:11:43.087Z Fresh serde_yaml v0.9.34+deprecated
101292026-04-22T02:11:43.087Z Fresh typify-macro v0.6.1
101302026-04-22T02:11:43.087Z Fresh poly1305 v0.8.0
101312026-04-22T02:11:43.087Z Fresh thiserror-no-std v2.0.2
101322026-04-22T02:11:43.087Z Fresh argon2 v0.5.3
101332026-04-22T02:11:43.087Z Fresh camino-tempfile v1.4.1
101342026-04-22T02:11:43.087Z Fresh glob v0.3.3
101352026-04-22T02:11:43.087Z Fresh crossbeam-deque v0.8.6
101362026-04-22T02:11:43.087Z Fresh toml v0.8.23
101372026-04-22T02:11:43.087Z Fresh toml_edit v0.23.10+spec-1.0.0
101382026-04-22T02:11:43.087Z Fresh tabwriter v1.4.1
101392026-04-22T02:11:43.087Z Fresh unicode-width v0.1.14
101402026-04-22T02:11:43.087Z Fresh ingot-macros v0.1.1
101412026-04-22T02:11:43.087Z Fresh hash32 v0.3.1
101422026-04-22T02:11:43.087Z Fresh cobs v0.3.0
101432026-04-22T02:11:43.087Z Fresh colored v3.1.1
101442026-04-22T02:11:43.091Z Fresh proc-macro-crate v1.3.1
101452026-04-22T02:11:43.092Z Fresh iddqd v0.3.17
101462026-04-22T02:11:43.092Z Fresh dropshot v0.16.7
101472026-04-22T02:11:43.092Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
101482026-04-22T02:11:43.092Z Fresh ciborium v0.2.2
101492026-04-22T02:11:43.092Z Fresh crucible-workspace-hack v0.1.0
101502026-04-22T02:11:43.092Z Fresh typify v0.6.1
101512026-04-22T02:11:43.092Z Fresh vsss-rs v3.3.4
101522026-04-22T02:11:43.092Z Fresh chacha20poly1305 v0.10.1
101532026-04-22T02:11:43.092Z Fresh proc-macro-crate v3.4.0
101542026-04-22T02:11:43.092Z Fresh ingot-types v0.1.2
101552026-04-22T02:11:43.092Z Fresh postcard v1.1.3
101562026-04-22T02:11:43.092Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
101572026-04-22T02:11:43.092Z Fresh foreign-types-macros v0.2.3
101582026-04-22T02:11:43.092Z Fresh cpufeatures v0.3.0
101592026-04-22T02:11:43.092Z Fresh foreign-types-shared v0.3.1
101602026-04-22T02:11:43.092Z Fresh num_enum_derive v0.5.11
101612026-04-22T02:11:43.092Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
101622026-04-22T02:11:43.092Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
101632026-04-22T02:11:43.092Z Fresh cstr-argument v0.1.2
101642026-04-22T02:11:43.092Z Fresh sigpipe v0.1.3
101652026-04-22T02:11:43.092Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
101662026-04-22T02:11:43.092Z Fresh progenitor-impl v0.13.0
101672026-04-22T02:11:43.092Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
101682026-04-22T02:11:43.092Z Fresh proc-macro-error-attr v1.0.4
101692026-04-22T02:11:43.092Z Fresh rayon-core v1.13.0
101702026-04-22T02:11:43.092Z Fresh heapless v0.8.0
101712026-04-22T02:11:43.093Z Fresh ingot v0.1.1
101722026-04-22T02:11:43.093Z Fresh num_enum_derive v0.7.5
101732026-04-22T02:11:43.093Z Fresh foreign-types v0.5.0
101742026-04-22T02:11:43.093Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
101752026-04-22T02:11:43.093Z Fresh chacha20 v0.10.0
101762026-04-22T02:11:43.093Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
101772026-04-22T02:11:43.093Z Fresh num_enum v0.5.11
101782026-04-22T02:11:43.093Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
101792026-04-22T02:11:43.093Z Fresh itertools v0.12.1
101802026-04-22T02:11:43.093Z Fresh num-derive v0.4.2
101812026-04-22T02:11:43.093Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
101822026-04-22T02:11:43.093Z Fresh smf v0.2.3
101832026-04-22T02:11:43.093Z Fresh whoami v1.6.1
101842026-04-22T02:11:43.093Z Fresh atomicwrites v0.4.4
101852026-04-22T02:11:43.093Z Fresh console v0.15.11
101862026-04-22T02:11:43.093Z Fresh num-rational v0.4.2
101872026-04-22T02:11:43.093Z Fresh newline-converter v0.3.0
101882026-04-22T02:11:43.093Z Fresh num-complex v0.4.6
101892026-04-22T02:11:43.093Z Fresh derive-where v1.6.0
101902026-04-22T02:11:43.093Z Fresh float-ord v0.3.2
101912026-04-22T02:11:43.093Z Fresh progenitor-macro v0.13.0
101922026-04-22T02:11:43.093Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
101932026-04-22T02:11:43.093Z Fresh proc-macro-error v1.0.4
101942026-04-22T02:11:43.093Z Fresh rayon v1.11.0
101952026-04-22T02:11:43.094Z Fresh smoltcp v0.11.0
101962026-04-22T02:11:43.094Z Fresh num_enum v0.7.5
101972026-04-22T02:11:43.094Z Fresh rand v0.10.0
101982026-04-22T02:11:43.094Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
101992026-04-22T02:11:43.094Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
102002026-04-22T02:11:43.094Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
102012026-04-22T02:11:43.094Z Fresh num v0.4.3
102022026-04-22T02:11:43.094Z Fresh expectorate v1.2.0
102032026-04-22T02:11:43.094Z Fresh usdt-macro v0.5.0
102042026-04-22T02:11:43.094Z Fresh usdt-attr-macro v0.5.0
102052026-04-22T02:11:43.094Z Fresh libsw-core v0.3.2
102062026-04-22T02:11:43.094Z Fresh memmap v0.7.0
102072026-04-22T02:11:43.094Z Fresh linear-map v1.2.0
102082026-04-22T02:11:43.094Z Fresh bytecount v0.6.9
102092026-04-22T02:11:43.094Z Fresh gethostname v0.5.0
102102026-04-22T02:11:43.094Z Fresh same-file v1.0.6
102112026-04-22T02:11:43.094Z Fresh async-recursion v1.1.1
102122026-04-22T02:11:43.094Z Fresh unicode-xid v0.2.6
102132026-04-22T02:11:43.094Z Fresh globset v0.4.18
102142026-04-22T02:11:43.094Z Fresh resolv-conf v0.7.6
102152026-04-22T02:11:43.094Z Fresh pin-project-internal v1.1.11
102162026-04-22T02:11:43.094Z Fresh smawk v0.3.2
102172026-04-22T02:11:43.095Z Fresh progenitor v0.13.0
102182026-04-22T02:11:43.095Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
102192026-04-22T02:11:43.095Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
102202026-04-22T02:11:43.095Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
102212026-04-22T02:11:43.095Z Fresh zone_cfg_derive v0.3.1
102222026-04-22T02:11:43.095Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
102232026-04-22T02:11:43.095Z Fresh libsw v3.5.0
102242026-04-22T02:11:43.095Z Fresh usdt v0.5.0
102252026-04-22T02:11:43.095Z Fresh cancel-safe-futures v0.1.5
102262026-04-22T02:11:43.095Z Fresh owo-colors v4.3.0
102272026-04-22T02:11:43.095Z Fresh walkdir v2.5.0
102282026-04-22T02:11:43.095Z Fresh unicode-linebreak v0.1.5
102292026-04-22T02:11:43.095Z Fresh pin-project v1.1.11
102302026-04-22T02:11:43.095Z Fresh csv-core v0.1.13
102312026-04-22T02:11:43.095Z Fresh minimal-lexical v0.2.1
102322026-04-22T02:11:43.095Z Fresh convert_case v0.10.0
102332026-04-22T02:11:43.095Z Fresh snafu-derive v0.8.9
102342026-04-22T02:11:43.095Z Fresh pem v3.0.6
102352026-04-22T02:11:43.096Z Fresh termtree v0.5.1
102362026-04-22T02:11:43.096Z Fresh olpc-cjson v0.1.4
102372026-04-22T02:11:43.096Z Fresh ar_archive_writer v0.5.1
102382026-04-22T02:11:43.096Z Fresh serde_plain v1.0.2
102392026-04-22T02:11:43.096Z Fresh fd-lock v4.0.4
102402026-04-22T02:11:43.096Z Fresh vte v0.14.1
102412026-04-22T02:11:43.096Z Fresh typed-path v0.9.3
102422026-04-22T02:11:43.096Z Fresh linked-hash-map v0.5.6
102432026-04-22T02:11:43.096Z Fresh papergrid v0.11.0
102442026-04-22T02:11:43.102Z Fresh tabled_derive v0.7.0
102452026-04-22T02:11:43.102Z Fresh hickory-proto v0.24.4
102462026-04-22T02:11:43.102Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
102472026-04-22T02:11:43.102Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
102482026-04-22T02:11:43.102Z Fresh zone v0.3.1
102492026-04-22T02:11:43.102Z Fresh prettyplease v0.2.37
102502026-04-22T02:11:43.102Z Fresh tokio-dtrace v0.1.1
102512026-04-22T02:11:43.103Z Fresh csv v1.4.0
102522026-04-22T02:11:43.103Z Fresh nom v7.1.3
102532026-04-22T02:11:43.103Z Fresh slog-dtrace v0.3.0
102542026-04-22T02:11:43.103Z Fresh derive_more-impl v2.1.1
102552026-04-22T02:11:43.103Z Fresh snafu v0.8.9
102562026-04-22T02:11:43.103Z Fresh strip-ansi-escapes v0.2.1
102572026-04-22T02:11:43.103Z Fresh lru-cache v0.1.2
102582026-04-22T02:11:43.103Z Fresh nu-ansi-term v0.50.3
102592026-04-22T02:11:43.103Z Fresh tabled v0.15.0
102602026-04-22T02:11:43.103Z Fresh display-error-chain v0.2.2
102612026-04-22T02:11:43.103Z Fresh cfg_aliases v0.1.1
102622026-04-22T02:11:43.103Z Fresh highway v1.3.0
102632026-04-22T02:11:43.103Z Fresh semver v0.1.20
102642026-04-22T02:11:43.103Z Fresh nibble_vec v0.1.0
102652026-04-22T02:11:43.103Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
102662026-04-22T02:11:43.103Z Fresh oxide-tokio-rt v0.1.4
102672026-04-22T02:11:43.103Z Fresh tough v0.20.0
102682026-04-22T02:11:43.103Z Fresh derive_more v2.1.1
102692026-04-22T02:11:43.103Z Fresh reedline v0.40.0
102702026-04-22T02:11:43.103Z Fresh hickory-resolver v0.24.4
102712026-04-22T02:11:43.103Z Fresh rustc_version v0.1.7
102722026-04-22T02:11:43.103Z Fresh humantime v2.3.0
102732026-04-22T02:11:43.104Z Fresh endian-type v0.1.2
102742026-04-22T02:11:43.104Z Fresh home v0.5.12
102752026-04-22T02:11:43.104Z Fresh textwrap v0.16.2
102762026-04-22T02:11:43.104Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
102772026-04-22T02:11:43.104Z Fresh phf_shared v0.12.1
102782026-04-22T02:11:43.104Z Fresh recursive-proc-macro-impl v0.1.1
102792026-04-22T02:11:43.104Z Fresh const_format_proc_macros v0.2.34
102802026-04-22T02:11:43.104Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
102812026-04-22T02:11:43.104Z Fresh peg-macros v0.8.5
102822026-04-22T02:11:43.104Z Fresh sqlparser_derive v0.5.0
102832026-04-22T02:11:43.104Z Fresh winnow v0.6.26
102842026-04-22T02:11:43.104Z Fresh unicode_categories v0.1.1
102852026-04-22T02:11:43.104Z Fresh bcs v0.1.6
102862026-04-22T02:11:43.104Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
102872026-04-22T02:11:43.104Z Fresh crossterm v0.29.0
102882026-04-22T02:11:43.104Z Fresh psm v0.1.30
102892026-04-22T02:11:43.104Z Fresh qorb v0.4.1
102902026-04-22T02:11:43.104Z Fresh radix_trie v0.2.1
102912026-04-22T02:11:43.104Z Fresh phf v0.12.1
102922026-04-22T02:11:43.104Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
102932026-04-22T02:11:43.104Z Fresh sqlformat v0.3.5
102942026-04-22T02:11:43.105Z Fresh peg v0.8.5
102952026-04-22T02:11:43.105Z Fresh const_format v0.2.35
102962026-04-22T02:11:43.105Z Fresh filetime v0.2.27
102972026-04-22T02:11:43.105Z Fresh xattr v1.6.1
102982026-04-22T02:11:43.105Z Fresh base64 v0.21.7
102992026-04-22T02:11:43.105Z Fresh headers-core v0.3.0
103002026-04-22T02:11:43.105Z Fresh dropshot-api-manager-types v0.6.0
103012026-04-22T02:11:43.105Z Fresh subprocess v0.2.15
103022026-04-22T02:11:43.105Z Fresh yasna v0.5.2
103032026-04-22T02:11:43.105Z Fresh stacker v0.1.23
103042026-04-22T02:11:43.105Z Fresh nix v0.28.0
103052026-04-22T02:11:43.105Z Fresh chrono-tz v0.10.4
103062026-04-22T02:11:43.105Z Fresh tar v0.4.45
103072026-04-22T02:11:43.105Z Fresh headers v0.4.1
103082026-04-22T02:11:43.105Z Fresh rcgen v0.12.1
103092026-04-22T02:11:43.105Z Fresh utf-8 v0.7.6
103102026-04-22T02:11:43.105Z Fresh tagptr v0.2.0
103112026-04-22T02:11:43.105Z Fresh bitfield-struct v0.6.2
103122026-04-22T02:11:43.105Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
103132026-04-22T02:11:43.105Z Fresh xshell-macros v0.2.7
103142026-04-22T02:11:43.105Z Fresh tap v1.0.1
103152026-04-22T02:11:43.105Z Fresh zerocopy-derive v0.6.6
103162026-04-22T02:11:43.105Z Fresh funty v2.0.0
103172026-04-22T02:11:43.106Z Fresh crc-catalog v2.4.0
103182026-04-22T02:11:43.106Z Fresh packed_struct_codegen v0.10.1
103192026-04-22T02:11:43.106Z Fresh bitfield-macros v0.19.4
103202026-04-22T02:11:43.106Z Fresh nodrop v0.1.14
103212026-04-22T02:11:43.106Z Fresh recursive v0.1.1
103222026-04-22T02:11:43.106Z Fresh newtype_derive v0.1.6
103232026-04-22T02:11:43.106Z Fresh rustyline v14.0.0
103242026-04-22T02:11:43.106Z Fresh moka v0.12.13
103252026-04-22T02:11:43.106Z Fresh tungstenite v0.21.0
103262026-04-22T02:11:43.106Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
103272026-04-22T02:11:43.106Z Fresh xshell v0.2.7
103282026-04-22T02:11:43.106Z Fresh wyz v0.5.1
103292026-04-22T02:11:43.106Z Fresh zerocopy v0.6.6
103302026-04-22T02:11:43.106Z Fresh crc v3.4.0
103312026-04-22T02:11:43.106Z Fresh array-init v0.0.4
103322026-04-22T02:11:43.106Z Fresh bitfield v0.19.4
103332026-04-22T02:11:43.106Z Fresh hashbrown v0.12.3
103342026-04-22T02:11:43.106Z Fresh ron v0.8.1
103352026-04-22T02:11:43.106Z Fresh hashbrown v0.13.2
103362026-04-22T02:11:43.106Z Fresh crc-any v2.5.0
103372026-04-22T02:11:43.106Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
103382026-04-22T02:11:43.106Z Fresh path-slash v0.1.5
103392026-04-22T02:11:43.106Z Fresh maplit v1.0.2
103402026-04-22T02:11:43.106Z Fresh sqlparser v0.61.0
103412026-04-22T02:11:43.107Z Fresh steno v0.4.1
103422026-04-22T02:11:43.107Z Fresh hickory-resolver v0.25.2
103432026-04-22T02:11:43.107Z Fresh libefi-sys v0.1.0
103442026-04-22T02:11:43.111Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
103452026-04-22T02:11:43.111Z Fresh tokio-tungstenite v0.21.0
103462026-04-22T02:11:43.111Z Fresh radium v0.7.0
103472026-04-22T02:11:43.111Z Fresh maybe-uninit v2.0.0
103482026-04-22T02:11:43.111Z Fresh indexmap v1.9.3
103492026-04-22T02:11:43.111Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
103502026-04-22T02:11:43.111Z Fresh dsl_auto_type v0.2.0
103512026-04-22T02:11:43.111Z Fresh scheduled-thread-pool v0.2.7
103522026-04-22T02:11:43.111Z Fresh diesel_table_macro_syntax v0.3.0
103532026-04-22T02:11:43.111Z Fresh num-derive v0.3.3
103542026-04-22T02:11:43.111Z Fresh proc-macro-error-attr2 v2.0.0
103552026-04-22T02:11:43.111Z Fresh downcast-rs v2.0.2
103562026-04-22T02:11:43.112Z Fresh diff v0.1.13
103572026-04-22T02:11:43.112Z Fresh dirs-sys-next v0.1.2
103582026-04-22T02:11:43.112Z Fresh unicase v2.9.0
103592026-04-22T02:11:43.112Z Fresh papergrid v0.17.0
103602026-04-22T02:11:43.112Z Fresh testing_table v0.3.0
103612026-04-22T02:11:43.112Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
103622026-04-22T02:11:43.112Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
103632026-04-22T02:11:43.112Z Fresh bitvec v1.0.1
103642026-04-22T02:11:43.112Z Fresh smallvec v0.6.14
103652026-04-22T02:11:43.112Z Fresh object v0.30.4
103662026-04-22T02:11:43.112Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
103672026-04-22T02:11:43.112Z Fresh diesel_derives v2.3.7
103682026-04-22T02:11:43.112Z Fresh r2d2 v0.8.10
103692026-04-22T02:11:43.112Z Fresh libscf-sys v1.1.0
103702026-04-22T02:11:43.112Z Fresh proc-macro-error2 v2.0.1
103712026-04-22T02:11:43.112Z Fresh dirs-next v2.0.0
103722026-04-22T02:11:43.113Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
103732026-04-22T02:11:43.113Z Fresh bit-vec v0.6.3
103742026-04-22T02:11:43.113Z Fresh half v1.8.3
103752026-04-22T02:11:43.113Z Fresh itertools v0.10.5
103762026-04-22T02:11:43.113Z Fresh libloading v0.8.9
103772026-04-22T02:11:43.113Z Fresh ena v0.14.4
103782026-04-22T02:11:43.113Z Fresh regex-syntax v0.6.29
103792026-04-22T02:11:43.113Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
103802026-04-22T02:11:43.113Z Fresh cexpr v0.6.0
103812026-04-22T02:11:43.113Z Fresh packed_struct v0.10.1
103822026-04-22T02:11:43.113Z Fresh serde-hex v0.1.0
103832026-04-22T02:11:43.113Z Fresh diesel v2.3.7
103842026-04-22T02:11:43.113Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
103852026-04-22T02:11:43.113Z Fresh tabled_derive v0.11.0
103862026-04-22T02:11:43.114Z Fresh vergen-gitcl v1.0.8
103872026-04-22T02:11:43.114Z Fresh term v0.7.0
103882026-04-22T02:11:43.114Z Fresh crunchy v0.2.4
103892026-04-22T02:11:43.114Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
103902026-04-22T02:11:43.114Z Fresh bit-set v0.5.3
103912026-04-22T02:11:43.114Z Fresh serde_cbor v0.11.2
103922026-04-22T02:11:43.114Z Fresh clang-sys v1.8.1
103932026-04-22T02:11:43.114Z Fresh crc8 v0.1.1
103942026-04-22T02:11:43.114Z Fresh strum_macros v0.24.3
103952026-04-22T02:11:43.114Z Fresh indoc v1.0.9
103962026-04-22T02:11:43.114Z Fresh quick-xml v0.37.5
103972026-04-22T02:11:43.114Z Fresh oso-derive v0.27.3
103982026-04-22T02:11:43.114Z Fresh impl-trait-for-tuples v0.2.3
103992026-04-22T02:11:43.115Z Fresh openssl-probe v0.1.6
104002026-04-22T02:11:43.115Z Fresh fxhash v0.2.1
104012026-04-22T02:11:43.115Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
104022026-04-22T02:11:43.115Z Fresh tabled v0.20.0
104032026-04-22T02:11:43.115Z Fresh tiny-keccak v2.0.2
104042026-04-22T02:11:43.115Z Fresh ascii-canvas v3.0.0
104052026-04-22T02:11:43.115Z Fresh bindgen v0.71.1
104062026-04-22T02:11:43.115Z Fresh typify-impl v0.4.3
104072026-04-22T02:11:43.115Z Fresh trait-variant v0.1.2
104082026-04-22T02:11:43.115Z Fresh primeorder v0.13.6
104092026-04-22T02:11:43.115Z Fresh bb8 v0.8.6
104102026-04-22T02:11:43.115Z Fresh arc-swap v1.8.2
104112026-04-22T02:11:43.115Z Fresh diesel-dtrace v0.5.0
104122026-04-22T02:11:43.115Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
104132026-04-22T02:11:43.115Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
104142026-04-22T02:11:43.116Z Fresh predicates-tree v1.0.13
104152026-04-22T02:11:43.116Z Fresh git-stub v1.0.0
104162026-04-22T02:11:43.116Z Fresh kstat-rs v0.2.4
104172026-04-22T02:11:43.116Z Fresh nonempty v0.12.0
104182026-04-22T02:11:43.116Z Fresh ignore v0.4.25
104192026-04-22T02:11:43.116Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
104202026-04-22T02:11:43.116Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
104212026-04-22T02:11:43.116Z Fresh lalrpop v0.19.12
104222026-04-22T02:11:43.116Z Fresh libxml v0.3.3
104232026-04-22T02:11:43.116Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
104242026-04-22T02:11:43.116Z Fresh typify-macro v0.4.3
104252026-04-22T02:11:43.116Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
104262026-04-22T02:11:43.116Z Fresh slog-scope v4.4.1
104272026-04-22T02:11:43.116Z Fresh async-bb8-diesel v0.2.1
104282026-04-22T02:11:43.116Z Fresh p384 v0.13.1
104292026-04-22T02:11:43.116Z Fresh git-stub-vcs v0.1.0
104302026-04-22T02:11:43.116Z Fresh globwalk v0.9.1
104312026-04-22T02:11:43.117Z Fresh prefix-trie v0.7.0
104322026-04-22T02:11:43.117Z Fresh parse-size v1.1.0
104332026-04-22T02:11:43.117Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
104342026-04-22T02:11:43.117Z Fresh oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104352026-04-22T02:11:43.117Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
104362026-04-22T02:11:43.117Z Fresh typify v0.4.3
104372026-04-22T02:11:43.117Z Fresh salty v0.3.0
104382026-04-22T02:11:43.117Z Fresh slog-stdlog v4.1.1
104392026-04-22T02:11:43.117Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
104402026-04-22T02:11:43.117Z Fresh parking_lot_core v0.8.6
104412026-04-22T02:11:43.117Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
104422026-04-22T02:11:43.117Z Fresh fs-err v2.11.0
104432026-04-22T02:11:43.117Z Fresh camino-tempfile-ext v0.3.3
104442026-04-22T02:11:43.121Z Fresh hickory-server v0.25.2
104452026-04-22T02:11:43.121Z Fresh nanorand v0.7.0
104462026-04-22T02:11:43.121Z Fresh toml_datetime v1.0.0+spec-1.1.0
104472026-04-22T02:11:43.121Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104482026-04-22T02:11:43.121Z Fresh progenitor-client v0.11.2
104492026-04-22T02:11:43.122Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
104502026-04-22T02:11:43.122Z Fresh compression-core v0.4.31
104512026-04-22T02:11:43.122Z Fresh void v1.0.2
104522026-04-22T02:11:43.122Z Fresh http-range v0.1.5
104532026-04-22T02:11:43.122Z Fresh corncobs v0.1.4
104542026-04-22T02:11:43.122Z Fresh samael v0.0.19
104552026-04-22T02:11:43.122Z Fresh slog-envlogger v2.2.0
104562026-04-22T02:11:43.122Z Fresh parking_lot v0.11.2
104572026-04-22T02:11:43.122Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
104582026-04-22T02:11:43.122Z Fresh progenitor-impl v0.11.2
104592026-04-22T02:11:43.122Z Fresh progenitor-impl v0.10.0
104602026-04-22T02:11:43.122Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
104612026-04-22T02:11:43.122Z Fresh flume v0.11.1
104622026-04-22T02:11:43.122Z Fresh toml v1.0.6+spec-1.1.0
104632026-04-22T02:11:43.122Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
104642026-04-22T02:11:43.122Z Fresh lzss v0.8.2
104652026-04-22T02:11:43.122Z Fresh compression-codecs v0.4.37
104662026-04-22T02:11:43.122Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
104672026-04-22T02:11:43.122Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104682026-04-22T02:11:43.122Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
104692026-04-22T02:11:43.122Z Fresh tungstenite v0.23.0
104702026-04-22T02:11:43.122Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104712026-04-22T02:11:43.122Z Fresh nix v0.27.1
104722026-04-22T02:11:43.123Z Fresh rand_seeder v0.4.0
104732026-04-22T02:11:43.123Z Fresh secrecy v0.8.0
104742026-04-22T02:11:43.123Z Fresh polar-core v0.27.3
104752026-04-22T02:11:43.123Z Fresh sled v0.34.7
104762026-04-22T02:11:43.123Z Fresh progenitor-macro v0.10.0
104772026-04-22T02:11:43.123Z Fresh progenitor-macro v0.11.2
104782026-04-22T02:11:43.123Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
104792026-04-22T02:11:43.123Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104802026-04-22T02:11:43.123Z Fresh serde_bytes v0.11.19
104812026-04-22T02:11:43.123Z Fresh atty v0.2.14
104822026-04-22T02:11:43.123Z Fresh mime_guess v2.0.5
104832026-04-22T02:11:43.123Z Fresh async-compression v0.4.41
104842026-04-22T02:11:43.123Z Fresh tokio-tungstenite v0.23.1
104852026-04-22T02:11:43.123Z Fresh signal-hook-tokio v0.3.1
104862026-04-22T02:11:43.123Z Fresh dropshot_endpoint v0.17.0
104872026-04-22T02:11:43.123Z Fresh assert_matches v1.5.0
104882026-04-22T02:11:43.123Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
104892026-04-22T02:11:43.123Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
104902026-04-22T02:11:43.123Z Fresh is_ci v1.2.0
104912026-04-22T02:11:43.123Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
104922026-04-22T02:11:43.123Z Fresh oso v0.27.3
104932026-04-22T02:11:43.124Z Fresh progenitor v0.10.0
104942026-04-22T02:11:43.124Z Fresh progenitor v0.11.2
104952026-04-22T02:11:43.124Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
104962026-04-22T02:11:43.124Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104972026-04-22T02:11:43.124Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
104982026-04-22T02:11:43.124Z Fresh hyper-staticfile v0.10.1
104992026-04-22T02:11:43.124Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
105002026-04-22T02:11:43.124Z Fresh yansi v1.0.1
105012026-04-22T02:11:43.124Z Fresh darling_core v0.23.0
105022026-04-22T02:11:43.124Z Fresh indoc v2.0.7
105032026-04-22T02:11:43.124Z Fresh castaway v0.2.4
105042026-04-22T02:11:43.124Z Fresh gimli v0.32.3
105052026-04-22T02:11:43.124Z Fresh unicode-truncate v1.1.0
105062026-04-22T02:11:43.124Z Fresh console v0.16.2
105072026-04-22T02:11:43.124Z Fresh lru v0.12.5
105082026-04-22T02:11:43.124Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
105092026-04-22T02:11:43.124Z Fresh dropshot v0.17.0
105102026-04-22T02:11:43.124Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
105112026-04-22T02:11:43.124Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
105122026-04-22T02:11:43.124Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
105132026-04-22T02:11:43.124Z Fresh pretty_assertions v1.4.1
105142026-04-22T02:11:43.124Z Fresh darling_macro v0.23.0
105152026-04-22T02:11:43.125Z Fresh addr2line v0.25.1
105162026-04-22T02:11:43.125Z Fresh compact_str v0.8.1
105172026-04-22T02:11:43.125Z Fresh ordered-float v2.10.1
105182026-04-22T02:11:43.125Z Fresh cassowary v0.3.0
105192026-04-22T02:11:43.125Z Fresh rustc-demangle v0.1.27
105202026-04-22T02:11:43.125Z Fresh unit-prefix v0.5.2
105212026-04-22T02:11:43.125Z Fresh polyval v0.6.2
105222026-04-22T02:11:43.125Z Fresh concurrent-queue v2.5.0
105232026-04-22T02:11:43.125Z Fresh plotters-backend v0.3.7
105242026-04-22T02:11:43.125Z Fresh parking v2.2.1
105252026-04-22T02:11:43.125Z Fresh supports-color v2.1.0
105262026-04-22T02:11:43.125Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
105272026-04-22T02:11:43.125Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
105282026-04-22T02:11:43.125Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
105292026-04-22T02:11:43.125Z Fresh typeid v1.0.3
105302026-04-22T02:11:43.125Z Fresh darling v0.23.0
105312026-04-22T02:11:43.125Z Fresh libz-sys v1.1.24
105322026-04-22T02:11:43.125Z Fresh serde-value v0.7.0
105332026-04-22T02:11:43.125Z Fresh indicatif v0.18.4
105342026-04-22T02:11:43.125Z Fresh backtrace v0.3.76
105352026-04-22T02:11:43.125Z Fresh plotters-svg v0.3.7
105362026-04-22T02:11:43.125Z Fresh event-listener v5.4.1
105372026-04-22T02:11:43.125Z Fresh ghash v0.5.1
105382026-04-22T02:11:43.125Z Fresh textwrap v0.15.2
105392026-04-22T02:11:43.126Z Fresh supports-unicode v2.1.0
105402026-04-22T02:11:43.126Z Fresh supports-hyperlinks v2.1.0
105412026-04-22T02:11:43.126Z Fresh hashbrown v0.14.5
105422026-04-22T02:11:43.126Z Fresh ctr v0.9.2
105432026-04-22T02:11:43.126Z Fresh cargo-platform v0.2.0
105442026-04-22T02:11:43.130Z Fresh miette-derive v5.10.0
105452026-04-22T02:11:43.130Z Fresh terminal_size v0.1.17
105462026-04-22T02:11:43.130Z Fresh shell-words v1.1.1
105472026-04-22T02:11:43.130Z Fresh arrayref v0.3.9
105482026-04-22T02:11:43.130Z Fresh instability v0.3.11
105492026-04-22T02:11:43.130Z Fresh erased-serde v0.4.9
105502026-04-22T02:11:43.130Z Fresh libgit2-sys v0.18.3+1.9.2
105512026-04-22T02:11:43.130Z Fresh backtrace-ext v0.2.1
105522026-04-22T02:11:43.130Z Fresh constant_time_eq v0.4.2
105532026-04-22T02:11:43.130Z Fresh cast v0.3.0
105542026-04-22T02:11:43.130Z Fresh arrayvec v0.7.6
105552026-04-22T02:11:43.130Z Fresh owo-colors v3.5.0
105562026-04-22T02:11:43.130Z Fresh chumsky v0.9.3
105572026-04-22T02:11:43.130Z Fresh plotters v0.3.7
105582026-04-22T02:11:43.130Z Fresh event-listener-strategy v0.5.4
105592026-04-22T02:11:43.130Z Fresh aes-gcm v0.10.3
105602026-04-22T02:11:43.130Z Fresh supports-color v3.0.2
105612026-04-22T02:11:43.130Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
105622026-04-22T02:11:43.131Z Fresh knuffel-derive v3.2.0
105632026-04-22T02:11:43.131Z Fresh ssh-encoding v0.2.0
105642026-04-22T02:11:43.131Z Fresh blowfish v0.9.1
105652026-04-22T02:11:43.131Z Fresh rustls-webpki v0.101.7
105662026-04-22T02:11:43.131Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
105672026-04-22T02:11:43.131Z Fresh sct v0.7.1
105682026-04-22T02:11:43.131Z Fresh tinytemplate v1.2.1
105692026-04-22T02:11:43.131Z Fresh ratatui v0.29.0
105702026-04-22T02:11:43.131Z Fresh serde-untagged v0.1.9
105712026-04-22T02:11:43.131Z Fresh git2 v0.20.4
105722026-04-22T02:11:43.131Z Fresh criterion-plot v0.6.0
105732026-04-22T02:11:43.131Z Fresh miette v5.10.0
105742026-04-22T02:11:43.131Z Fresh rtoolbox v0.0.3
105752026-04-22T02:11:43.131Z Fresh hex-literal v0.4.1
105762026-04-22T02:11:43.131Z Fresh anes v0.1.6
105772026-04-22T02:11:43.131Z Fresh oorandom v11.1.5
105782026-04-22T02:11:43.131Z Fresh futures-timer v3.0.3
105792026-04-22T02:11:43.131Z Fresh async-lock v3.4.2
105802026-04-22T02:11:43.131Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
105812026-04-22T02:11:43.131Z Fresh ssh-cipher v0.2.0
105822026-04-22T02:11:43.131Z Fresh bcrypt-pbkdf v0.10.0
105832026-04-22T02:11:43.131Z Fresh petname v2.0.2
105842026-04-22T02:11:43.131Z Fresh colored v2.2.0
105852026-04-22T02:11:43.132Z Fresh password-hash v0.4.2
105862026-04-22T02:11:43.132Z Fresh sapling-renderdag v0.1.0
105872026-04-22T02:11:43.132Z Fresh cargo-util-schemas v0.8.2
105882026-04-22T02:11:43.132Z Fresh vergen-git2 v1.0.7
105892026-04-22T02:11:43.132Z Fresh rustls v0.21.12
105902026-04-22T02:11:43.132Z Fresh rpassword v7.4.0
105912026-04-22T02:11:43.132Z Fresh criterion v0.7.0
105922026-04-22T02:11:43.132Z Fresh tui-tree-widget v0.23.1
105932026-04-22T02:11:43.132Z Fresh knuffel v3.2.0
105942026-04-22T02:11:43.132Z Fresh sync-ptr v0.1.4
105952026-04-22T02:11:43.132Z Fresh pbkdf2 v0.11.0
105962026-04-22T02:11:43.132Z Fresh nix v0.29.0
105972026-04-22T02:11:43.132Z Fresh async-object-pool v0.2.0
105982026-04-22T02:11:43.132Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
105992026-04-22T02:11:43.132Z Fresh ssh-key v0.6.7
106002026-04-22T02:11:43.132Z Fresh p256 v0.13.2
106012026-04-22T02:11:43.132Z Fresh p521 v0.13.3
106022026-04-22T02:11:43.132Z Fresh cargo_metadata v0.21.0
106032026-04-22T02:11:43.132Z Fresh tokio-rustls v0.24.1
106042026-04-22T02:11:43.132Z Fresh target-lexicon v0.13.3
106052026-04-22T02:11:43.132Z Fresh rustls-pemfile v1.0.4
106062026-04-22T02:11:43.132Z Fresh twox-hash v2.1.2
106072026-04-22T02:11:43.133Z Fresh assert-json-diff v2.0.2
106082026-04-22T02:11:43.133Z Fresh serde_regex v1.1.0
106092026-04-22T02:11:43.133Z Fresh russh-cryptovec v0.7.3
106102026-04-22T02:11:43.133Z Fresh path-tree v0.8.3
106112026-04-22T02:11:43.133Z Fresh md5 v0.7.0
106122026-04-22T02:11:43.133Z Fresh stringmetrics v2.2.2
106132026-04-22T02:11:43.133Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
106142026-04-22T02:11:43.133Z Fresh guppy-workspace-hack v0.1.0
106152026-04-22T02:11:43.133Z Fresh blake3 v1.8.3
106162026-04-22T02:11:43.133Z Fresh russh-keys v0.45.0
106172026-04-22T02:11:43.133Z Fresh cfg-expr v0.20.6
106182026-04-22T02:11:43.133Z Fresh httpmock v0.8.3
106192026-04-22T02:11:43.133Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
106202026-04-22T02:11:43.133Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
106212026-04-22T02:11:43.133Z Fresh httptest v0.16.4
106222026-04-22T02:11:43.133Z Fresh fatfs v0.3.6
106232026-04-22T02:11:43.133Z Fresh des v0.8.1
106242026-04-22T02:11:43.133Z Fresh num-bigint v0.4.6
106252026-04-22T02:11:43.133Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
106262026-04-22T02:11:43.133Z Fresh cargo-platform v0.3.2
106272026-04-22T02:11:43.133Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
106282026-04-22T02:11:43.133Z Fresh topological-sort v0.2.2
106292026-04-22T02:11:43.133Z Fresh escape8259 v0.5.3
106302026-04-22T02:11:43.133Z Fresh relative-path v1.9.3
106312026-04-22T02:11:43.134Z Fresh seq-macro v0.3.6
106322026-04-22T02:11:43.134Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
106332026-04-22T02:11:43.134Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
106342026-04-22T02:11:43.134Z Fresh rstest_macros v0.25.0
106352026-04-22T02:11:43.134Z Fresh target-spec v3.5.7
106362026-04-22T02:11:43.134Z Fresh target-triple v1.0.0
106372026-04-22T02:11:43.134Z Fresh omicron-zone-package v0.12.2
106382026-04-22T02:11:43.134Z Fresh russh v0.45.0
106392026-04-22T02:11:43.134Z Fresh cargo_metadata v0.23.1
106402026-04-22T02:11:43.134Z Fresh linkme-impl v0.3.35
106412026-04-22T02:11:43.134Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
106422026-04-22T02:11:43.134Z Fresh libtest-mimic v0.8.1
106432026-04-22T02:11:43.134Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
106442026-04-22T02:11:43.138Z Fresh blake2b_simd v1.0.4
106452026-04-22T02:11:43.138Z Fresh similar-asserts v1.7.0
106462026-04-22T02:11:43.138Z Fresh fancy-regex v0.14.0
106472026-04-22T02:11:43.139Z Fresh pathdiff v0.2.3
106482026-04-22T02:11:43.139Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
106492026-04-22T02:11:43.139Z Fresh uzers v0.12.2
106502026-04-22T02:11:43.139Z Fresh constant_time_eq v0.3.1
106512026-04-22T02:11:43.139Z Fresh internet-checksum v0.2.1
106522026-04-22T02:11:43.139Z Fresh termcolor v1.4.1
106532026-04-22T02:11:43.139Z Fresh nested v0.1.1
106542026-04-22T02:11:43.139Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
106552026-04-22T02:11:43.139Z Fresh guppy v0.17.25
106562026-04-22T02:11:43.139Z Fresh datatest-stable v0.3.3
106572026-04-22T02:11:43.139Z Fresh rust-argon2 v2.1.0
106582026-04-22T02:11:43.139Z Fresh trybuild v1.0.116
106592026-04-22T02:11:43.139Z Fresh rstest v0.25.0
106602026-04-22T02:11:43.139Z Fresh assert_cmd v2.1.2
106612026-04-22T02:11:43.139Z Fresh linkme v0.3.35
106622026-04-22T02:11:43.139Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
106632026-04-22T02:11:43.139Z Fresh hickory-client v0.25.2
106642026-04-22T02:11:43.139Z Fresh partial-io v0.5.4
106652026-04-22T02:11:43.139Z Fresh tokio-test v0.4.5
106662026-04-22T02:11:43.139Z Fresh rand_distr v0.5.1
106672026-04-22T02:11:43.139Z Fresh approx v0.5.1
106682026-04-22T02:11:43.140Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
106692026-04-22T02:11:43.140Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
106702026-04-22T02:11:43.140Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
106712026-04-22T02:11:43.140Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
106722026-04-22T02:11:43.140Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
106732026-04-22T02:11:43.140Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
106742026-04-22T02:11:43.140Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
106752026-04-22T02:11:43.140Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
106762026-04-22T02:11:43.140Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
106772026-04-22T02:11:43.140Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
106782026-04-22T02:11:43.140Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
106792026-04-22T02:11:43.140Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
106802026-04-22T02:11:43.140Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
106812026-04-22T02:11:43.140Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
106822026-04-22T02:11:43.140Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
106832026-04-22T02:11:43.140Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
106842026-04-22T02:11:43.140Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
106852026-04-22T02:11:43.140Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
106862026-04-22T02:11:43.140Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
106872026-04-22T02:11:43.141Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
106882026-04-22T02:11:43.141Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
106892026-04-22T02:11:43.141Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
106902026-04-22T02:11:43.141Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
106912026-04-22T02:11:43.141Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
106922026-04-22T02:11:43.141Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
106932026-04-22T02:11:43.141Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
106942026-04-22T02:11:43.141Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
106952026-04-22T02:11:43.141Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
106962026-04-22T02:11:43.141Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
106972026-04-22T02:11:43.141Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
106982026-04-22T02:11:43.141Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
106992026-04-22T02:11:43.141Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
107002026-04-22T02:11:43.141Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
107012026-04-22T02:11:43.141Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
107022026-04-22T02:11:43.141Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
107032026-04-22T02:11:43.141Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
107042026-04-22T02:11:43.141Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
107052026-04-22T02:11:43.141Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
107062026-04-22T02:11:43.141Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
107072026-04-22T02:11:43.142Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
107082026-04-22T02:11:43.142Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
107092026-04-22T02:11:43.142Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
107102026-04-22T02:11:43.142Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
107112026-04-22T02:11:43.142Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
107122026-04-22T02:11:43.142Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
107132026-04-22T02:11:43.142Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
107142026-04-22T02:11:43.142Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
107152026-04-22T02:11:43.142Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
107162026-04-22T02:11:43.142Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
107172026-04-22T02:11:43.142Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
107182026-04-22T02:11:43.142Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
107192026-04-22T02:11:43.142Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
107202026-04-22T02:11:43.142Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
107212026-04-22T02:11:43.142Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
107222026-04-22T02:11:43.142Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
107232026-04-22T02:11:43.142Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
107242026-04-22T02:11:43.142Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
107252026-04-22T02:11:43.142Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
107262026-04-22T02:11:43.143Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
107272026-04-22T02:11:43.143Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
107282026-04-22T02:11:43.143Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
107292026-04-22T02:11:43.143Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
107302026-04-22T02:11:43.143Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
107312026-04-22T02:11:43.143Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
107322026-04-22T02:11:43.143Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
107332026-04-22T02:11:43.143Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
107342026-04-22T02:11:43.143Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
107352026-04-22T02:11:43.143Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
107362026-04-22T02:11:43.143Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
107372026-04-22T02:11:43.143Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
107382026-04-22T02:11:43.143Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
107392026-04-22T02:11:43.143Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
107402026-04-22T02:11:43.143Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
107412026-04-22T02:11:43.143Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
107422026-04-22T02:11:43.143Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
107432026-04-22T02:11:43.143Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
107442026-04-22T02:11:43.148Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
107452026-04-22T02:11:43.148Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
107462026-04-22T02:11:43.148Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
107472026-04-22T02:11:43.148Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
107482026-04-22T02:11:43.148Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
107492026-04-22T02:11:43.148Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
107502026-04-22T02:11:43.148Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
107512026-04-22T02:11:43.148Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
107522026-04-22T02:11:43.148Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
107532026-04-22T02:11:43.148Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
107542026-04-22T02:11:43.148Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
107552026-04-22T02:11:43.148Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
107562026-04-22T02:11:43.148Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
107572026-04-22T02:11:43.148Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
107582026-04-22T02:11:43.148Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
107592026-04-22T02:11:43.148Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
107602026-04-22T02:11:43.148Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
107612026-04-22T02:11:43.148Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
107622026-04-22T02:11:43.148Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
107632026-04-22T02:11:43.148Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
107642026-04-22T02:11:43.149Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
107652026-04-22T02:11:43.149Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
107662026-04-22T02:11:43.149Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
107672026-04-22T02:11:43.149Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
107682026-04-22T02:11:43.149Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
107692026-04-22T02:11:43.149Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
107702026-04-22T02:11:43.149Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
107712026-04-22T02:11:43.149Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
107722026-04-22T02:11:43.149Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
107732026-04-22T02:11:43.149Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
107742026-04-22T02:11:43.149Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
107752026-04-22T02:11:43.149Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
107762026-04-22T02:11:43.149Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
107772026-04-22T02:11:43.149Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
107782026-04-22T02:11:43.149Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
107792026-04-22T02:11:43.149Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
107802026-04-22T02:11:43.149Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
107812026-04-22T02:11:43.149Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
107822026-04-22T02:11:43.149Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
107832026-04-22T02:11:43.149Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
107842026-04-22T02:11:43.149Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
107852026-04-22T02:11:43.150Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
107862026-04-22T02:11:43.150Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
107872026-04-22T02:11:43.150Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
107882026-04-22T02:11:43.150Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
107892026-04-22T02:11:43.150Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
107902026-04-22T02:11:43.150Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
107912026-04-22T02:11:43.150Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
107922026-04-22T02:11:43.150Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
107932026-04-22T02:11:43.150Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
107942026-04-22T02:11:43.150Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
107952026-04-22T02:11:43.150Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
107962026-04-22T02:11:43.150Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
107972026-04-22T02:11:43.150Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
107982026-04-22T02:11:43.150Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
107992026-04-22T02:11:43.150Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
108002026-04-22T02:11:43.150Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
108012026-04-22T02:11:43.150Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
108022026-04-22T02:11:43.150Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
108032026-04-22T02:11:43.150Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
108042026-04-22T02:11:43.150Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
108052026-04-22T02:11:43.150Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
108062026-04-22T02:11:43.150Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
108072026-04-22T02:11:43.150Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
108082026-04-22T02:11:43.151Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
108092026-04-22T02:11:43.151Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
108102026-04-22T02:11:43.151Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
108112026-04-22T02:11:43.151Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
108122026-04-22T02:11:43.151Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
108132026-04-22T02:11:43.151Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
108142026-04-22T02:11:43.151Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
108152026-04-22T02:11:43.151Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
108162026-04-22T02:11:43.151Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
108172026-04-22T02:11:43.151Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
108182026-04-22T02:11:43.151Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
108192026-04-22T02:11:43.151Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
108202026-04-22T02:11:43.151Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
108212026-04-22T02:11:43.151Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
108222026-04-22T02:11:43.151Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
108232026-04-22T02:11:43.151Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
108242026-04-22T02:11:43.151Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
108252026-04-22T02:11:43.151Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
108262026-04-22T02:11:43.151Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.21s
108272026-04-22T02:11:43.199Z Doc-tests api_identity
108282026-04-22T02:11:43.203Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-8253fd06d4832b21.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108292026-04-22T02:11:43.259Z
108302026-04-22T02:11:43.259Zrunning 0 tests
108312026-04-22T02:11:43.259Z
108322026-04-22T02:11:43.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108332026-04-22T02:11:43.259Z
108342026-04-22T02:11:43.272Z Doc-tests authz_macros
108352026-04-22T02:11:43.272Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5ab38bc5d90fcfef.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-435cb2845b963c00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108362026-04-22T02:11:43.740Z
108372026-04-22T02:11:43.740Zrunning 7 tests
108382026-04-22T02:11:43.740Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
108392026-04-22T02:11:43.740Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
108402026-04-22T02:11:43.740Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
108412026-04-22T02:11:43.740Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
108422026-04-22T02:11:43.740Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
108432026-04-22T02:11:43.740Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
108442026-04-22T02:11:43.740Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
108452026-04-22T02:11:43.741Z
108462026-04-22T02:11:43.741Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
108472026-04-22T02:11:43.741Z
108482026-04-22T02:11:43.744Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
108492026-04-22T02:11:43.759Z Doc-tests bootstore
108502026-04-22T02:11:43.759Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5eeef5de274b51ce.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-aa1792d552fd8b7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108512026-04-22T02:11:44.017Z
108522026-04-22T02:11:44.017Zrunning 0 tests
108532026-04-22T02:11:44.017Z
108542026-04-22T02:11:44.017Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108552026-04-22T02:11:44.017Z
108562026-04-22T02:11:44.039Z Doc-tests bootstrap_agent_api
108572026-04-22T02:11:44.039Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-e88230e4fb590a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108582026-04-22T02:11:44.564Z
108592026-04-22T02:11:44.564Zrunning 2 tests
108602026-04-22T02:11:44.564Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 39) ... ignored
108612026-04-22T02:11:44.564Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 45) ... ignored
108622026-04-22T02:11:44.564Z
108632026-04-22T02:11:44.564Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108642026-04-22T02:11:44.564Z
108652026-04-22T02:11:44.568Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
108662026-04-22T02:11:44.590Z Doc-tests bootstrap_agent_client
108672026-04-22T02:11:44.590Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108682026-04-22T02:11:44.842Z
108692026-04-22T02:11:44.842Zrunning 0 tests
108702026-04-22T02:11:44.842Z
108712026-04-22T02:11:44.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108722026-04-22T02:11:44.842Z
108732026-04-22T02:11:44.872Z Doc-tests bootstrap_agent_lockstep_api
108742026-04-22T02:11:44.872Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_api --test sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-dd90ec0d7343c32a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108752026-04-22T02:11:45.422Z
108762026-04-22T02:11:45.422Zrunning 2 tests
108772026-04-22T02:11:45.422Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 28) ... ignored
108782026-04-22T02:11:45.422Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 34) ... ignored
108792026-04-22T02:11:45.422Z
108802026-04-22T02:11:45.422Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108812026-04-22T02:11:45.422Z
108822026-04-22T02:11:45.425Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
108832026-04-22T02:11:45.452Z Doc-tests bootstrap_agent_lockstep_client
108842026-04-22T02:11:45.452Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_client --test clients/bootstrap-agent-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-94ac0eb6131105f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108852026-04-22T02:11:45.848Z
108862026-04-22T02:11:45.848Zrunning 0 tests
108872026-04-22T02:11:45.848Z
108882026-04-22T02:11:45.848Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108892026-04-22T02:11:45.848Z
108902026-04-22T02:11:45.881Z Doc-tests bootstrap_agent_lockstep_types
108912026-04-22T02:11:45.881Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_types --test sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108922026-04-22T02:11:46.135Z
108932026-04-22T02:11:46.135Zrunning 0 tests
108942026-04-22T02:11:46.135Z
108952026-04-22T02:11:46.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108962026-04-22T02:11:46.135Z
108972026-04-22T02:11:46.140Z Doc-tests clickana
108982026-04-22T02:11:46.140Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-0656163534e2eeac.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108992026-04-22T02:11:46.359Z
109002026-04-22T02:11:46.359Zrunning 0 tests
109012026-04-22T02:11:46.359Z
109022026-04-22T02:11:46.359Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109032026-04-22T02:11:46.359Z
109042026-04-22T02:11:46.387Z Doc-tests clickhouse_admin_api
109052026-04-22T02:11:46.387Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-9cc47d47b8c9b635.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-b3c41f03910cf886.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109062026-04-22T02:11:46.945Z
109072026-04-22T02:11:46.945Zrunning 6 tests
109082026-04-22T02:11:46.945Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 65) ... ignored
109092026-04-22T02:11:46.945Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 71) ... ignored
109102026-04-22T02:11:46.945Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 149) ... ignored
109112026-04-22T02:11:46.945Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 155) ... ignored
109122026-04-22T02:11:46.945Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 220) ... ignored
109132026-04-22T02:11:46.945Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 226) ... ignored
109142026-04-22T02:11:46.945Z
109152026-04-22T02:11:46.945Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
109162026-04-22T02:11:46.945Z
109172026-04-22T02:11:46.950Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
109182026-04-22T02:11:46.969Z Doc-tests clickhouse_admin_keeper_client
109192026-04-22T02:11:46.969Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109202026-04-22T02:11:47.338Z
109212026-04-22T02:11:47.338Zrunning 0 tests
109222026-04-22T02:11:47.338Z
109232026-04-22T02:11:47.338Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109242026-04-22T02:11:47.338Z
109252026-04-22T02:11:47.373Z Doc-tests clickhouse_admin_server_client
109262026-04-22T02:11:47.373Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109272026-04-22T02:11:47.716Z
109282026-04-22T02:11:47.716Zrunning 0 tests
109292026-04-22T02:11:47.716Z
109302026-04-22T02:11:47.717Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109312026-04-22T02:11:47.717Z
109322026-04-22T02:11:47.747Z Doc-tests clickhouse_admin_single_client
109332026-04-22T02:11:47.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-dc4071cd7d290b37.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109342026-04-22T02:11:47.910Z
109352026-04-22T02:11:47.910Zrunning 0 tests
109362026-04-22T02:11:47.910Z
109372026-04-22T02:11:47.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109382026-04-22T02:11:47.910Z
109392026-04-22T02:11:47.933Z Doc-tests clickhouse_admin_test_utils
109402026-04-22T02:11:47.933Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3a14f700b829c057.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109412026-04-22T02:11:48.096Z
109422026-04-22T02:11:48.097Zrunning 0 tests
109432026-04-22T02:11:48.097Z
109442026-04-22T02:11:48.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109452026-04-22T02:11:48.097Z
109462026-04-22T02:11:48.115Z Doc-tests clickhouse_admin_types
109472026-04-22T02:11:48.115Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-b3c41f03910cf886.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109482026-04-22T02:11:48.277Z
109492026-04-22T02:11:48.277Zrunning 0 tests
109502026-04-22T02:11:48.277Z
109512026-04-22T02:11:48.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109522026-04-22T02:11:48.277Z
109532026-04-22T02:11:48.300Z Doc-tests clickhouse_admin_types_versions
109542026-04-22T02:11:48.300Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types_versions --test clickhouse-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-b3c41f03910cf886.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109552026-04-22T02:11:48.996Z
109562026-04-22T02:11:48.996Zrunning 1 test
109572026-04-22T02:11:48.996Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
109582026-04-22T02:11:48.996Z
109592026-04-22T02:11:48.996Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109602026-04-22T02:11:48.997Z
109612026-04-22T02:11:49.000Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
109622026-04-22T02:11:49.031Z Doc-tests cockroach_admin_api
109632026-04-22T02:11:49.032Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-cfcf63c0ab4c4dbc.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2b4dc59d5316026a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109642026-04-22T02:11:49.539Z
109652026-04-22T02:11:49.539Zrunning 2 tests
109662026-04-22T02:11:49.539Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
109672026-04-22T02:11:49.540Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
109682026-04-22T02:11:49.540Z
109692026-04-22T02:11:49.540Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109702026-04-22T02:11:49.540Z
109712026-04-22T02:11:49.546Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
109722026-04-22T02:11:49.555Z Doc-tests cockroach_admin_client
109732026-04-22T02:11:49.555Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109742026-04-22T02:11:49.765Z
109752026-04-22T02:11:49.765Zrunning 0 tests
109762026-04-22T02:11:49.765Z
109772026-04-22T02:11:49.765Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109782026-04-22T02:11:49.765Z
109792026-04-22T02:11:49.788Z Doc-tests cockroach_admin_types
109802026-04-22T02:11:49.788Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2b4dc59d5316026a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109812026-04-22T02:11:49.873Z
109822026-04-22T02:11:49.873Zrunning 0 tests
109832026-04-22T02:11:49.873Z
109842026-04-22T02:11:49.873Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109852026-04-22T02:11:49.873Z
109862026-04-22T02:11:49.886Z Doc-tests cockroach_admin_types_versions
109872026-04-22T02:11:49.886Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types_versions --test cockroach-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2b4dc59d5316026a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109882026-04-22T02:11:50.388Z
109892026-04-22T02:11:50.388Zrunning 1 test
109902026-04-22T02:11:50.388Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
109912026-04-22T02:11:50.388Z
109922026-04-22T02:11:50.388Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109932026-04-22T02:11:50.388Z
109942026-04-22T02:11:50.392Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
109952026-04-22T02:11:50.411Z Doc-tests db_macros
109962026-04-22T02:11:50.411Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f8ea86c203662b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-435cb2845b963c00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109972026-04-22T02:11:50.934Z
109982026-04-22T02:11:50.934Zrunning 3 tests
109992026-04-22T02:11:50.934Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
110002026-04-22T02:11:50.934Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
110012026-04-22T02:11:50.934Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
110022026-04-22T02:11:50.934Z
110032026-04-22T02:11:50.934Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
110042026-04-22T02:11:50.934Z
110052026-04-22T02:11:50.937Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
110062026-04-22T02:11:50.954Z Doc-tests dev_tools_common
110072026-04-22T02:11:50.954Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110082026-04-22T02:11:50.999Z
110092026-04-22T02:11:50.999Zrunning 0 tests
110102026-04-22T02:11:50.999Z
110112026-04-22T02:11:50.999Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110122026-04-22T02:11:50.999Z
110132026-04-22T02:11:51.007Z Doc-tests dns_server
110142026-04-22T02:11:51.007Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-947827664e7b13e0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-8e701a1b587d5694.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-eb54111f675d53ab.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110152026-04-22T02:11:51.216Z
110162026-04-22T02:11:51.216Zrunning 0 tests
110172026-04-22T02:11:51.216Z
110182026-04-22T02:11:51.216Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110192026-04-22T02:11:51.216Z
110202026-04-22T02:11:51.240Z Doc-tests dns_server_api
110212026-04-22T02:11:51.240Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-947827664e7b13e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110222026-04-22T02:11:51.781Z
110232026-04-22T02:11:51.781Zrunning 2 tests
110242026-04-22T02:11:51.781Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
110252026-04-22T02:11:51.781Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
110262026-04-22T02:11:51.781Z
110272026-04-22T02:11:51.781Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110282026-04-22T02:11:51.781Z
110292026-04-22T02:11:51.785Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
110302026-04-22T02:11:51.808Z Doc-tests dns_service_client
110312026-04-22T02:11:51.808Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110322026-04-22T02:11:52.034Z
110332026-04-22T02:11:52.034Zrunning 0 tests
110342026-04-22T02:11:52.034Z
110352026-04-22T02:11:52.034Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110362026-04-22T02:11:52.034Z
110372026-04-22T02:11:52.065Z Doc-tests end_to_end_tests
110382026-04-22T02:11:52.065Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e25d6e8589b85bdf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f7516a05e78c6399.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f55d9d0c1d02e8dc.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-76d5644ae8b407ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110392026-04-22T02:11:52.400Z
110402026-04-22T02:11:52.400Zrunning 0 tests
110412026-04-22T02:11:52.400Z
110422026-04-22T02:11:52.400Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110432026-04-22T02:11:52.400Z
110442026-04-22T02:11:52.435Z Doc-tests ereport_types
110452026-04-22T02:11:52.435Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110462026-04-22T02:11:52.587Z
110472026-04-22T02:11:52.587Zrunning 0 tests
110482026-04-22T02:11:52.587Z
110492026-04-22T02:11:52.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110502026-04-22T02:11:52.587Z
110512026-04-22T02:11:52.604Z Doc-tests gateway_api
110522026-04-22T02:11:52.604Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e64f0f94e4b7b1e1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-afc51b7ff317eab8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110532026-04-22T02:11:53.153Z
110542026-04-22T02:11:53.153Zrunning 2 tests
110552026-04-22T02:11:53.153Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
110562026-04-22T02:11:53.153Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
110572026-04-22T02:11:53.153Z
110582026-04-22T02:11:53.153Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110592026-04-22T02:11:53.153Z
110602026-04-22T02:11:53.156Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
110612026-04-22T02:11:53.178Z Doc-tests gateway_client
110622026-04-22T02:11:53.178Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110632026-04-22T02:11:53.759Z
110642026-04-22T02:11:53.759Zrunning 0 tests
110652026-04-22T02:11:53.759Z
110662026-04-22T02:11:53.759Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110672026-04-22T02:11:53.759Z
110682026-04-22T02:11:53.797Z Doc-tests gateway_test_utils
110692026-04-22T02:11:53.797Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-481b3e6be0b4f74a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110702026-04-22T02:11:54.161Z
110712026-04-22T02:11:54.161Zrunning 0 tests
110722026-04-22T02:11:54.161Z
110732026-04-22T02:11:54.161Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110742026-04-22T02:11:54.162Z
110752026-04-22T02:11:54.203Z Doc-tests gateway_types
110762026-04-22T02:11:54.203Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-afc51b7ff317eab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
110772026-04-22T02:11:54.338Z
110782026-04-22T02:11:54.338Zrunning 0 tests
110792026-04-22T02:11:54.338Z
110802026-04-22T02:11:54.338Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110812026-04-22T02:11:54.338Z
110822026-04-22T02:11:54.355Z Doc-tests gateway_types_versions
110832026-04-22T02:11:54.355Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types_versions --test gateway-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-afc51b7ff317eab8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
110842026-04-22T02:11:55.146Z
110852026-04-22T02:11:55.146Zrunning 1 test
110862026-04-22T02:11:55.146Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
110872026-04-22T02:11:55.146Z
110882026-04-22T02:11:55.146Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110892026-04-22T02:11:55.146Z
110902026-04-22T02:11:55.149Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
110912026-04-22T02:11:55.183Z Doc-tests gfss
110922026-04-22T02:11:55.183Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b18b7b68b836f74d.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0e82d15682e5ff29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' --document-private-items -D warnings --error-format human`
110932026-04-22T02:11:55.285Z
110942026-04-22T02:11:55.285Zrunning 0 tests
110952026-04-22T02:11:55.285Z
110962026-04-22T02:11:55.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110972026-04-22T02:11:55.285Z
110982026-04-22T02:11:55.298Z Doc-tests illumos_utils
110992026-04-22T02:11:55.299Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-5867122525a4ae0f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-191483c6379a0b7f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-0969ada317a8013a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-26cee0db7b229480.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0638c4e5ea873622.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7153722225209c8a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
111002026-04-22T02:11:55.711Z
111012026-04-22T02:11:55.711Zrunning 0 tests
111022026-04-22T02:11:55.711Z
111032026-04-22T02:11:55.711Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111042026-04-22T02:11:55.711Z
111052026-04-22T02:11:55.749Z Doc-tests installinator
111062026-04-22T02:11:55.749Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-af5edf6e26598049.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-03ffd376ce1be0c0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ca54cccbc19ee06.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-e2760cfd6ddf6868.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
111072026-04-22T02:11:56.114Z
111082026-04-22T02:11:56.114Zrunning 0 tests
111092026-04-22T02:11:56.114Z
111102026-04-22T02:11:56.114Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111112026-04-22T02:11:56.114Z
111122026-04-22T02:11:56.151Z Doc-tests installinator_api
111132026-04-22T02:11:56.151Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2e4bb724cabc0bc7.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-b26ea8cecaf2eab2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111142026-04-22T02:11:56.672Z
111152026-04-22T02:11:56.672Zrunning 2 tests
111162026-04-22T02:11:56.672Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
111172026-04-22T02:11:56.672Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
111182026-04-22T02:11:56.672Z
111192026-04-22T02:11:56.672Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111202026-04-22T02:11:56.672Z
111212026-04-22T02:11:57.678Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
111222026-04-22T02:11:57.681Z Doc-tests installinator_client
111232026-04-22T02:11:57.681Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-03ffd376ce1be0c0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111242026-04-22T02:11:57.681Z
111252026-04-22T02:11:57.681Zrunning 0 tests
111262026-04-22T02:11:57.681Z
111272026-04-22T02:11:57.681Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111282026-04-22T02:11:57.681Z
111292026-04-22T02:11:57.681Z Doc-tests installinator_common
111302026-04-22T02:11:57.681Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-b26ea8cecaf2eab2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111312026-04-22T02:11:57.681Z
111322026-04-22T02:11:57.681Zrunning 0 tests
111332026-04-22T02:11:57.682Z
111342026-04-22T02:11:57.682Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111352026-04-22T02:11:57.682Z
111362026-04-22T02:11:57.682Z Doc-tests installinator_common_versions
111372026-04-22T02:11:57.682Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common_versions --test installinator-common/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-b26ea8cecaf2eab2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111382026-04-22T02:11:57.733Z
111392026-04-22T02:11:57.733Zrunning 1 test
111402026-04-22T02:11:57.733Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
111412026-04-22T02:11:57.733Z
111422026-04-22T02:11:57.733Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111432026-04-22T02:11:57.733Z
111442026-04-22T02:11:57.736Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
111452026-04-22T02:11:57.753Z Doc-tests internal_dns_resolver
111462026-04-22T02:11:57.756Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-947827664e7b13e0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111472026-04-22T02:11:57.954Z
111482026-04-22T02:11:57.954Zrunning 0 tests
111492026-04-22T02:11:57.954Z
111502026-04-22T02:11:57.954Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111512026-04-22T02:11:57.954Z
111522026-04-22T02:11:57.978Z Doc-tests internal_dns_types
111532026-04-22T02:11:57.978Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111542026-04-22T02:11:58.163Z
111552026-04-22T02:11:58.163Zrunning 0 tests
111562026-04-22T02:11:58.163Z
111572026-04-22T02:11:58.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111582026-04-22T02:11:58.163Z
111592026-04-22T02:11:58.185Z Doc-tests internal_dns_types_versions
111602026-04-22T02:11:58.188Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types_versions --test internal-dns/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-06db9e3d6cd85f09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111612026-04-22T02:11:58.768Z
111622026-04-22T02:11:58.768Zrunning 1 test
111632026-04-22T02:11:58.768Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
111642026-04-22T02:11:58.768Z
111652026-04-22T02:11:58.768Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111662026-04-22T02:11:58.768Z
111672026-04-22T02:11:58.773Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
111682026-04-22T02:11:58.800Z Doc-tests ipcc
111692026-04-22T02:11:58.800Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ca54cccbc19ee06.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a7c01a853476b00d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111702026-04-22T02:11:58.902Z
111712026-04-22T02:11:58.902Zrunning 0 tests
111722026-04-22T02:11:58.902Z
111732026-04-22T02:11:58.906Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111742026-04-22T02:11:58.906Z
111752026-04-22T02:11:58.917Z Doc-tests key_manager
111762026-04-22T02:11:58.917Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-0969ada317a8013a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111772026-04-22T02:11:59.095Z
111782026-04-22T02:11:59.095Zrunning 0 tests
111792026-04-22T02:11:59.095Z
111802026-04-22T02:11:59.095Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111812026-04-22T02:11:59.095Z
111822026-04-22T02:11:59.121Z Doc-tests key_manager_types
111832026-04-22T02:11:59.121Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager_types --test key-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-0969ada317a8013a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111842026-04-22T02:11:59.166Z
111852026-04-22T02:11:59.166Zrunning 0 tests
111862026-04-22T02:11:59.166Z
111872026-04-22T02:11:59.166Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111882026-04-22T02:11:59.166Z
111892026-04-22T02:11:59.174Z Doc-tests live_tests_macros
111902026-04-22T02:11:59.175Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-551b2bfa1347b0b9.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111912026-04-22T02:11:59.586Z
111922026-04-22T02:11:59.586Zrunning 1 test
111932026-04-22T02:11:59.586Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
111942026-04-22T02:11:59.586Z
111952026-04-22T02:11:59.586Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111962026-04-22T02:11:59.586Z
111972026-04-22T02:11:59.589Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
111982026-04-22T02:11:59.602Z Doc-tests nexus_auth
111992026-04-22T02:11:59.602Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5ab38bc5d90fcfef.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-684a84116b0a955b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-a9e21b7c84438fc8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-11fd935e8e1c8b25.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
112002026-04-22T02:12:00.200Z
112012026-04-22T02:12:00.200Zrunning 0 tests
112022026-04-22T02:12:00.200Z
112032026-04-22T02:12:00.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112042026-04-22T02:12:00.200Z
112052026-04-22T02:12:00.248Z Doc-tests nexus_background_task_interface
112062026-04-22T02:12:00.248Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6ce71cfac88c97fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112072026-04-22T02:12:00.305Z
112082026-04-22T02:12:00.305Zrunning 0 tests
112092026-04-22T02:12:00.305Z
112102026-04-22T02:12:00.305Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112112026-04-22T02:12:00.305Z
112122026-04-22T02:12:00.316Z Doc-tests nexus_client
112132026-04-22T02:12:00.316Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112142026-04-22T02:12:00.851Z
112152026-04-22T02:12:00.851Zrunning 0 tests
112162026-04-22T02:12:00.851Z
112172026-04-22T02:12:00.851Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112182026-04-22T02:12:00.851Z
112192026-04-22T02:12:00.892Z Doc-tests nexus_config
112202026-04-22T02:12:00.892Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112212026-04-22T02:12:01.399Z
112222026-04-22T02:12:01.399Zrunning 0 tests
112232026-04-22T02:12:01.399Z
112242026-04-22T02:12:01.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112252026-04-22T02:12:01.399Z
112262026-04-22T02:12:01.439Z Doc-tests nexus_db_errors
112272026-04-22T02:12:01.439Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e9aaf13aa16719cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112282026-04-22T02:12:01.747Z
112292026-04-22T02:12:01.747Zrunning 0 tests
112302026-04-22T02:12:01.747Z
112312026-04-22T02:12:01.747Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112322026-04-22T02:12:01.747Z
112332026-04-22T02:12:01.782Z Doc-tests nexus_db_fixed_data
112342026-04-22T02:12:01.782Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-684a84116b0a955b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
112352026-04-22T02:12:02.053Z
112362026-04-22T02:12:02.054Zrunning 0 tests
112372026-04-22T02:12:02.054Z
112382026-04-22T02:12:02.054Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112392026-04-22T02:12:02.054Z
112402026-04-22T02:12:02.084Z Doc-tests nexus_db_lookup
112412026-04-22T02:12:02.084Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f8ea86c203662b71.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-a3411e4506b961e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e9aaf13aa16719cd.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
112422026-04-22T02:12:02.559Z
112432026-04-22T02:12:02.559Zrunning 0 tests
112442026-04-22T02:12:02.559Z
112452026-04-22T02:12:02.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112462026-04-22T02:12:02.559Z
112472026-04-22T02:12:02.604Z Doc-tests nexus_db_model
112482026-04-22T02:12:02.604Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f8ea86c203662b71.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0a759e7ea3eba09a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7eb7a7b479c7da37.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-7df17a1d3c6c9f28.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
112492026-04-22T02:12:17.175Z
112502026-04-22T02:12:17.175Zrunning 4 tests
112512026-04-22T02:12:17.185Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
112522026-04-22T02:12:17.190Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
112532026-04-22T02:12:17.193Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
112542026-04-22T02:12:17.193Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
112552026-04-22T02:12:17.193Z
112562026-04-22T02:12:17.193Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
112572026-04-22T02:12:17.193Z
112582026-04-22T02:12:17.220Zall doctests ran in 11.87s; merged doctests compilation took 11.82s
112592026-04-22T02:12:17.339Z Doc-tests nexus_db_queries
112602026-04-22T02:12:17.339Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f8ea86c203662b71.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-a3411e4506b961e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-14be7034ea0ed2aa.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e9aaf13aa16719cd.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-684a84116b0a955b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-641f0cbb9f6ed962.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-a9e21b7c84438fc8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
112612026-04-22T02:12:25.031Z
112622026-04-22T02:12:25.031Zrunning 3 tests
112632026-04-22T02:12:25.036Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 66) ... ignored
112642026-04-22T02:12:25.036Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 432) ... ignored
112652026-04-22T02:12:25.041Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
112662026-04-22T02:12:25.041Z
112672026-04-22T02:12:25.041Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
112682026-04-22T02:12:25.041Z
112692026-04-22T02:12:25.058Zall doctests ran in 6.23s; merged doctests compilation took 6.19s
112702026-04-22T02:12:25.279Z Doc-tests nexus_db_schema
112712026-04-22T02:12:25.279Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-537dd229f533e4bc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
112722026-04-22T02:12:30.165Z
112732026-04-22T02:12:30.165Zrunning 0 tests
112742026-04-22T02:12:30.165Z
112752026-04-22T02:12:30.165Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112762026-04-22T02:12:30.165Z
112772026-04-22T02:12:30.375Z Doc-tests nexus_defaults
112782026-04-22T02:12:30.375Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0a759e7ea3eba09a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112792026-04-22T02:12:30.542Z
112802026-04-22T02:12:30.542Zrunning 0 tests
112812026-04-22T02:12:30.543Z
112822026-04-22T02:12:30.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112832026-04-22T02:12:30.543Z
112842026-04-22T02:12:30.564Z Doc-tests nexus_external_api
112852026-04-22T02:12:30.564Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-8253fd06d4832b21.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ffd9a54d80b45f55.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112862026-04-22T02:12:31.558Z
112872026-04-22T02:12:31.558Zrunning 2 tests
112882026-04-22T02:12:31.558Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 191) ... ignored
112892026-04-22T02:12:31.558Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 197) ... ignored
112902026-04-22T02:12:31.558Z
112912026-04-22T02:12:31.558Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112922026-04-22T02:12:31.558Z
112932026-04-22T02:12:31.565Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
112942026-04-22T02:12:31.608Z Doc-tests nexus_fm
112952026-04-22T02:12:31.611Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_fm --test nexus/fm/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/fm -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-40b2786c9aa0aadc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' --document-private-items -D warnings --error-format human`
112962026-04-22T02:12:31.925Z
112972026-04-22T02:12:31.925Zrunning 0 tests
112982026-04-22T02:12:31.925Z
112992026-04-22T02:12:31.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113002026-04-22T02:12:31.925Z
113012026-04-22T02:12:31.960Z Doc-tests nexus_internal_api
113022026-04-22T02:12:31.960Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-14ab448c2acf128f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113032026-04-22T02:12:32.643Z
113042026-04-22T02:12:32.643Zrunning 2 tests
113052026-04-22T02:12:32.643Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
113062026-04-22T02:12:32.643Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
113072026-04-22T02:12:32.643Z
113082026-04-22T02:12:32.643Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113092026-04-22T02:12:32.643Z
113102026-04-22T02:12:32.646Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
113112026-04-22T02:12:32.680Z Doc-tests nexus_inventory
113122026-04-22T02:12:32.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-ec77559a604bd8fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-cdb2749a057e53cc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113132026-04-22T02:12:32.983Z
113142026-04-22T02:12:32.983Zrunning 0 tests
113152026-04-22T02:12:32.983Z
113162026-04-22T02:12:32.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113172026-04-22T02:12:32.983Z
113182026-04-22T02:12:33.018Z Doc-tests nexus_lockstep_api
113192026-04-22T02:12:33.022Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_api --test nexus/lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-162e83ec906f0735.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113202026-04-22T02:12:33.698Z
113212026-04-22T02:12:33.698Zrunning 2 tests
113222026-04-22T02:12:33.698Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 66) ... ignored
113232026-04-22T02:12:33.698Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 72) ... ignored
113242026-04-22T02:12:33.698Z
113252026-04-22T02:12:33.698Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113262026-04-22T02:12:33.698Z
113272026-04-22T02:12:33.701Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
113282026-04-22T02:12:33.737Z Doc-tests nexus_lockstep_client
113292026-04-22T02:12:33.737Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_client --test clients/nexus-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113302026-04-22T02:12:35.399Z
113312026-04-22T02:12:35.399Zrunning 0 tests
113322026-04-22T02:12:35.399Z
113332026-04-22T02:12:35.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113342026-04-22T02:12:35.399Z
113352026-04-22T02:12:35.469Z Doc-tests nexus_macros_common
113362026-04-22T02:12:35.469Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-435cb2845b963c00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113372026-04-22T02:12:35.515Z
113382026-04-22T02:12:35.515Zrunning 0 tests
113392026-04-22T02:12:35.515Z
113402026-04-22T02:12:35.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113412026-04-22T02:12:35.515Z
113422026-04-22T02:12:35.523Z Doc-tests nexus_metrics_producer_gc
113432026-04-22T02:12:35.524Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-cc1cadff740dd44d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b6bbc23194d3f0d9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
113442026-04-22T02:12:35.894Z
113452026-04-22T02:12:35.894Zrunning 0 tests
113462026-04-22T02:12:35.894Z
113472026-04-22T02:12:35.894Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113482026-04-22T02:12:35.894Z
113492026-04-22T02:12:35.936Z Doc-tests nexus_mgs_updates
113502026-04-22T02:12:35.936Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113512026-04-22T02:12:36.288Z
113522026-04-22T02:12:36.288Zrunning 0 tests
113532026-04-22T02:12:36.288Z
113542026-04-22T02:12:36.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113552026-04-22T02:12:36.288Z
113562026-04-22T02:12:36.327Z Doc-tests nexus_networking
113572026-04-22T02:12:36.327Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9631302a448e13c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
113582026-04-22T02:12:36.703Z
113592026-04-22T02:12:36.703Zrunning 0 tests
113602026-04-22T02:12:36.703Z
113612026-04-22T02:12:36.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113622026-04-22T02:12:36.703Z
113632026-04-22T02:12:36.744Z Doc-tests nexus_reconfigurator_blippy
113642026-04-22T02:12:36.744Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113652026-04-22T02:12:37.024Z
113662026-04-22T02:12:37.024Zrunning 0 tests
113672026-04-22T02:12:37.024Z
113682026-04-22T02:12:37.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113692026-04-22T02:12:37.024Z
113702026-04-22T02:12:37.057Z Doc-tests nexus_reconfigurator_execution
113712026-04-22T02:12:37.061Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-dc4071cd7d290b37.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-cc1cadff740dd44d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9631302a448e13c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-64cf44ea35f66401.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9445c8a1a052e5e3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
113722026-04-22T02:12:37.454Z
113732026-04-22T02:12:37.454Zrunning 0 tests
113742026-04-22T02:12:37.454Z
113752026-04-22T02:12:37.454Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113762026-04-22T02:12:37.454Z
113772026-04-22T02:12:37.497Z Doc-tests nexus_reconfigurator_planning
113782026-04-22T02:12:37.501Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2f727a56222d2f37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-14da9cc439dda121.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113792026-04-22T02:12:37.954Z
113802026-04-22T02:12:37.954Zrunning 0 tests
113812026-04-22T02:12:37.954Z
113822026-04-22T02:12:37.954Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113832026-04-22T02:12:37.954Z
113842026-04-22T02:12:37.997Z Doc-tests nexus_reconfigurator_preparation
113852026-04-22T02:12:37.997Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
113862026-04-22T02:12:38.366Z
113872026-04-22T02:12:38.366Zrunning 0 tests
113882026-04-22T02:12:38.366Z
113892026-04-22T02:12:38.366Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113902026-04-22T02:12:38.366Z
113912026-04-22T02:12:38.409Z Doc-tests nexus_reconfigurator_rendezvous
113922026-04-22T02:12:38.409Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-31ff04e0abfa88c9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
113932026-04-22T02:12:38.777Z
113942026-04-22T02:12:38.777Zrunning 0 tests
113952026-04-22T02:12:38.777Z
113962026-04-22T02:12:38.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113972026-04-22T02:12:38.777Z
113982026-04-22T02:12:38.819Z Doc-tests nexus_reconfigurator_simulation
113992026-04-22T02:12:38.819Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2f727a56222d2f37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-83f033528a6b4655.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114002026-04-22T02:12:39.156Z
114012026-04-22T02:12:39.156Zrunning 0 tests
114022026-04-22T02:12:39.156Z
114032026-04-22T02:12:39.156Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114042026-04-22T02:12:39.156Z
114052026-04-22T02:12:39.196Z Doc-tests nexus_saga_recovery
114062026-04-22T02:12:39.196Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2d4fe088a2795d2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
114072026-04-22T02:12:39.492Z
114082026-04-22T02:12:39.492Zrunning 0 tests
114092026-04-22T02:12:39.492Z
114102026-04-22T02:12:39.492Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114112026-04-22T02:12:39.492Z
114122026-04-22T02:12:39.525Z Doc-tests nexus_test_interface
114132026-04-22T02:12:39.525Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
114142026-04-22T02:12:39.893Z
114152026-04-22T02:12:39.893Zrunning 0 tests
114162026-04-22T02:12:39.893Z
114172026-04-22T02:12:39.893Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114182026-04-22T02:12:39.893Z
114192026-04-22T02:12:39.935Z Doc-tests nexus_test_utils
114202026-04-22T02:12:39.935Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-e1268bfabbff48a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-544432367f681976.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
114212026-04-22T02:12:40.531Z
114222026-04-22T02:12:40.532Zrunning 0 tests
114232026-04-22T02:12:40.532Z
114242026-04-22T02:12:40.532Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114252026-04-22T02:12:40.532Z
114262026-04-22T02:12:40.586Z Doc-tests nexus_test_utils_macros
114272026-04-22T02:12:40.586Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114282026-04-22T02:12:40.637Z
114292026-04-22T02:12:40.637Zrunning 1 test
114302026-04-22T02:12:40.640Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
114312026-04-22T02:12:40.640Z
114322026-04-22T02:12:40.640Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114332026-04-22T02:12:40.640Z
114342026-04-22T02:12:40.646Z Doc-tests nexus_types
114352026-04-22T02:12:40.649Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-8253fd06d4832b21.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114362026-04-22T02:12:51.744Z
114372026-04-22T02:12:51.744Zrunning 4 tests
114382026-04-22T02:12:51.747Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3205) ... ignored
114392026-04-22T02:12:51.747Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3077) ... ignored
114402026-04-22T02:12:51.747Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1946) ... ignored
114412026-04-22T02:12:51.750Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 233) ... ok
114422026-04-22T02:12:51.750Z
114432026-04-22T02:12:51.750Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
114442026-04-22T02:12:51.750Z
114452026-04-22T02:12:51.773Zall doctests ran in 9.36s; merged doctests compilation took 9.33s
114462026-04-22T02:12:51.871Z Doc-tests nexus_types_versions
114472026-04-22T02:12:51.871Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types_versions --test nexus/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-8253fd06d4832b21.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114482026-04-22T02:12:54.581Z
114492026-04-22T02:12:54.581Zrunning 1 test
114502026-04-22T02:12:54.581Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
114512026-04-22T02:12:54.581Z
114522026-04-22T02:12:54.581Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114532026-04-22T02:12:54.581Z
114542026-04-22T02:12:54.584Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
114552026-04-22T02:12:54.683Z Doc-tests ntp_admin_api
114562026-04-22T02:12:54.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_api --test ntp-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-0f2ca94a437b08db.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-078149b08327d553.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114572026-04-22T02:12:55.176Z
114582026-04-22T02:12:55.176Zrunning 2 tests
114592026-04-22T02:12:55.176Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 45) ... ignored
114602026-04-22T02:12:55.176Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 51) ... ignored
114612026-04-22T02:12:55.176Z
114622026-04-22T02:12:55.176Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
114632026-04-22T02:12:55.176Z
114642026-04-22T02:12:55.181Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
114652026-04-22T02:12:55.200Z Doc-tests ntp_admin_client
114662026-04-22T02:12:55.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114672026-04-22T02:12:55.349Z
114682026-04-22T02:12:55.349Zrunning 0 tests
114692026-04-22T02:12:55.349Z
114702026-04-22T02:12:55.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114712026-04-22T02:12:55.349Z
114722026-04-22T02:12:55.367Z Doc-tests ntp_admin_types
114732026-04-22T02:12:55.367Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types --test ntp-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-fd48d22cd3309775.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-078149b08327d553.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114742026-04-22T02:12:55.428Z
114752026-04-22T02:12:55.428Zrunning 0 tests
114762026-04-22T02:12:55.428Z
114772026-04-22T02:12:55.428Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114782026-04-22T02:12:55.428Z
114792026-04-22T02:12:55.439Z Doc-tests ntp_admin_types_versions
114802026-04-22T02:12:55.439Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types_versions --test ntp-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-078149b08327d553.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114812026-04-22T02:12:55.882Z
114822026-04-22T02:12:55.882Zrunning 1 test
114832026-04-22T02:12:55.882Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
114842026-04-22T02:12:55.882Z
114852026-04-22T02:12:55.882Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114862026-04-22T02:12:55.882Z
114872026-04-22T02:12:55.885Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
114882026-04-22T02:12:55.901Z Doc-tests omicron_certificates
114892026-04-22T02:12:55.901Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7eb7a7b479c7da37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-7c5d1d9dcfc14d59.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114902026-04-22T02:12:56.074Z
114912026-04-22T02:12:56.074Zrunning 0 tests
114922026-04-22T02:12:56.074Z
114932026-04-22T02:12:56.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114942026-04-22T02:12:56.074Z
114952026-04-22T02:12:56.095Z Doc-tests omicron_clickhouse_admin
114962026-04-22T02:12:56.095Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-9cc47d47b8c9b635.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3a14f700b829c057.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b42659535a53070e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d5c710f7b5cbeef6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114972026-04-22T02:12:56.418Z
114982026-04-22T02:12:56.419Zrunning 0 tests
114992026-04-22T02:12:56.419Z
115002026-04-22T02:12:56.419Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115012026-04-22T02:12:56.419Z
115022026-04-22T02:12:56.462Z Doc-tests omicron_cockroach_admin
115032026-04-22T02:12:56.462Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-cfcf63c0ab4c4dbc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2b4dc59d5316026a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-e1268bfabbff48a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
115042026-04-22T02:12:56.731Z
115052026-04-22T02:12:56.732Zrunning 0 tests
115062026-04-22T02:12:56.732Z
115072026-04-22T02:12:56.732Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115082026-04-22T02:12:56.732Z
115092026-04-22T02:12:56.780Z Doc-tests omicron_cockroach_metrics
115102026-04-22T02:12:56.780Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d8212a62df194ade.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115112026-04-22T02:12:58.552Z
115122026-04-22T02:12:58.552Zrunning 1 test
115132026-04-22T02:12:58.556Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
115142026-04-22T02:12:58.556Z
115152026-04-22T02:12:58.556Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115162026-04-22T02:12:58.556Z
115172026-04-22T02:12:58.556Zall doctests ran in 1.65s; merged doctests compilation took 1.64s
115182026-04-22T02:12:58.585Z Doc-tests omicron_common
115192026-04-22T02:12:58.589Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-8253fd06d4832b21.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-7aad8fd8d54e7c53.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d92c1c3b28332986.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-9c37b2b49d86fda5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d4b32a865dd5abdd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
115202026-04-22T02:13:03.774Z
115212026-04-22T02:13:03.774Zrunning 3 tests
115222026-04-22T02:13:03.776Ztest common/src/lib.rs - FileKv (line 37) ... ignored
115232026-04-22T02:13:03.784Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 651) ... ok
115242026-04-22T02:13:03.787Ztest common/src/lib.rs - BytesToHexDebug (line 119) ... ok
115252026-04-22T02:13:03.787Z
115262026-04-22T02:13:03.787Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
115272026-04-22T02:13:03.787Z
115282026-04-22T02:13:03.798Zall doctests ran in 4.16s; merged doctests compilation took 4.13s
115292026-04-22T02:13:03.859Z Doc-tests omicron_ddm_admin_client
115302026-04-22T02:13:03.862Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e352c7e5f9a136cb.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115312026-04-22T02:13:03.992Z
115322026-04-22T02:13:03.992Zrunning 0 tests
115332026-04-22T02:13:03.992Z
115342026-04-22T02:13:03.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115352026-04-22T02:13:03.992Z
115362026-04-22T02:13:04.011Z Doc-tests omicron_dev_lib
115372026-04-22T02:13:04.011Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-300a671d7ab0bf36.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115382026-04-22T02:13:04.289Z
115392026-04-22T02:13:04.289Zrunning 0 tests
115402026-04-22T02:13:04.289Z
115412026-04-22T02:13:04.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115422026-04-22T02:13:04.289Z
115432026-04-22T02:13:04.326Z Doc-tests omicron_gateway
115442026-04-22T02:13:04.326Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e64f0f94e4b7b1e1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-504918db91370063.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-afc51b7ff317eab8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ca54cccbc19ee06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-481b3e6be0b4f74a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b52fa50b08a413c6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-29280bd062326667.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115452026-04-22T02:13:04.835Z
115462026-04-22T02:13:04.835Zrunning 0 tests
115472026-04-22T02:13:04.835Z
115482026-04-22T02:13:04.835Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115492026-04-22T02:13:04.835Z
115502026-04-22T02:13:04.885Z Doc-tests omicron_ledger
115512026-04-22T02:13:04.885Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ledger --test ledger/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ledger -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115522026-04-22T02:13:04.962Z
115532026-04-22T02:13:04.962Zrunning 0 tests
115542026-04-22T02:13:04.962Z
115552026-04-22T02:13:04.962Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115562026-04-22T02:13:04.962Z
115572026-04-22T02:13:04.978Z Doc-tests omicron_ls_apis
115582026-04-22T02:13:04.978Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-3f7ce321c263295e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115592026-04-22T02:13:05.142Z
115602026-04-22T02:13:05.142Zrunning 1 test
115612026-04-22T02:13:05.152Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
115622026-04-22T02:13:05.152Z
115632026-04-22T02:13:05.153Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115642026-04-22T02:13:05.153Z
115652026-04-22T02:13:05.164Z Doc-tests omicron_nexus
115662026-04-22T02:13:05.170Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-032ac3cd39ef82dc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7e32d8f275d86ad7.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7e9ee747d5ef881b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-dc4071cd7d290b37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c753a69c628fb7ab.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-14640da3d1ba1553.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-46fb8c036d33082f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b83791814fd9114a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-ec77559a604bd8fd.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-cc1cadff740dd44d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-14be7034ea0ed2aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-071ef5a4d2d4dc57.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-406871eb4c9b3bb0.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-6ce71cfac88c97fd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-50207c03cb881257.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4597cf8167ffe188.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fc5e391d416f5e1d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-8964abe3aec7bd4f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0a759e7ea3eba09a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-ffd9a54d80b45f55.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-40b2786c9aa0aadc.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-14ab448c2acf128f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-162e83ec906f0735.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b6bbc23194d3f0d9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fa83848c8fb0bfee.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9631302a448e13c7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-64cf44ea35f66401.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6c9a528deddc3f81.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-31ff04e0abfa88c9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2d4fe088a2795d2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-34623e0031e633e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-53b6542c0aa962f6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-37258b7621e6ffd2.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-6b5717f8b8c5d884.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9445c8a1a052e5e3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-566fbacf2287d8e6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-544432367f681976.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-9c37b2b49d86fda5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-11fd935e8e1c8b25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-6643a17391f2f0c0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-c7ce47553d764e6e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-924690bfd03b65a9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-be7790a6ee35627a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
115672026-04-22T02:13:16.248Z
115682026-04-22T02:13:16.248Zrunning 6 tests
115692026-04-22T02:13:16.251Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2507) ... ignored
115702026-04-22T02:13:16.251Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 254) ... ignored
115712026-04-22T02:13:16.267Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 996) ... ok
115722026-04-22T02:13:16.267Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1038) ... ok
115732026-04-22T02:13:16.267Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1068) ... ok
115742026-04-22T02:13:16.270Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 974) ... ok
115752026-04-22T02:13:16.270Z
115762026-04-22T02:13:16.270Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.02s
115772026-04-22T02:13:16.270Z
115782026-04-22T02:13:16.286Zall doctests ran in 8.99s; merged doctests compilation took 8.94s
115792026-04-22T02:13:16.415Z Doc-tests omicron_ntp_admin
115802026-04-22T02:13:16.415Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-384c2f9a06950958.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-0f2ca94a437b08db.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-fd48d22cd3309775.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-676915efb7384837.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
115812026-04-22T02:13:16.618Z
115822026-04-22T02:13:16.618Zrunning 0 tests
115832026-04-22T02:13:16.618Z
115842026-04-22T02:13:16.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115852026-04-22T02:13:16.618Z
115862026-04-22T02:13:16.644Z Doc-tests omicron_package
115872026-04-22T02:13:16.644Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-d0de861f1a23179c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-00b6e8cede7d7608.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f0b568ad7b44a842.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115882026-04-22T02:13:16.801Z
115892026-04-22T02:13:16.801Zrunning 0 tests
115902026-04-22T02:13:16.801Z
115912026-04-22T02:13:16.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115922026-04-22T02:13:16.801Z
115932026-04-22T02:13:16.819Z Doc-tests omicron_passwords
115942026-04-22T02:13:16.819Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-66835a6e3e9494eb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585356b8a260a2cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115952026-04-22T02:13:16.911Z
115962026-04-22T02:13:16.911Zrunning 0 tests
115972026-04-22T02:13:16.911Z
115982026-04-22T02:13:16.911Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115992026-04-22T02:13:16.911Z
116002026-04-22T02:13:16.924Z Doc-tests omicron_pins
116012026-04-22T02:13:16.924Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-f135702b0bc20b2f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116022026-04-22T02:13:16.997Z
116032026-04-22T02:13:16.997Zrunning 0 tests
116042026-04-22T02:13:16.997Z
116052026-04-22T02:13:16.997Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116062026-04-22T02:13:16.997Z
116072026-04-22T02:13:17.008Z Doc-tests omicron_repl_utils
116082026-04-22T02:13:17.008Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-5a0fd73dec786150.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116092026-04-22T02:13:17.066Z
116102026-04-22T02:13:17.066Zrunning 0 tests
116112026-04-22T02:13:17.066Z
116122026-04-22T02:13:17.066Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116132026-04-22T02:13:17.066Z
116142026-04-22T02:13:17.075Z Doc-tests omicron_rpaths
116152026-04-22T02:13:17.075Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d817c6baf607a836.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116162026-04-22T02:13:17.122Z
116172026-04-22T02:13:17.122Zrunning 0 tests
116182026-04-22T02:13:17.122Z
116192026-04-22T02:13:17.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116202026-04-22T02:13:17.122Z
116212026-04-22T02:13:17.131Z Doc-tests omicron_sled_agent
116222026-04-22T02:13:17.134Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-e88230e4fb590a38.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-dd90ec0d7343c32a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-a84a2c519d9f8877.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-515e75aaa182bfd9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-08959a50787ef8b7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-e90e122933c16721.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-35536ad23616974f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9fca9683012bfce2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c0b9f6a66c7b1c3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-154ecba54e5f5287.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2ca1cb2c710dfb9e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2b5c7acab982b7e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-26cee0db7b229480.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-152b4cf9f23b1505.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-193488b7a4e43374.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0796fcb2b0ff380e.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cc4fe62cffcf0b84.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-70a9296aea8b6054.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-c1696c3958a3b962.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
116232026-04-22T02:13:18.294Z
116242026-04-22T02:13:18.295Zrunning 0 tests
116252026-04-22T02:13:18.295Z
116262026-04-22T02:13:18.295Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116272026-04-22T02:13:18.295Z
116282026-04-22T02:13:18.371Z Doc-tests omicron_test_utils
116292026-04-22T02:13:18.371Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-ec3f3f3f4abbd1a3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ba3e16a8f4b897f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2d122a2f0210aa0a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
116302026-04-22T02:13:28.623Z
116312026-04-22T02:13:28.624Zrunning 2 tests
116322026-04-22T02:13:28.632Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
116332026-04-22T02:13:28.637Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
116342026-04-22T02:13:28.637Z
116352026-04-22T02:13:28.637Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
116362026-04-22T02:13:28.637Z
116372026-04-22T02:13:28.663Z
116382026-04-22T02:13:28.663Zrunning 1 test
116392026-04-22T02:13:28.666Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
116402026-04-22T02:13:28.666Z
116412026-04-22T02:13:28.666Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
116422026-04-22T02:13:28.666Z
116432026-04-22T02:13:28.666Zall doctests ran in 9.95s; merged doctests compilation took 9.90s
116442026-04-22T02:13:28.715Z Doc-tests omicron_uuid_kinds
116452026-04-22T02:13:28.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-85814c9d092ee3d0.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
116462026-04-22T02:13:28.845Z
116472026-04-22T02:13:28.845Zrunning 0 tests
116482026-04-22T02:13:28.845Z
116492026-04-22T02:13:28.845Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116502026-04-22T02:13:28.845Z
116512026-04-22T02:13:28.863Z Doc-tests omicron_workspace_hack
116522026-04-22T02:13:28.866Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-78c2aa64fb702eaa.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c9e9a8d9a604705c.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3ff3bf40139ea91e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c2f1590ad89e38d5.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-213591dc35900c35.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3d2b4d9d4f1a3fd7.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-23aa6fb1770d2dd9.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b18b7b68b836f74d.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d17d24254c9d4f20.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-9f1522a4a949d28e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2545d1ea07b01fcb.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2606fb0a9a55329.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-14be7034ea0ed2aa.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-68435e2f2fa8916f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d1b39bac35ae9f5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-38e32c58ec9eba41.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-328f92fad8721757.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0bf430e59612266a.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-235c7ef47960a868.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-9d3d9336860a04b9.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-30c4b2e5948aa829.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-22edf2ccb1e9b408.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5bab90d0e07a8c45.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cf553a8ab57ebe45.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41e2ac7138cdff9e.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-eb2ffd600f58667f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-84b995bd35224e51.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ba48d1aa0718435b.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-43149bf7babe8eae.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-09263e5e33cf5e31.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rlib --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1745bef36c86ee9d.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8f7b724a69a04d1f.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-86046d116a58ff19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116532026-04-22T02:13:28.904Z
116542026-04-22T02:13:28.904Zrunning 0 tests
116552026-04-22T02:13:28.904Z
116562026-04-22T02:13:28.904Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116572026-04-22T02:13:28.904Z
116582026-04-22T02:13:28.912Z Doc-tests oxide_client
116592026-04-22T02:13:28.912Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d2b3741fe55c0e4f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-13527f09d96faa51.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116602026-04-22T02:13:33.176Z
116612026-04-22T02:13:33.176Zrunning 311 tests
116622026-04-22T02:13:33.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
116632026-04-22T02:13:33.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
116642026-04-22T02:13:33.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
116652026-04-22T02:13:33.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
116662026-04-22T02:13:33.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
116672026-04-22T02:13:33.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
116682026-04-22T02:13:33.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
116692026-04-22T02:13:33.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
116702026-04-22T02:13:33.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
116712026-04-22T02:13:33.176Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
116722026-04-22T02:13:33.176Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
116732026-04-22T02:13:33.176Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
116742026-04-22T02:13:33.177Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
116752026-04-22T02:13:33.177Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
116762026-04-22T02:13:33.177Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
116772026-04-22T02:13:33.177Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
116782026-04-22T02:13:33.177Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
116792026-04-22T02:13:33.177Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
116802026-04-22T02:13:33.177Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
116812026-04-22T02:13:33.177Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
116822026-04-22T02:13:33.177Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
116832026-04-22T02:13:33.177Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
116842026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
116852026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
116862026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
116872026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
116882026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
116892026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
116902026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
116912026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
116922026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
116932026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
116942026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
116952026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
116962026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
116972026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
116982026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
116992026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
117002026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
117012026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
117022026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
117032026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
117042026-04-22T02:13:33.182Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
117052026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
117062026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
117072026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
117082026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
117092026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
117102026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
117112026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
117122026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
117132026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
117142026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
117152026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
117162026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
117172026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
117182026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
117192026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
117202026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
117212026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
117222026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
117232026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
117242026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
117252026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
117262026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
117272026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
117282026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
117292026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
117302026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
117312026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
117322026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
117332026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
117342026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
117352026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
117362026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
117372026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
117382026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
117392026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
117402026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
117412026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
117422026-04-22T02:13:33.183Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
117432026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
117442026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
117452026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
117462026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
117472026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
117482026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
117492026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
117502026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
117512026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
117522026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
117532026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
117542026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
117552026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
117562026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
117572026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
117582026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
117592026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
117602026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
117612026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
117622026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
117632026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
117642026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
117652026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
117662026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
117672026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 27) ... ignored
117682026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
117692026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
117702026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
117712026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
117722026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
117732026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
117742026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
117752026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
117762026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
117772026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
117782026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
117792026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
117802026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
117812026-04-22T02:13:33.184Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
117822026-04-22T02:13:33.185Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
117832026-04-22T02:13:33.185Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
117842026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
117852026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
117862026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
117872026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
117882026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
117892026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
117902026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
117912026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
117922026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
117932026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
117942026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
117952026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
117962026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
117972026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
117982026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
117992026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
118002026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
118012026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
118022026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
118032026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
118042026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
118052026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
118062026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
118072026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
118082026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
118092026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
118102026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
118112026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
118122026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
118132026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
118142026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
118152026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
118162026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
118172026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
118182026-04-22T02:13:33.189Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
118192026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
118202026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
118212026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
118222026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
118232026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
118242026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
118252026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
118262026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
118272026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
118282026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
118292026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
118302026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
118312026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
118322026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
118332026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
118342026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
118352026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
118362026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 27) ... ignored
118372026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
118382026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
118392026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
118402026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_add (line 25) ... ignored
118412026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_list (line 28) ... ignored
118422026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_remove (line 23) ... ignored
118432026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_view (line 23) ... ignored
118442026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
118452026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
118462026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
118472026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
118482026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
118492026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
118502026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
118512026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
118522026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
118532026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
118542026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
118552026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
118562026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
118572026-04-22T02:13:33.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
118582026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
118592026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
118602026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
118612026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
118622026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
118632026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
118642026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
118652026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
118662026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
118672026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
118682026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
118692026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
118702026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
118712026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
118722026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
118732026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
118742026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
118752026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
118762026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
118772026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
118782026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
118792026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
118802026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
118812026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
118822026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
118832026-04-22T02:13:33.191Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
118842026-04-22T02:13:33.195Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
118852026-04-22T02:13:33.195Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
118862026-04-22T02:13:33.195Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
118872026-04-22T02:13:33.195Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
118882026-04-22T02:13:33.195Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
118892026-04-22T02:13:33.195Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
118902026-04-22T02:13:33.195Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
118912026-04-22T02:13:33.195Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
118922026-04-22T02:13:33.195Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
118932026-04-22T02:13:33.195Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
118942026-04-22T02:13:33.195Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
118952026-04-22T02:13:33.195Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
118962026-04-22T02:13:33.195Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
118972026-04-22T02:13:33.195Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
118982026-04-22T02:13:33.195Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
118992026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
119002026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
119012026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
119022026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
119032026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
119042026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
119052026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
119062026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
119072026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
119082026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
119092026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
119102026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
119112026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
119122026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
119132026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
119142026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
119152026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
119162026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
119172026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
119182026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
119192026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
119202026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
119212026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
119222026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
119232026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
119242026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
119252026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
119262026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
119272026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
119282026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
119292026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
119302026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
119312026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
119322026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
119332026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
119342026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
119352026-04-22T02:13:33.196Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
119362026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
119372026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
119382026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
119392026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
119402026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
119412026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
119422026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
119432026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
119442026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
119452026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
119462026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
119472026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
119482026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
119492026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
119502026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
119512026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
119522026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
119532026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
119542026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
119552026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
119562026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
119572026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
119582026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
119592026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
119602026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
119612026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
119622026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
119632026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
119642026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
119652026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
119662026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
119672026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
119682026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
119692026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
119702026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
119712026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
119722026-04-22T02:13:33.197Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
119732026-04-22T02:13:33.197Z
119742026-04-22T02:13:33.197Ztest result: ok. 0 passed; 0 failed; 311 ignored; 0 measured; 0 filtered out; finished in 0.00s
119752026-04-22T02:13:33.197Z
119762026-04-22T02:13:33.198Zall doctests ran in 0.60s; merged doctests compilation took 0.59s
119772026-04-22T02:13:33.302Z Doc-tests oximeter
119782026-04-22T02:13:33.302Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f65ff91e6ac4ceac.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-08c13bec32dec8b7.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-15c27c7b46688bb1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119792026-04-22T02:13:37.697Z
119802026-04-22T02:13:37.697Zrunning 2 tests
119812026-04-22T02:13:37.708Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
119822026-04-22T02:13:37.708Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
119832026-04-22T02:13:37.709Z
119842026-04-22T02:13:37.709Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
119852026-04-22T02:13:37.709Z
119862026-04-22T02:13:37.719Zall doctests ran in 4.21s; merged doctests compilation took 4.18s
119872026-04-22T02:13:37.758Z Doc-tests oximeter_api
119882026-04-22T02:13:37.758Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e8b099e2d85a3f72.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-1aff52973aa8f41a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119892026-04-22T02:13:38.306Z
119902026-04-22T02:13:38.306Zrunning 2 tests
119912026-04-22T02:13:38.306Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
119922026-04-22T02:13:38.306Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
119932026-04-22T02:13:38.306Z
119942026-04-22T02:13:38.306Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119952026-04-22T02:13:38.307Z
119962026-04-22T02:13:38.310Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
119972026-04-22T02:13:38.335Z Doc-tests oximeter_client
119982026-04-22T02:13:38.335Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119992026-04-22T02:13:38.603Z
120002026-04-22T02:13:38.603Zrunning 0 tests
120012026-04-22T02:13:38.603Z
120022026-04-22T02:13:38.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120032026-04-22T02:13:38.603Z
120042026-04-22T02:13:38.632Z Doc-tests oximeter_collector
120052026-04-22T02:13:38.637Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-ec77559a604bd8fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e8b099e2d85a3f72.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e02d2a320b5df41a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-544432367f681976.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120062026-04-22T02:13:39.083Z
120072026-04-22T02:13:39.083Zrunning 0 tests
120082026-04-22T02:13:39.083Z
120092026-04-22T02:13:39.083Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120102026-04-22T02:13:39.083Z
120112026-04-22T02:13:39.130Z Doc-tests oximeter_db
120122026-04-22T02:13:39.130Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d5c710f7b5cbeef6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-d98942204e719ac9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-7df17a1d3c6c9f28.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d54c0d6fca6b9684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
120132026-04-22T02:13:40.173Z
120142026-04-22T02:13:40.173Zrunning 3 tests
120152026-04-22T02:13:40.173Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
120162026-04-22T02:13:40.173Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
120172026-04-22T02:13:40.173Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
120182026-04-22T02:13:40.173Z
120192026-04-22T02:13:40.173Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
120202026-04-22T02:13:40.173Z
120212026-04-22T02:13:40.177Z
120222026-04-22T02:13:40.177Zrunning 2 tests
120232026-04-22T02:13:40.177Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
120242026-04-22T02:13:40.177Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
120252026-04-22T02:13:40.177Z
120262026-04-22T02:13:40.177Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120272026-04-22T02:13:40.177Z
120282026-04-22T02:13:40.177Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
120292026-04-22T02:13:40.229Z Doc-tests oximeter_instruments
120302026-04-22T02:13:40.229Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-08f3681ffea75f83.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8da87c7e9262db5d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zone"))' --document-private-items -D warnings --error-format human`
120312026-04-22T02:13:40.531Z
120322026-04-22T02:13:40.531Zrunning 0 tests
120332026-04-22T02:13:40.531Z
120342026-04-22T02:13:40.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120352026-04-22T02:13:40.531Z
120362026-04-22T02:13:40.564Z Doc-tests oximeter_macro_impl
120372026-04-22T02:13:40.564Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f65ff91e6ac4ceac.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120382026-04-22T02:13:40.622Z
120392026-04-22T02:13:40.622Zrunning 0 tests
120402026-04-22T02:13:40.622Z
120412026-04-22T02:13:40.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120422026-04-22T02:13:40.623Z
120432026-04-22T02:13:40.633Z Doc-tests oximeter_producer
120442026-04-22T02:13:40.633Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b3e43359263bce70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7b9749ef2502cb65.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-78d499a39b4bfd84.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-181ff2f19b99e63c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120452026-04-22T02:13:40.968Z
120462026-04-22T02:13:40.968Zrunning 0 tests
120472026-04-22T02:13:40.968Z
120482026-04-22T02:13:40.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120492026-04-22T02:13:40.968Z
120502026-04-22T02:13:41.008Z Doc-tests oximeter_producer_api
120512026-04-22T02:13:41.008Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer_api --test oximeter/producer-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-181ff2f19b99e63c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-1aff52973aa8f41a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120522026-04-22T02:13:41.544Z
120532026-04-22T02:13:41.545Zrunning 2 tests
120542026-04-22T02:13:41.545Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 27) ... ignored
120552026-04-22T02:13:41.545Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 33) ... ignored
120562026-04-22T02:13:41.545Z
120572026-04-22T02:13:41.545Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120582026-04-22T02:13:41.545Z
120592026-04-22T02:13:41.548Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
120602026-04-22T02:13:41.573Z Doc-tests oximeter_schema
120612026-04-22T02:13:41.573Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-08c13bec32dec8b7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120622026-04-22T02:13:41.783Z
120632026-04-22T02:13:41.783Zrunning 0 tests
120642026-04-22T02:13:41.783Z
120652026-04-22T02:13:41.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120662026-04-22T02:13:41.783Z
120672026-04-22T02:13:41.807Z Doc-tests oximeter_test_utils
120682026-04-22T02:13:41.807Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-a089afdd475e647a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-85131082492b4922.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f65ff91e6ac4ceac.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-d5c710f7b5cbeef6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120692026-04-22T02:13:42.154Z
120702026-04-22T02:13:42.154Zrunning 0 tests
120712026-04-22T02:13:42.154Z
120722026-04-22T02:13:42.154Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120732026-04-22T02:13:42.154Z
120742026-04-22T02:13:42.196Z Doc-tests oximeter_timeseries_macro
120752026-04-22T02:13:42.196Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-70562b9b15073957.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-15c27c7b46688bb1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-804c2dbc58698890.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120762026-04-22T02:13:42.364Z
120772026-04-22T02:13:42.364Zrunning 0 tests
120782026-04-22T02:13:42.364Z
120792026-04-22T02:13:42.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120802026-04-22T02:13:42.364Z
120812026-04-22T02:13:42.387Z Doc-tests oximeter_types
120822026-04-22T02:13:42.387Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4d376974aec7b7d3.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f65ff91e6ac4ceac.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-1aff52973aa8f41a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-4be94982ab169d43.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e47e7e83d923127b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ee0658970173bd80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120832026-04-22T02:13:43.244Z
120842026-04-22T02:13:43.244Zrunning 11 tests
120852026-04-22T02:13:43.617Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
120862026-04-22T02:13:43.632Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
120872026-04-22T02:13:48.267Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
120882026-04-22T02:13:48.275Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
120892026-04-22T02:13:48.275Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
120902026-04-22T02:13:48.275Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
120912026-04-22T02:13:48.275Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
120922026-04-22T02:13:48.275Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
120932026-04-22T02:13:48.275Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
120942026-04-22T02:13:52.305Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
120952026-04-22T02:13:52.305Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
120962026-04-22T02:13:52.305Z
120972026-04-22T02:13:52.305Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.06s
120982026-04-22T02:13:52.305Z
120992026-04-22T02:13:52.309Zall doctests ran in 9.55s; merged doctests compilation took 0.49s
121002026-04-22T02:13:52.345Z Doc-tests oximeter_types_versions
121012026-04-22T02:13:52.345Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types_versions --test oximeter/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-1aff52973aa8f41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121022026-04-22T02:13:52.911Z
121032026-04-22T02:13:52.911Zrunning 1 test
121042026-04-22T02:13:52.911Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
121052026-04-22T02:13:52.911Z
121062026-04-22T02:13:52.911Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
121072026-04-22T02:13:52.911Z
121082026-04-22T02:13:52.915Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
121092026-04-22T02:13:52.941Z Doc-tests oxlog
121102026-04-22T02:13:52.941Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7153722225209c8a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121112026-04-22T02:13:52.992Z
121122026-04-22T02:13:52.992Zrunning 0 tests
121132026-04-22T02:13:52.992Z
121142026-04-22T02:13:52.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121152026-04-22T02:13:52.992Z
121162026-04-22T02:13:53.000Z Doc-tests oxql_types
121172026-04-22T02:13:53.000Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-67e243affd47b93a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4bfe4a71d9a784a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121182026-04-22T02:13:53.237Z
121192026-04-22T02:13:53.237Zrunning 0 tests
121202026-04-22T02:13:53.237Z
121212026-04-22T02:13:53.237Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121222026-04-22T02:13:53.237Z
121232026-04-22T02:13:53.262Z Doc-tests parallel_task_set
121242026-04-22T02:13:53.262Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121252026-04-22T02:13:53.316Z
121262026-04-22T02:13:53.316Zrunning 0 tests
121272026-04-22T02:13:53.317Z
121282026-04-22T02:13:53.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121292026-04-22T02:13:53.317Z
121302026-04-22T02:13:53.324Z Doc-tests range_requests
121312026-04-22T02:13:53.324Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c49dd6cc6c58c4cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121322026-04-22T02:13:53.445Z
121332026-04-22T02:13:53.445Zrunning 0 tests
121342026-04-22T02:13:53.445Z
121352026-04-22T02:13:53.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121362026-04-22T02:13:53.445Z
121372026-04-22T02:13:53.461Z Doc-tests reconfigurator_cli
121382026-04-22T02:13:53.461Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-33f387a36d078610.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a08591effe187923.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-70a0cccc782629e4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-ec81b2a3f4ee7b16.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2f727a56222d2f37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-5a0fd73dec786150.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-14da9cc439dda121.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
121392026-04-22T02:13:53.946Z
121402026-04-22T02:13:53.946Zrunning 0 tests
121412026-04-22T02:13:53.946Z
121422026-04-22T02:13:53.946Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121432026-04-22T02:13:53.946Z
121442026-04-22T02:13:53.989Z Doc-tests repo_depot_api
121452026-04-22T02:13:53.989Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4db3c7912993e5c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121462026-04-22T02:13:54.507Z
121472026-04-22T02:13:54.507Zrunning 2 tests
121482026-04-22T02:13:54.507Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
121492026-04-22T02:13:54.507Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
121502026-04-22T02:13:54.507Z
121512026-04-22T02:13:54.507Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121522026-04-22T02:13:54.507Z
121532026-04-22T02:13:54.510Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
121542026-04-22T02:13:54.532Z Doc-tests repo_depot_client
121552026-04-22T02:13:54.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f7b2c20fa8027f33.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121562026-04-22T02:13:54.677Z
121572026-04-22T02:13:54.677Zrunning 0 tests
121582026-04-22T02:13:54.677Z
121592026-04-22T02:13:54.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121602026-04-22T02:13:54.677Z
121612026-04-22T02:13:54.697Z Doc-tests sled_agent_api
121622026-04-22T02:13:54.697Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121632026-04-22T02:13:55.335Z
121642026-04-22T02:13:55.335Zrunning 2 tests
121652026-04-22T02:13:55.335Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 110) ... ignored
121662026-04-22T02:13:55.335Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 116) ... ignored
121672026-04-22T02:13:55.335Z
121682026-04-22T02:13:55.335Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121692026-04-22T02:13:55.335Z
121702026-04-22T02:13:55.338Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
121712026-04-22T02:13:55.370Z Doc-tests sled_agent_client
121722026-04-22T02:13:55.370Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-540407e3547edf18.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-60b3bd48304a4496.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121732026-04-22T02:13:56.962Z
121742026-04-22T02:13:56.962Zrunning 0 tests
121752026-04-22T02:13:56.962Z
121762026-04-22T02:13:56.962Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121772026-04-22T02:13:56.962Z
121782026-04-22T02:13:57.026Z Doc-tests sled_agent_config_reconciler
121792026-04-22T02:13:57.026Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d633ad4bb6deea6a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-0969ada317a8013a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-258ff70fb361130e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-cdb2749a057e53cc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
121802026-04-22T02:13:57.481Z
121812026-04-22T02:13:57.481Zrunning 0 tests
121822026-04-22T02:13:57.481Z
121832026-04-22T02:13:57.481Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121842026-04-22T02:13:57.481Z
121852026-04-22T02:13:57.525Z Doc-tests sled_agent_health_monitor
121862026-04-22T02:13:57.525Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_health_monitor --test sled-agent/health-monitor/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/health-monitor -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-075c0c9861675b8c.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0796fcb2b0ff380e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121872026-04-22T02:13:57.727Z
121882026-04-22T02:13:57.727Zrunning 0 tests
121892026-04-22T02:13:57.727Z
121902026-04-22T02:13:57.727Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121912026-04-22T02:13:57.727Z
121922026-04-22T02:13:57.752Z Doc-tests sled_agent_measurements
121932026-04-22T02:13:57.752Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_measurements --test sled-agent/measurements/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/measurements -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
121942026-04-22T02:13:58.004Z
121952026-04-22T02:13:58.004Zrunning 0 tests
121962026-04-22T02:13:58.004Z
121972026-04-22T02:13:58.004Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121982026-04-22T02:13:58.004Z
121992026-04-22T02:13:58.034Z Doc-tests sled_agent_resolvable_files
122002026-04-22T02:13:58.034Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files --test sled-agent/resolvable-files/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d633ad4bb6deea6a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-cdb2749a057e53cc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122012026-04-22T02:13:58.293Z
122022026-04-22T02:13:58.293Zrunning 0 tests
122032026-04-22T02:13:58.293Z
122042026-04-22T02:13:58.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122052026-04-22T02:13:58.293Z
122062026-04-22T02:13:58.328Z Doc-tests sled_agent_resolvable_files_examples
122072026-04-22T02:13:58.328Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files_examples --test sled-agent/resolvable-files-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files-examples -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d633ad4bb6deea6a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-cdb2749a057e53cc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122082026-04-22T02:13:58.512Z
122092026-04-22T02:13:58.512Zrunning 0 tests
122102026-04-22T02:13:58.512Z
122112026-04-22T02:13:58.512Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122122026-04-22T02:13:58.512Z
122132026-04-22T02:13:58.529Z Doc-tests sled_agent_types
122142026-04-22T02:13:58.529Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-51e4d5beed14f2a8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
122152026-04-22T02:13:58.774Z
122162026-04-22T02:13:58.774Zrunning 0 tests
122172026-04-22T02:13:58.774Z
122182026-04-22T02:13:58.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122192026-04-22T02:13:58.774Z
122202026-04-22T02:13:58.798Z Doc-tests sled_agent_types_versions
122212026-04-22T02:13:58.798Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types_versions --test sled-agent/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-51e4d5beed14f2a8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-73447f1682d84e4a.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-174aba5af6fe6c73.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-dde780b370f84747.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-0d6f25ce079a58bb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
122222026-04-22T02:14:00.780Z
122232026-04-22T02:14:00.780Zrunning 1 test
122242026-04-22T02:14:00.780Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
122252026-04-22T02:14:00.780Z
122262026-04-22T02:14:00.780Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122272026-04-22T02:14:00.780Z
122282026-04-22T02:14:00.784Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
122292026-04-22T02:14:00.857Z Doc-tests sled_diagnostics
122302026-04-22T02:14:00.857Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7153722225209c8a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-9ee4cbaf4e4b4c92.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5c7eee5121d5a578.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-c1696c3958a3b962.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e1130671e4b3da06.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122312026-04-22T02:14:01.107Z
122322026-04-22T02:14:01.107Zrunning 0 tests
122332026-04-22T02:14:01.107Z
122342026-04-22T02:14:01.107Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122352026-04-22T02:14:01.107Z
122362026-04-22T02:14:01.140Z Doc-tests sled_hardware
122372026-04-22T02:14:01.140Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-fe4b1f656aa4e2be.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-f3236050e8208ffb.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-2710c06b0597b522.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bcc71af26b00ef2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
122382026-04-22T02:14:01.423Z
122392026-04-22T02:14:01.423Zrunning 0 tests
122402026-04-22T02:14:01.423Z
122412026-04-22T02:14:01.423Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122422026-04-22T02:14:01.423Z
122432026-04-22T02:14:01.451Z Doc-tests sled_hardware_types
122442026-04-22T02:14:01.451Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
122452026-04-22T02:14:01.563Z
122462026-04-22T02:14:01.563Zrunning 0 tests
122472026-04-22T02:14:01.563Z
122482026-04-22T02:14:01.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122492026-04-22T02:14:01.563Z
122502026-04-22T02:14:01.576Z Doc-tests sled_storage
122512026-04-22T02:14:01.576Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a1739227ae16ba7b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
122522026-04-22T02:14:01.820Z
122532026-04-22T02:14:01.820Zrunning 0 tests
122542026-04-22T02:14:01.820Z
122552026-04-22T02:14:01.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122562026-04-22T02:14:01.820Z
122572026-04-22T02:14:01.847Z Doc-tests sp_sim
122582026-04-22T02:14:01.848Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-a010390735fdf16f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-8d556b8c77aea8ab.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0fd43a01c4458bd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122592026-04-22T02:14:02.307Z
122602026-04-22T02:14:02.307Zrunning 0 tests
122612026-04-22T02:14:02.307Z
122622026-04-22T02:14:02.307Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122632026-04-22T02:14:02.307Z
122642026-04-22T02:14:02.350Z Doc-tests transient_dns_server
122652026-04-22T02:14:02.350Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name transient_dns_server --test dns-server/transient/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server/transient -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d79ca792eaf0373c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b0bad884a210ab35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b99861bc78ef69e9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2240700cc4b4844b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122662026-04-22T02:14:02.545Z
122672026-04-22T02:14:02.545Zrunning 0 tests
122682026-04-22T02:14:02.545Z
122692026-04-22T02:14:02.545Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122702026-04-22T02:14:02.545Z
122712026-04-22T02:14:02.571Z Doc-tests trust_quorum
122722026-04-22T02:14:02.574Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-1ee0a20992e23f72.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5eeef5de274b51ce.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0e82d15682e5ff29.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6a1a3fd4810a95b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b1023a2e6ed20ca5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cc4fe62cffcf0b84.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-ea73f1fcdfde31dd.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-70a9296aea8b6054.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c88cdf1e6b871e29.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122732026-04-22T02:14:02.905Z
122742026-04-22T02:14:02.905Zrunning 0 tests
122752026-04-22T02:14:02.905Z
122762026-04-22T02:14:02.905Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122772026-04-22T02:14:02.905Z
122782026-04-22T02:14:02.941Z Doc-tests trust_quorum_protocol
122792026-04-22T02:14:02.941Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_protocol --test trust-quorum/protocol/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/protocol -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-1ee0a20992e23f72.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-5eeef5de274b51ce.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0e82d15682e5ff29.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c85e66fb17a68ec9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-384d3d426f014587.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c88cdf1e6b871e29.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' --document-private-items -D warnings --error-format human`
122802026-04-22T02:14:03.177Z
122812026-04-22T02:14:03.177Zrunning 0 tests
122822026-04-22T02:14:03.177Z
122832026-04-22T02:14:03.177Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122842026-04-22T02:14:03.177Z
122852026-04-22T02:14:03.201Z Doc-tests trust_quorum_test_utils
122862026-04-22T02:14:03.201Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_test_utils --test trust-quorum/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70161400ac649e3f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0e82d15682e5ff29.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-310a1f9c9913e3dc.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c88cdf1e6b871e29.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122872026-04-22T02:14:03.370Z
122882026-04-22T02:14:03.370Zrunning 0 tests
122892026-04-22T02:14:03.370Z
122902026-04-22T02:14:03.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122912026-04-22T02:14:03.370Z
122922026-04-22T02:14:03.391Z Doc-tests trust_quorum_types
122932026-04-22T02:14:03.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types --test trust-quorum/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5e923546bfb73819.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-0d6f25ce079a58bb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122942026-04-22T02:14:03.480Z
122952026-04-22T02:14:03.480Zrunning 0 tests
122962026-04-22T02:14:03.480Z
122972026-04-22T02:14:03.480Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122982026-04-22T02:14:03.480Z
122992026-04-22T02:14:03.493Z Doc-tests trust_quorum_types_versions
123002026-04-22T02:14:03.493Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types_versions --test trust-quorum/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-51e4d5beed14f2a8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-90e7050a57d538d9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0e82d15682e5ff29.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-445b2b00c7eb92d3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-0d6f25ce079a58bb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
123012026-04-22T02:14:04.074Z
123022026-04-22T02:14:04.074Zrunning 1 test
123032026-04-22T02:14:04.074Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
123042026-04-22T02:14:04.074Z
123052026-04-22T02:14:04.074Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
123062026-04-22T02:14:04.074Z
123072026-04-22T02:14:04.077Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
123082026-04-22T02:14:04.101Z Doc-tests typed_rng
123092026-04-22T02:14:04.101Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-fad6582b01721226.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1afc9ac3053176b1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-fdde538a85e42ec2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123102026-04-22T02:14:04.173Z
123112026-04-22T02:14:04.174Zrunning 0 tests
123122026-04-22T02:14:04.174Z
123132026-04-22T02:14:04.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123142026-04-22T02:14:04.174Z
123152026-04-22T02:14:04.186Z Doc-tests update_common
123162026-04-22T02:14:04.186Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-f144e0ea11d99cff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123172026-04-22T02:14:04.417Z
123182026-04-22T02:14:04.417Zrunning 0 tests
123192026-04-22T02:14:04.417Z
123202026-04-22T02:14:04.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123212026-04-22T02:14:04.417Z
123222026-04-22T02:14:04.443Z Doc-tests update_engine
123232026-04-22T02:14:04.443Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9d36953a0627bf6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-44c1612c5dbda4cc.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-2b107ed7b24932f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123242026-04-22T02:14:05.749Z
123252026-04-22T02:14:05.749Zrunning 4 tests
123262026-04-22T02:14:05.755Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
123272026-04-22T02:14:05.755Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
123282026-04-22T02:14:05.755Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
123292026-04-22T02:14:05.758Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
123302026-04-22T02:14:05.758Z
123312026-04-22T02:14:05.758Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
123322026-04-22T02:14:05.758Z
123332026-04-22T02:14:05.758Zall doctests ran in 1.04s; merged doctests compilation took 1.02s
123342026-04-22T02:14:05.788Z Doc-tests wicket
123352026-04-22T02:14:05.788Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-8f8c10c7c46afc51.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7ba7e28b3f6f37cd.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-676c7247564b4de6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-e5ca72adfae002f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c17a2a23d5da5148.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d42c66ef6d41b84a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5d048305f30db2b4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123362026-04-22T02:14:06.290Z
123372026-04-22T02:14:06.290Zrunning 0 tests
123382026-04-22T02:14:06.290Z
123392026-04-22T02:14:06.290Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123402026-04-22T02:14:06.290Z
123412026-04-22T02:14:06.331Z Doc-tests wicket_common
123422026-04-22T02:14:06.334Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-e5ca72adfae002f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123432026-04-22T02:14:06.742Z
123442026-04-22T02:14:06.742Zrunning 0 tests
123452026-04-22T02:14:06.742Z
123462026-04-22T02:14:06.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123472026-04-22T02:14:06.742Z
123482026-04-22T02:14:06.777Z Doc-tests wicket_dbg
123492026-04-22T02:14:06.777Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-819947e791efb7e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-052e736aa72b25c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4cc7dfb1d3a6b4f7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d42c66ef6d41b84a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-7d4949024b11582e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123502026-04-22T02:14:07.049Z
123512026-04-22T02:14:07.049Zrunning 0 tests
123522026-04-22T02:14:07.049Z
123532026-04-22T02:14:07.049Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123542026-04-22T02:14:07.049Z
123552026-04-22T02:14:07.085Z Doc-tests wicketd
123562026-04-22T02:14:07.092Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-ab5c2d780723f04e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-94ac0eb6131105f9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-19d45355a5dd5b56.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cb8462bee61f0010.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-53f6a1ef831d6404.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-854b23351fb7cab4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12ace80341fa88d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f227c7c232f6f032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a608132efa14fe62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0ca0c8a8faafdf98.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8f2222eb07d9506a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-af5edf6e26598049.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2e4bb724cabc0bc7.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-03ffd376ce1be0c0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6b6d3d234b8ff33.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0204d4fa230a73a7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7eb7a7b479c7da37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e6139077c33044d9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1a291b32af07661a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7f8aab39f72b691d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c1e88b9be164df56.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-0e92305d299af078.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-cdb2749a057e53cc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cd62a8092d4aee07.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-be9fde702610345b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-ea920c433a6a6907.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4bac938a1d01cc7b.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-e5ca72adfae002f7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b6734f8518088403.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e20e6182ac40f2d0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-04354f1985490600.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-d42c66ef6d41b84a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-781daac170ac192d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-001f9541560b07c8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5d048305f30db2b4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123572026-04-22T02:14:07.523Z
123582026-04-22T02:14:07.523Zrunning 0 tests
123592026-04-22T02:14:07.523Z
123602026-04-22T02:14:07.523Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123612026-04-22T02:14:07.523Z
123622026-04-22T02:14:07.566Z Doc-tests wicketd_api
123632026-04-22T02:14:07.566Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-94ac0eb6131105f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fdcb00a9727bbe48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b02e25d40acae368.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-5195203d42711f51.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-001f9541560b07c8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123642026-04-22T02:14:08.236Z
123652026-04-22T02:14:08.236Zrunning 2 tests
123662026-04-22T02:14:08.237Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
123672026-04-22T02:14:08.237Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
123682026-04-22T02:14:08.237Z
123692026-04-22T02:14:08.237Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
123702026-04-22T02:14:08.237Z
123712026-04-22T02:14:08.240Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
123722026-04-22T02:14:08.274Z Doc-tests wicketd_client
123732026-04-22T02:14:08.274Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-5197feaa0de89442.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5e52edb307f2c0e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43fe1c1a5f3c10f5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c3dcef9083e1baa5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-eb73b5ff10d551b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0b7c588a2d2548b6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5d048305f30db2b4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123742026-04-22T02:14:09.380Z
123752026-04-22T02:14:09.380Zrunning 0 tests
123762026-04-22T02:14:09.380Z
123772026-04-22T02:14:09.380Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123782026-04-22T02:14:09.380Z
123792026-04-22T02:14:09.432Z Doc-tests xtask_downloader
123802026-04-22T02:14:09.432Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f6df04bd1f890a06.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0dce3ef2d3f5a588.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b2aa6b5c21cf87d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-ffa4cf54f4c54fe9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123812026-04-22T02:14:09.557Z
123822026-04-22T02:14:09.557Zrunning 1 test
123832026-04-22T02:14:09.557Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 331) ... ignored
123842026-04-22T02:14:09.557Z
123852026-04-22T02:14:09.557Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
123862026-04-22T02:14:09.557Z
123872026-04-22T02:14:09.573Z Doc-tests zfs_test_harness
123882026-04-22T02:14:09.573Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zfs_test_harness --test sled-storage/zfs-test-harness/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage/zfs-test-harness -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cbc831ec850aa3d6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b338e60015c32f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-feb4375befeea83a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-c1696c3958a3b962.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123892026-04-22T02:14:09.791Z
123902026-04-22T02:14:09.791Zrunning 0 tests
123912026-04-22T02:14:09.791Z
123922026-04-22T02:14:09.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123932026-04-22T02:14:09.791Z
123942026-04-22T02:14:09.816Z Doc-tests zone_setup
123952026-04-22T02:14:09.816Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04b7e1d74a87d9b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-166e32c989b32ef4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-331b0c424afc93a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-854823f9200421a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e1cec97cb7fa7aa0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-12801943aac47a33.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-87f875600adb1a5e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d78c5e49c8a26e74.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-703dfeafd4b88926.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-6301487785fba0f8.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-172dac5e7b0475e8.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-a27a46c1fcef8912.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123962026-04-22T02:14:10.014Z
123972026-04-22T02:14:10.014Zrunning 0 tests
123982026-04-22T02:14:10.014Z
123992026-04-22T02:14:10.014Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124002026-04-22T02:14:10.014Z
124012026-04-22T02:14:10.114Z
124022026-04-22T02:14:10.114Zreal 2:28.223009420
124032026-04-22T02:14:10.114Zuser 1:56.785361533
124042026-04-22T02:14:10.114Zsys 54.769399411
124052026-04-22T02:14:10.114Ztrap 0.014833424
124062026-04-22T02:14:10.118Ztflt 0.783552218
124072026-04-22T02:14:10.118Zdflt 0.303588010
124082026-04-22T02:14:10.118Zkflt 0.000026241
124092026-04-22T02:14:10.118Zlock 7:05.642095081
124102026-04-22T02:14:10.118Zslp 14:08.242448173
124112026-04-22T02:14:10.118Zlat 0.276442118
124122026-04-22T02:14:10.118Zstop 4.649180119
124132026-04-22T02:14:10.118Z+ banner 'check schema migration cleanup'
124142026-04-22T02:14:10.118Z
124152026-04-22T02:14:10.118Z #### # # ###### #### # # #### #### # # ######
124162026-04-22T02:14:10.118Z # # # # # # # # # # # # # # #
124172026-04-22T02:14:10.118Z # ###### ##### # #### #### # ###### #####
124182026-04-22T02:14:10.118Z # # # # # # # # # # # #
124192026-04-22T02:14:10.118Z # # # # # # # # # # # # # # # #
124202026-04-22T02:14:10.118Z #### # # ###### #### # # #### #### # # ######
124212026-04-22T02:14:10.118Z
124222026-04-22T02:14:10.118Z+ ptime -m cargo xtask schema old-migrations
124232026-04-22T02:14:10.678Z Compiling libc v0.2.185
124242026-04-22T02:14:10.678Z Compiling serde v1.0.228
124252026-04-22T02:14:10.681Z Compiling serde_core v1.0.228
124262026-04-22T02:14:10.781Z Compiling rustix v1.1.3
124272026-04-22T02:14:10.799Z Compiling serde_json v1.0.149
124282026-04-22T02:14:10.799Z Compiling bitflags v2.11.0
124292026-04-22T02:14:10.802Z Compiling num-traits v0.2.19
124302026-04-22T02:14:10.802Z Compiling smallvec v1.15.1
124312026-04-22T02:14:10.802Z Compiling hashbrown v0.16.1
124322026-04-22T02:14:10.813Z Compiling usdt-impl v0.5.0
124332026-04-22T02:14:10.822Z Compiling syn v1.0.109
124342026-04-22T02:14:10.893Z Compiling percent-encoding v2.3.2
124352026-04-22T02:14:10.939Z Compiling getrandom v0.4.1
124362026-04-22T02:14:10.942Z Compiling log v0.4.29
124372026-04-22T02:14:10.966Z Compiling syn v2.0.117
124382026-04-22T02:14:10.997Z Compiling fs-err v3.3.0
124392026-04-22T02:14:11.001Z Compiling once_cell v1.21.3
124402026-04-22T02:14:11.026Z Compiling heck v0.4.1
124412026-04-22T02:14:11.043Z Compiling anyhow v1.0.102
124422026-04-22T02:14:11.072Z Compiling form_urlencoded v1.2.2
124432026-04-22T02:14:11.394Z Compiling indexmap v2.13.0
124442026-04-22T02:14:11.653Z Compiling errno v0.3.14
124452026-04-22T02:14:11.653Z Compiling thread-id v4.2.2
124462026-04-22T02:14:11.653Z Compiling memmap v0.7.0
124472026-04-22T02:14:11.888Z Compiling ordered-float v2.10.1
124482026-04-22T02:14:12.427Z Compiling proc-macro-error v1.0.4
124492026-04-22T02:14:12.571Z Compiling terminal_size v0.4.3
124502026-04-22T02:14:12.571Z Compiling tempfile v3.25.0
124512026-04-22T02:14:12.692Z Compiling clap_builder v4.5.60
124522026-04-22T02:14:12.692Z Compiling textwrap v0.16.2
124532026-04-22T02:14:12.771Z Compiling tabled_derive v0.7.0
124542026-04-22T02:14:12.784Z Compiling camino-tempfile v1.4.1
124552026-04-22T02:14:13.382Z Compiling synstructure v0.13.2
124562026-04-22T02:14:13.382Z Compiling pest_generator v2.8.6
124572026-04-22T02:14:13.609Z Compiling tabled v0.15.0
124582026-04-22T02:14:13.922Z Compiling serde_derive v1.0.228
124592026-04-22T02:14:13.922Z Compiling zerofrom-derive v0.1.6
124602026-04-22T02:14:13.925Z Compiling yoke-derive v0.8.1
124612026-04-22T02:14:13.925Z Compiling zerovec-derive v0.11.2
124622026-04-22T02:14:13.926Z Compiling displaydoc v0.2.5
124632026-04-22T02:14:13.926Z Compiling thiserror-impl v1.0.69
124642026-04-22T02:14:13.926Z Compiling zerocopy-derive v0.7.35
124652026-04-22T02:14:13.926Z Compiling scroll_derive v0.12.1
124662026-04-22T02:14:13.926Z Compiling thiserror-impl v2.0.18
124672026-04-22T02:14:13.926Z Compiling clap_derive v4.5.55
124682026-04-22T02:14:13.977Z Compiling pest_derive v2.8.6
124692026-04-22T02:14:14.749Z Compiling scroll v0.12.0
124702026-04-22T02:14:14.881Z Compiling zerocopy v0.7.35
124712026-04-22T02:14:14.976Z Compiling goblin v0.8.2
124722026-04-22T02:14:15.096Z Compiling thiserror v1.0.69
124732026-04-22T02:14:15.112Z Compiling thiserror v2.0.18
124742026-04-22T02:14:15.194Z Compiling dtrace-parser v0.2.0
124752026-04-22T02:14:15.207Z Compiling zerofrom v0.1.6
124762026-04-22T02:14:15.318Z Compiling yoke v0.8.1
124772026-04-22T02:14:15.425Z Compiling clap v4.5.60
124782026-04-22T02:14:15.484Z Compiling zerovec v0.11.5
124792026-04-22T02:14:15.484Z Compiling zerotrie v0.2.3
124802026-04-22T02:14:15.896Z Compiling tinystr v0.8.2
124812026-04-22T02:14:15.896Z Compiling potential_utf v0.1.4
124822026-04-22T02:14:16.039Z Compiling icu_collections v2.1.1
124832026-04-22T02:14:16.059Z Compiling icu_locale_core v2.1.1
124842026-04-22T02:14:16.482Z Compiling serde_spanned v0.6.9
124852026-04-22T02:14:16.482Z Compiling toml_datetime v0.6.11
124862026-04-22T02:14:16.482Z Compiling serde-value v0.7.0
124872026-04-22T02:14:16.483Z Compiling cargo-platform v0.2.0
124882026-04-22T02:14:16.486Z Compiling macaddr v1.0.1
124892026-04-22T02:14:16.497Z Compiling dof v0.3.0
124902026-04-22T02:14:16.500Z Compiling serde_tokenstream v0.2.3
124912026-04-22T02:14:16.598Z Compiling icu_provider v2.1.1
124922026-04-22T02:14:16.722Z Compiling toml_edit v0.22.27
124932026-04-22T02:14:16.842Z Compiling icu_normalizer v2.1.1
124942026-04-22T02:14:16.842Z Compiling icu_properties v2.1.2
124952026-04-22T02:14:17.284Z Compiling usdt-macro v0.5.0
124962026-04-22T02:14:17.284Z Compiling usdt-attr-macro v0.5.0
124972026-04-22T02:14:17.645Z Compiling idna_adapter v1.2.1
124982026-04-22T02:14:17.764Z Compiling idna v1.1.0
124992026-04-22T02:14:17.964Z Compiling toml v0.8.23
125002026-04-22T02:14:18.034Z Compiling url v2.5.8
125012026-04-22T02:14:18.075Z Compiling usdt v0.5.0
125022026-04-22T02:14:18.306Z Compiling cargo_toml v0.21.0
125032026-04-22T02:14:18.442Z Compiling cargo-util-schemas v0.8.2
125042026-04-22T02:14:19.244Z Compiling cargo_metadata v0.21.0
125052026-04-22T02:14:20.181Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
125062026-04-22T02:14:22.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.56s
125072026-04-22T02:14:22.765Z Running `target/debug/xtask schema old-migrations`
125082026-04-22T02:14:23.699Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
125092026-04-22T02:14:23.871Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
125102026-04-22T02:14:23.876Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
125112026-04-22T02:14:23.921Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
125122026-04-22T02:14:24.428Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
125132026-04-22T02:14:24.428Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
125142026-04-22T02:14:30.803Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
125152026-04-22T02:14:31.591Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
125162026-04-22T02:14:31.591Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
125172026-04-22T02:14:31.594Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
125182026-04-22T02:14:31.594Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
125192026-04-22T02:14:31.594Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
125202026-04-22T02:14:41.370Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
125212026-04-22T02:14:47.697Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
125222026-04-22T02:14:49.270Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
125232026-04-22T02:15:22.273Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
125242026-04-22T02:15:33.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
125252026-04-22T02:15:33.487Z Running `target/debug/schema old-migrations`
125262026-04-22T02:15:33.549ZIdentifying old migrations that can be removed
125272026-04-22T02:15:33.650ZBase schema version: 148.0.0
125282026-04-22T02:15:33.653ZOK: No old migrations found
125292026-04-22T02:15:33.658Z
125302026-04-22T02:15:33.658Zreal 1:23.519559796
125312026-04-22T02:15:33.658Zuser 2:46.259455608
125322026-04-22T02:15:33.658Zsys 31.528204380
125332026-04-22T02:15:33.658Ztrap 0.022377114
125342026-04-22T02:15:33.658Ztflt 0.718397267
125352026-04-22T02:15:33.658Zdflt 2.151130333
125362026-04-22T02:15:33.658Zkflt 0.000110701
125372026-04-22T02:15:33.658Zlock 10:44.401014505
125382026-04-22T02:15:33.658Zslp 5:43.850144815
125392026-04-22T02:15:33.658Zlat 0.406098035
125402026-04-22T02:15:33.658Zstop 22.431920381
125412026-04-22T02:15:33.658Z+ [[ illumos == \i\l\l\u\m\o\s ]]
125422026-04-22T02:15:33.658Z+ banner live-test
125432026-04-22T02:15:33.661Z
125442026-04-22T02:15:33.661Z # # # # ###### ##### ###### #### #####
125452026-04-22T02:15:33.662Z # # # # # # # # #
125462026-04-22T02:15:33.662Z # # # # ##### ##### # ##### #### #
125472026-04-22T02:15:33.662Z # # # # # # # # #
125482026-04-22T02:15:33.662Z # # # # # # # # # #
125492026-04-22T02:15:33.662Z ###### # ## ###### # ###### #### #
125502026-04-22T02:15:33.662Z
125512026-04-22T02:15:33.662Z+ ptime -m cargo xtask live-tests
125522026-04-22T02:15:34.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
125532026-04-22T02:15:34.244Z Running `target/debug/xtask live-tests`
125542026-04-22T02:15:34.286Zusing temporary directory: /var/tmp/omicron_tmp/.tmpSaoDSe
125552026-04-22T02:15:34.286Zwill create archive file: /var/tmp/omicron_tmp/.tmpSaoDSe/live-tests-archive/omicron-live-tests.tar.zst
125562026-04-22T02:15:34.286Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
125572026-04-22T02:15:34.286Z
125582026-04-22T02:15:34.289Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpSaoDSe/live-tests-archive/omicron-live-tests.tar.zst"
125592026-04-22T02:15:36.271Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
125602026-04-22T02:15:36.424Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
125612026-04-22T02:15:36.437Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
125622026-04-22T02:15:36.437Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
125632026-04-22T02:15:36.438Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
125642026-04-22T02:15:36.438Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
125652026-04-22T02:15:36.521Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
125662026-04-22T02:15:36.521Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
125672026-04-22T02:15:36.538Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
125682026-04-22T02:15:36.538Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
125692026-04-22T02:15:36.538Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
125702026-04-22T02:15:36.538Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
125712026-04-22T02:15:37.516Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
125722026-04-22T02:15:38.203Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
125732026-04-22T02:15:41.904Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
125742026-04-22T02:15:41.904Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
125752026-04-22T02:15:42.908Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
125762026-04-22T02:16:12.682Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
125772026-04-22T02:16:13.221Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
125782026-04-22T02:16:15.455Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
125792026-04-22T02:16:16.020Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
125802026-04-22T02:16:42.513Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
125812026-04-22T02:16:49.401Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
125822026-04-22T02:17:11.910Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 36s
125832026-04-22T02:17:12.129Zinfo: experimental features enabled: setup-scripts, benchmarks
125842026-04-22T02:17:12.134Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpSaoDSe/live-tests-archive/omicron-live-tests.tar.zst
125852026-04-22T02:17:12.796Z Archived 421 files to /var/tmp/omicron_tmp/.tmpSaoDSe/live-tests-archive/omicron-live-tests.tar.zst in 0.66s
125862026-04-22T02:17:12.885Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpSaoDSe/live-tests-archive\""
125872026-04-22T02:17:12.898Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpSaoDSe" "live-tests-archive"
125882026-04-22T02:17:13.085Zcreated:
125892026-04-22T02:17:13.085Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
125902026-04-22T02:17:13.085ZTo use this:
125912026-04-22T02:17:13.085Z
125922026-04-22T02:17:13.085Z1. Copy the tarball to the switch zone in a deployed Omicron system.
125932026-04-22T02:17:13.085Z
125942026-04-22T02:17:13.096Z e.g., scp \
125952026-04-22T02:17:13.096Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
125962026-04-22T02:17:13.096Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
125972026-04-22T02:17:13.097Z
125982026-04-22T02:17:13.097Z2. Copy the `cargo-nextest` binary to the same place.
125992026-04-22T02:17:13.097Z
126002026-04-22T02:17:13.097Z e.g., scp \
126012026-04-22T02:17:13.097Z $(which cargo-nextest) \
126022026-04-22T02:17:13.097Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
126032026-04-22T02:17:13.097Z
126042026-04-22T02:17:13.097Z3. From the switch zone on that system, unpack the tarball with:
126052026-04-22T02:17:13.097Z
126062026-04-22T02:17:13.097Z tar xzf live-tests-archive.tgz
126072026-04-22T02:17:13.098Z
126082026-04-22T02:17:13.098Z4. From the switch zone on that system, run tests with:
126092026-04-22T02:17:13.098Z
126102026-04-22T02:17:13.098Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
126112026-04-22T02:17:13.098Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
126122026-04-22T02:17:13.098Z --workspace-remap live-tests-archive
126132026-04-22T02:17:13.098Z
126142026-04-22T02:17:13.098Z
126152026-04-22T02:17:13.098Zreal 1:39.406303515
126162026-04-22T02:17:13.098Zuser 2:41.786803259
126172026-04-22T02:17:13.099Zsys 27.536195814
126182026-04-22T02:17:13.099Ztrap 0.022486878
126192026-04-22T02:17:13.099Ztflt 0.259845776
126202026-04-22T02:17:13.099Zdflt 1.270869244
126212026-04-22T02:17:13.099Zkflt 0.000003499
126222026-04-22T02:17:13.099Zlock 12:25.551482077
126232026-04-22T02:17:13.099Zslp 10:03.500074880
126242026-04-22T02:17:13.099Zlat 0.269090090
126252026-04-22T02:17:13.099Zstop 5.340276181
126262026-04-22T02:17:13.099Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
126272026-04-22T02:17:13.099Z+ unset TMPDIR
126282026-04-22T02:17:13.099Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
126292026-04-22T02:17:13.099Zfiles in /var/tmp/omicron_tmp (none expected on success):
126302026-04-22T02:17:13.099Z+ find /var/tmp/omicron_tmp -ls
126312026-04-22T02:17:13.107Z164148 32 drwxr-xr-x 2 build build 2 Apr 22 02:17 /var/tmp/omicron_tmp
126322026-04-22T02:17:13.107Z+ rmdir /var/tmp/omicron_tmp
126332026-04-22T02:17:13.107Zprocess exited: duration 2098853 ms, exit code 0
 
126342026-04-22T02:17:13.130Zfound 6 output files
126352026-04-22T02:17:13.148Zuploading: /work/cargo-build-analysis.jsonl (991599 bytes)
126362026-04-22T02:17:14.170Zuploaded: /work/cargo-build-analysis.jsonl
126372026-04-22T02:17:14.170Zuploading: /work/environment.json (108 bytes)
126382026-04-22T02:17:15.186Zuploaded: /work/environment.json
126392026-04-22T02:17:15.186Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (557021 bytes)
126402026-04-22T02:17:16.205Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
126412026-04-22T02:17:16.205Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (282395648 bytes)
126422026-04-22T02:17:18.990Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
126432026-04-22T02:17:18.990Zuploading: /tmp/nextest-run-archive.zip (2772905 bytes)
126442026-04-22T02:17:20.023Zuploaded: /tmp/nextest-run-archive.zip
126452026-04-22T02:17:20.023Zuploading: /tmp/nextest-chrome-trace.json (3549746 bytes)
126462026-04-22T02:17:21.061Zuploaded: /tmp/nextest-chrome-trace.json